diff options
author | Matti Bickel <mabi@gentoo.org> | 2013-12-13 21:06:36 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2013-12-13 21:06:36 +0000 |
commit | a4dc9193b78a90bb07ce8b1085812aa9d67fef30 (patch) | |
tree | 58dff2dc6fc514bbba5924245629c75ebf4d9bb9 /app-editors/adie | |
parent | neutron fix for CVE-2013-6419 (diff) | |
download | gentoo-2-a4dc9193b78a90bb07ce8b1085812aa9d67fef30.tar.gz gentoo-2-a4dc9193b78a90bb07ce8b1085812aa9d67fef30.tar.bz2 gentoo-2-a4dc9193b78a90bb07ce8b1085812aa9d67fef30.zip |
version bump
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
Diffstat (limited to 'app-editors/adie')
-rw-r--r-- | app-editors/adie/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/adie/adie-1.7.44.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog index 4f1675b6e485..6eeb2e80cfcd 100644 --- a/app-editors/adie/ChangeLog +++ b/app-editors/adie/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/adie # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.44 2013/11/13 21:51:23 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.45 2013/12/13 21:06:36 mabi Exp $ + +*adie-1.7.44 (13 Dec 2013) + + 13 Dec 2013; Matti Bickel <mabi@gentoo.org> +adie-1.7.44.ebuild: + version bump *adie-1.7.43 (13 Nov 2013) diff --git a/app-editors/adie/adie-1.7.44.ebuild b/app-editors/adie/adie-1.7.44.ebuild new file mode 100644 index 000000000000..4f27e7920181 --- /dev/null +++ b/app-editors/adie/adie-1.7.44.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.7.44.ebuild,v 1.1 2013/12/13 21:06:36 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}" |