summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-05-14 20:33:21 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-05-14 20:33:21 +0000
commit2107b8140a316947ceb9508f8c81bf91898ad035 (patch)
tree798ab6349178553e51eb5c578694e6f727b5b82e /app-editors/znotes
parentminor typo fix (diff)
downloadgentoo-2-2107b8140a316947ceb9508f8c81bf91898ad035.tar.gz
gentoo-2-2107b8140a316947ceb9508f8c81bf91898ad035.tar.bz2
gentoo-2-2107b8140a316947ceb9508f8c81bf91898ad035.zip
Remove old.
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/znotes')
-rw-r--r--app-editors/znotes/ChangeLog5
-rw-r--r--app-editors/znotes/znotes-0.4.3.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/app-editors/znotes/ChangeLog b/app-editors/znotes/ChangeLog
index 6d812bbb17c2..f3039baa32cc 100644
--- a/app-editors/znotes/ChangeLog
+++ b/app-editors/znotes/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/znotes
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.8 2012/01/30 07:49:35 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.9 2012/05/14 20:33:21 kensington Exp $
+
+ 14 May 2012; Michael Palimaka <kensington@gentoo.org> -znotes-0.4.3.ebuild:
+ Remove old.
*znotes-0.4.5 (30 Jan 2012)
diff --git a/app-editors/znotes/znotes-0.4.3.ebuild b/app-editors/znotes/znotes-0.4.3.ebuild
deleted file mode 100644
index 7f3158e76a9f..000000000000
--- a/app-editors/znotes/znotes-0.4.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.3.ebuild,v 1.1 2010/10/06 20:19:11 chiiph Exp $
-
-EAPI="2"
-inherit qt4-r2
-
-DESCRIPTION="Simple Notes"
-HOMEPAGE="http://znotes.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-libs/qt-gui:4"
-RDEPEND="${DEPEND}"
-
-DOCS="CHANGELOG THANKS"
-
-src_configure() {
- lrelease znotes.pro || die "lrelease failed"
- qt4-r2_src_configure
-}