diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-03-02 22:54:19 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-03-02 22:54:19 +0000 |
commit | ba34d76b1cf1f9e1d444e1644fa2d4fda4234266 (patch) | |
tree | c5206b8fa384e80aab7384b6223c6c17f65eea8e /app-editors | |
parent | Stable on alpha, bug #396897 (diff) | |
download | gentoo-2-ba34d76b1cf1f9e1d444e1644fa2d4fda4234266.tar.gz gentoo-2-ba34d76b1cf1f9e1d444e1644fa2d4fda4234266.tar.bz2 gentoo-2-ba34d76b1cf1f9e1d444e1644fa2d4fda4234266.zip |
version bump (bug #403977)
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/adie/ChangeLog | 10 | ||||
-rw-r--r-- | app-editors/adie/adie-1.6.35.ebuild | 18 | ||||
-rw-r--r-- | app-editors/adie/adie-1.7.32.ebuild | 17 |
3 files changed, 25 insertions, 20 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index cb193e30c1fe..773be1406669 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/adie -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.37 2010/07/27 01:34:17 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.38 2012/03/02 22:54:19 mabi Exp $ + +*adie-1.7.32 (02 Mar 2012) + + 02 Mar 2012; Matti Bickel <mabi@gentoo.org> +adie-1.7.32.ebuild, + -adie-1.6.35.ebuild: + version bump (bug #403977) 27 Jul 2010; Jeroen Roovers <jer@gentoo.org> adie-1.6.36.ebuild: Stable for HPPA (bug #309199). diff --git a/app-editors/adie/adie-1.6.35.ebuild b/app-editors/adie/adie-1.6.35.ebuild deleted file mode 100644 index 81ee1abcf7fe..000000000000 --- a/app-editors/adie/adie-1.6.35.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# 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.35.ebuild,v 1.6 2009/04/10 15:07:08 armin76 Exp $ - -EAPI="1" - -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:1.6" - -RDEPEND="${DEPEND}" diff --git a/app-editors/adie/adie-1.7.32.ebuild b/app-editors/adie/adie-1.7.32.ebuild new file mode 100644 index 000000000000..260ec66305b6 --- /dev/null +++ b/app-editors/adie/adie-1.7.32.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.32.ebuild,v 1.1 2012/03/02 22:54:19 mabi Exp $ + +EAPI="4" + +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}" |