diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-07-04 18:58:33 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-07-04 18:58:33 +0000 |
commit | 2be7ebc085f861c7b5c66cca9a3138a78e945ec9 (patch) | |
tree | 00f5264a79490e0bea7f4c8c1c3e0b38e4842318 /app-editors/adie | |
parent | version bump (fixes bug #416101) (diff) | |
download | gentoo-2-2be7ebc085f861c7b5c66cca9a3138a78e945ec9.tar.gz gentoo-2-2be7ebc085f861c7b5c66cca9a3138a78e945ec9.tar.bz2 gentoo-2-2be7ebc085f861c7b5c66cca9a3138a78e945ec9.zip |
version bump
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/adie')
-rw-r--r-- | app-editors/adie/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/adie/adie-1.7.33.ebuild | 17 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index 773be1406669..61751a91a516 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/adie # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.39 2012/07/04 18:58:33 mabi Exp $ + +*adie-1.7.33 (04 Jul 2012) + + 04 Jul 2012; Matti Bickel <mabi@gentoo.org> +adie-1.7.33.ebuild: + version bump *adie-1.7.32 (02 Mar 2012) @@ -150,4 +155,3 @@ +adie-1.2.15.ebuild, +adie-1.4.12.ebuild, +adie-1.5.4.ebuild: Added Yaakov Selkowitz's eclass based fox ebuilds for testing. Fixes #88924 - diff --git a/app-editors/adie/adie-1.7.33.ebuild b/app-editors/adie/adie-1.7.33.ebuild new file mode 100644 index 000000000000..2b085b910287 --- /dev/null +++ b/app-editors/adie/adie-1.7.33.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.33.ebuild,v 1.1 2012/07/04 18:58:33 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}" |