summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2012-03-02 22:54:19 +0000
committerMatti Bickel <mabi@gentoo.org>2012-03-02 22:54:19 +0000
commit9fe80b0cdc5c30fb103f6feeed7c9db3bfc2e192 (patch)
tree2024eea88aeeb4652ad0c0363af0a6dda096e942
parentStable on alpha, bug #396897 (diff)
downloadhistorical-9fe80b0cdc5c30fb103f6feeed7c9db3bfc2e192.tar.gz
historical-9fe80b0cdc5c30fb103f6feeed7c9db3bfc2e192.tar.bz2
historical-9fe80b0cdc5c30fb103f6feeed7c9db3bfc2e192.zip
version bump (bug #403977)
Package-Manager: portage-2.2.0_alpha89/cvs/Linux x86_64
-rw-r--r--app-editors/adie/ChangeLog10
-rw-r--r--app-editors/adie/adie-1.6.35.ebuild18
-rw-r--r--app-editors/adie/adie-1.7.32.ebuild17
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}"