summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2013-10-05 17:23:21 +0000
committerMatti Bickel <mabi@gentoo.org>2013-10-05 17:23:21 +0000
commit6087dd73c4cddc03eb41f92efa643daa33e5a682 (patch)
tree5cef5696a2b34d12506f31d99a11bc5e2d165420 /app-editors
parentversion bump (diff)
downloadgentoo-2-6087dd73c4cddc03eb41f92efa643daa33e5a682.tar.gz
gentoo-2-6087dd73c4cddc03eb41f92efa643daa33e5a682.tar.bz2
gentoo-2-6087dd73c4cddc03eb41f92efa643daa33e5a682.zip
version bump
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key 0x4849EC6C)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/adie/ChangeLog7
-rw-r--r--app-editors/adie/adie-1.7.42.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog
index f56ffcb66fe2..8e74d9727e58 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.42 2013/09/13 20:47:41 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.43 2013/10/05 17:23:21 mabi Exp $
+
+*adie-1.7.42 (05 Oct 2013)
+
+ 05 Oct 2013; Matti Bickel <mabi@gentoo.org> +adie-1.7.42.ebuild:
+ version bump
*adie-1.7.41 (13 Sep 2013)
diff --git a/app-editors/adie/adie-1.7.42.ebuild b/app-editors/adie/adie-1.7.42.ebuild
new file mode 100644
index 000000000000..7b60ecc9c779
--- /dev/null
+++ b/app-editors/adie/adie-1.7.42.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.42.ebuild,v 1.1 2013/10/05 17:23:21 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}"