aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Broadhead <jamesbroadhead@gmail.com>2011-11-15 12:31:59 +0000
committerJames Broadhead <jamesbroadhead@gmail.com>2011-11-15 12:31:59 +0000
commitc389afbe57514a338b32cecc5cf318403d9de50d (patch)
tree8b83501229af91a433b7585af4051bb85b810faf /app-editors
parentUpdated versions of fox, with proper SLOTting. (diff)
downloadjamesbroadhead-c389afbe57514a338b32cecc5cf318403d9de50d.tar.gz
jamesbroadhead-c389afbe57514a338b32cecc5cf318403d9de50d.tar.bz2
jamesbroadhead-c389afbe57514a338b32cecc5cf318403d9de50d.zip
Updating fox deps to fox-1.7.30 - app-editors/adie
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/adie/Manifest2
-rw-r--r--app-editors/adie/adie-1.7.30.ebuild18
2 files changed, 20 insertions, 0 deletions
diff --git a/app-editors/adie/Manifest b/app-editors/adie/Manifest
new file mode 100644
index 0000000..d4f1e06
--- /dev/null
+++ b/app-editors/adie/Manifest
@@ -0,0 +1,2 @@
+DIST fox-1.7.30.tar.gz 4934744 RMD160 2cb49c51ab6da5ec13fc8d7dd2f9f49fb1319d9e SHA1 bc3ad42da3b2a49d98cdb9ee9a11745a9b8fc47e SHA256 4eb9af4bde8cfe7243738195b62879d607736fa0b43a12fd5be42ef047692714
+EBUILD adie-1.7.30.ebuild 420 RMD160 73bb520394f7dc579f50b41d335ba9bc0468611b SHA1 108a1196d8756a8ff92815100c2141c211e07246 SHA256 8599affdd9791eed2a3e4291d4a1e515479c7ce5e1efcbc63c6a6185f61bfb73
diff --git a/app-editors/adie/adie-1.7.30.ebuild b/app-editors/adie/adie-1.7.30.ebuild
new file mode 100644
index 0000000..d319ef5
--- /dev/null
+++ b/app-editors/adie/adie-1.7.30.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.6.36.ebuild,v 1.7 2010/07/27 01:34:17 jer 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.7"
+
+RDEPEND="${DEPEND}"