summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2014-11-10 22:06:35 +0000
committerMatti Bickel <mabi@gentoo.org>2014-11-10 22:06:35 +0000
commitc55546cfe105dc9dbb157ed6cfe4f5c989e89187 (patch)
tree13ef575b241c01143ca8a4922fd146d800365007
parentFix sandbox violations by logging to /dev/null during build and install. (diff)
downloadgentoo-2-c55546cfe105dc9dbb157ed6cfe4f5c989e89187.tar.gz
gentoo-2-c55546cfe105dc9dbb157ed6cfe4f5c989e89187.tar.bz2
gentoo-2-c55546cfe105dc9dbb157ed6cfe4f5c989e89187.zip
update to EAPI5, needs a revbump and since fox.eclass ties version numbers, this also updates the fox package used to 1.6.49
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!)
-rw-r--r--app-editors/adie/ChangeLog8
-rw-r--r--app-editors/adie/adie-1.6.49.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog
index 872b078562ac..7d84f5b465e4 100644
--- a/app-editors/adie/ChangeLog
+++ b/app-editors/adie/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/adie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.47 2014/07/04 21:03:25 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.48 2014/11/10 22:06:35 mabi Exp $
+
+*adie-1.6.49 (10 Nov 2014)
+
+ 10 Nov 2014; Matti Bickel <mabi@gentoo.org> +adie-1.6.49.ebuild:
+ update to EAPI5, needs a revbump and since fox.eclass ties version numbers,
+ this also updates the fox package used to 1.6.49
*adie-1.7.47 (04 Jul 2014)
diff --git a/app-editors/adie/adie-1.6.49.ebuild b/app-editors/adie/adie-1.6.49.ebuild
new file mode 100644
index 000000000000..668eec9937ce
--- /dev/null
+++ b/app-editors/adie/adie-1.6.49.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.49.ebuild,v 1.1 2014/11/10 22:06:35 mabi Exp $
+
+EAPI="5"
+
+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}"