summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2005-05-07 20:01:45 +0000
committerRyan Phillips <rphillips@gentoo.org>2005-05-07 20:01:45 +0000
commitd687ab8836dfed509ed5d0cef23a0d18f5f53267 (patch)
tree7e263936617a3fc5ceec45919ca241f2af7d787e
parentAdded Yaakov Selkowitz's eclass based fox ebuilds for testing. (diff)
downloadhistorical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.tar.gz
historical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.tar.bz2
historical-d687ab8836dfed509ed5d0cef23a0d18f5f53267.zip
Added Yaakov Selkowitz's eclass based fox ebuilds for testing.
Package-Manager: portage-2.0.51.19
-rw-r--r--app-editors/adie/ChangeLog11
-rw-r--r--app-editors/adie/Manifest9
-rw-r--r--app-editors/adie/adie-1.0.53.ebuild14
-rw-r--r--app-editors/adie/adie-1.2.15.ebuild14
-rw-r--r--app-editors/adie/adie-1.4.12.ebuild14
-rw-r--r--app-editors/adie/adie-1.5.4.ebuild14
-rw-r--r--app-editors/adie/files/digest-adie-1.0.531
-rw-r--r--app-editors/adie/files/digest-adie-1.2.151
-rw-r--r--app-editors/adie/files/digest-adie-1.4.121
-rw-r--r--app-editors/adie/files/digest-adie-1.5.41
10 files changed, 80 insertions, 0 deletions
diff --git a/app-editors/adie/ChangeLog b/app-editors/adie/ChangeLog
new file mode 100644
index 000000000000..a5741991a3ca
--- /dev/null
+++ b/app-editors/adie/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-editors/adie
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/ChangeLog,v 1.1 2005/05/07 20:01:45 rphillips Exp $
+
+*adie-1.2.15 (07 May 2005)
+
+ 07 May 2005; <rphillips@gentoo.org> +adie-1.0.53.ebuild,
+ +adie-1.2.15.ebuild, +adie-1.4.12.ebuild, +adie-1.5.4.ebuild:
+ Added Yaakov Selkowitz's eclass based fox ebuilds for testing.
+ Fixes #88924
+
diff --git a/app-editors/adie/Manifest b/app-editors/adie/Manifest
new file mode 100644
index 000000000000..979e10fce36c
--- /dev/null
+++ b/app-editors/adie/Manifest
@@ -0,0 +1,9 @@
+MD5 b81a6bb1795e8c4566189f7ffbbb579d adie-1.0.53.ebuild 431
+MD5 046b7375e74b1158cf5540666777b3b6 adie-1.5.4.ebuild 404
+MD5 0de8b1c995a0364ca6ba25c08a2a2509 adie-1.4.12.ebuild 425
+MD5 cc0776d0532566ae461e21b967daf4dd adie-1.2.15.ebuild 425
+MD5 10d367f826f14dc1b6c5962109b915de ChangeLog 440
+MD5 0095a83c05118d9e346dd2d8ba18bb4f files/digest-adie-1.0.53 63
+MD5 d54a926d81530863bfe613992128d46d files/digest-adie-1.2.15 63
+MD5 8facf84e5d62d38f0aee44efd517f615 files/digest-adie-1.4.12 63
+MD5 ef6bd59b06837347451172daa73db79f files/digest-adie-1.5.4 62
diff --git a/app-editors/adie/adie-1.0.53.ebuild b/app-editors/adie/adie-1.0.53.ebuild
new file mode 100644
index 000000000000..101ecc550718
--- /dev/null
+++ b/app-editors/adie/adie-1.0.53.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.0.53.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $
+
+inherit fox
+
+DESCRIPTION="Text editor based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ia64 ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND=">=x11-libs/fox-1.0.53 <x11-libs/fox-1.1"
diff --git a/app-editors/adie/adie-1.2.15.ebuild b/app-editors/adie/adie-1.2.15.ebuild
new file mode 100644
index 000000000000..ec3eac752726
--- /dev/null
+++ b/app-editors/adie/adie-1.2.15.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.2.15.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $
+
+inherit fox
+
+DESCRIPTION="Text editor based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND=">=x11-libs/fox-1.2.15 <x11-libs/fox-1.3"
diff --git a/app-editors/adie/adie-1.4.12.ebuild b/app-editors/adie/adie-1.4.12.ebuild
new file mode 100644
index 000000000000..4e77f18134a1
--- /dev/null
+++ b/app-editors/adie/adie-1.4.12.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.4.12.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $
+
+inherit fox
+
+DESCRIPTION="Text editor based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND=">=x11-libs/fox-1.4.12 <x11-libs/fox-1.5"
diff --git a/app-editors/adie/adie-1.5.4.ebuild b/app-editors/adie/adie-1.5.4.ebuild
new file mode 100644
index 000000000000..3ba73ad454d9
--- /dev/null
+++ b/app-editors/adie/adie-1.5.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/adie/adie-1.5.4.ebuild,v 1.1 2005/05/07 20:01:45 rphillips Exp $
+
+inherit fox
+
+DESCRIPTION="Text editor based on the FOX Toolkit"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~alpha ~hppa ~ppc ~ppc64 ~sparc"
+IUSE=""
+
+RDEPEND="~x11-libs/fox-${PV}"
diff --git a/app-editors/adie/files/digest-adie-1.0.53 b/app-editors/adie/files/digest-adie-1.0.53
new file mode 100644
index 000000000000..e50a7251241d
--- /dev/null
+++ b/app-editors/adie/files/digest-adie-1.0.53
@@ -0,0 +1 @@
+MD5 0b0c352154a24629985d9eccbd2e6bc6 fox-1.0.53.tar.gz 2120403
diff --git a/app-editors/adie/files/digest-adie-1.2.15 b/app-editors/adie/files/digest-adie-1.2.15
new file mode 100644
index 000000000000..16b67d09d7f3
--- /dev/null
+++ b/app-editors/adie/files/digest-adie-1.2.15
@@ -0,0 +1 @@
+MD5 6e996254fef94a558bb343daacd3261b fox-1.2.15.tar.gz 3895260
diff --git a/app-editors/adie/files/digest-adie-1.4.12 b/app-editors/adie/files/digest-adie-1.4.12
new file mode 100644
index 000000000000..d30a390d4f04
--- /dev/null
+++ b/app-editors/adie/files/digest-adie-1.4.12
@@ -0,0 +1 @@
+MD5 ecacdaf32d3a9da862de3fbf6788b65c fox-1.4.12.tar.gz 3922769
diff --git a/app-editors/adie/files/digest-adie-1.5.4 b/app-editors/adie/files/digest-adie-1.5.4
new file mode 100644
index 000000000000..7a9571685311
--- /dev/null
+++ b/app-editors/adie/files/digest-adie-1.5.4
@@ -0,0 +1 @@
+MD5 b79f90be88d97ada86c46e1889d1c148 fox-1.5.4.tar.gz 4027866