diff options
-rw-r--r-- | app-editors/adie/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/adie/adie-1.6.34.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index e6b881320adb..1c8040f306f8 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,11 @@ # 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.19 2008/02/19 14:45:26 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.20 2008/10/03 18:10:36 mabi Exp $ + +*adie-1.6.34 (03 Oct 2008) + + 03 Oct 2008; Matti Bickel <mabi@gentoo.org> +adie-1.6.34.ebuild: + version bump 19 Feb 2008; Ferris McCormick <fmccor@gentoo.org> adie-1.6.30.ebuild: Sparc stable, part of Bug #199853. diff --git a/app-editors/adie/adie-1.6.34.ebuild b/app-editors/adie/adie-1.6.34.ebuild new file mode 100644 index 000000000000..e129b5cc8500 --- /dev/null +++ b/app-editors/adie/adie-1.6.34.ebuild @@ -0,0 +1,16 @@ +# 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.34.ebuild,v 1.1 2008/10/03 18:10:36 mabi 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}" |