diff options
author | 2009-03-01 11:57:07 +0000 | |
---|---|---|
committer | 2009-03-01 11:57:07 +0000 | |
commit | 2a7e40180082551ba7551487362cf475bf1599ad (patch) | |
tree | eafe8ff5f049a33add4d49ebcff6c1a4572de73d | |
parent | version bump + remove unused versions (diff) | |
download | gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.tar.gz gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.tar.bz2 gentoo-2-2a7e40180082551ba7551487362cf475bf1599ad.zip |
bump, uses eapi=1 now
(Portage version: 2.1.6.7/cvs/Linux ppc)
-rw-r--r-- | app-editors/adie/ChangeLog | 12 | ||||
-rw-r--r-- | app-editors/adie/adie-1.6.30.ebuild | 16 | ||||
-rw-r--r-- | app-editors/adie/adie-1.6.35.ebuild (renamed from app-editors/adie/adie-1.6.31.ebuild) | 8 | ||||
-rw-r--r-- | app-editors/adie/metadata.xml | 8 |
4 files changed, 19 insertions, 25 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index b94135f7f7c6..a38ef76defed 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-editors/adie -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.23 2008/12/05 10:04:37 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.24 2009/03/01 11:57:07 mabi Exp $ + +*adie-1.6.35 (01 Mar 2009) + + 01 Mar 2009; Matti Bickel <mabi@gentoo.org> metadata.xml, + -adie-1.6.30.ebuild, -adie-1.6.31.ebuild, +adie-1.6.35.ebuild: + removed old builds, added new version using EAPI 1 slot deps, to avoid + bumping when nothing really changed in the fox stable api. This will be the + last bump for adie-1.6 05 Dec 2008; Raúl Porcel <armin76@gentoo.org> adie-1.6.34.ebuild: sparc stable wrt #249286 diff --git a/app-editors/adie/adie-1.6.30.ebuild b/app-editors/adie/adie-1.6.30.ebuild deleted file mode 100644 index ccb62cc2c546..000000000000 --- a/app-editors/adie/adie-1.6.30.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.30.ebuild,v 1.5 2008/02/19 14:45:26 fmccor Exp $ - -inherit fox - -DESCRIPTION="Text editor based on the FOX Toolkit" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 sparc x86" -IUSE="" - -DEPEND="~x11-libs/fox-${PV}" - -RDEPEND="${DEPEND}" diff --git a/app-editors/adie/adie-1.6.31.ebuild b/app-editors/adie/adie-1.6.35.ebuild index d1c7a77f4033..3e09507b5714 100644 --- a/app-editors/adie/adie-1.6.31.ebuild +++ b/app-editors/adie/adie-1.6.35.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.31.ebuild,v 1.1 2008/02/17 22:13:53 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.35.ebuild,v 1.1 2009/03/01 11:57:07 mabi Exp $ + +EAPI="1" inherit fox @@ -11,6 +13,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="~x11-libs/fox-${PV}" +DEPEND="x11-libs/fox:1.6" RDEPEND="${DEPEND}" diff --git a/app-editors/adie/metadata.xml b/app-editors/adie/metadata.xml index 54494c4bb860..f6d0726dc8fd 100644 --- a/app-editors/adie/metadata.xml +++ b/app-editors/adie/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<maintainer> -<email>maintainer-needed@gentoo.org</email> -</maintainer> + <herd>no-herd</herd> + <maintainer> + <email>mabi@gentoo.org</email> + </maintainer> </pkgmetadata> |