summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-30 18:59:36 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-30 18:59:36 +0000
commit594223a87551ee09cf43a8aadde242ac82ccda45 (patch)
tree8ccd6748d419cb94c7139a08f1abacb432f83030 /app-gnustep
parentVersion bump. (diff)
downloadhistorical-594223a87551ee09cf43a8aadde242ac82ccda45.tar.gz
historical-594223a87551ee09cf43a8aadde242ac82ccda45.tar.bz2
historical-594223a87551ee09cf43a8aadde242ac82ccda45.zip
Version bump.
Diffstat (limited to 'app-gnustep')
-rw-r--r--app-gnustep/gorm/Manifest6
-rw-r--r--app-gnustep/gorm/files/digest-gorm-0.3.01
-rw-r--r--app-gnustep/gorm/gorm-0.2.6-r1.ebuild4
-rw-r--r--app-gnustep/gorm/gorm-0.3.0.ebuild16
4 files changed, 22 insertions, 5 deletions
diff --git a/app-gnustep/gorm/Manifest b/app-gnustep/gorm/Manifest
index 1c44d48742b1..6df173b49445 100644
--- a/app-gnustep/gorm/Manifest
+++ b/app-gnustep/gorm/Manifest
@@ -1,6 +1,6 @@
-MD5 fcfc8a245262821108a438eaa25021c4 gorm-0.3.0.ebuild 521
-MD5 65ab0f0dc957125368a3c8fdc6463e42 gorm-0.2.6-r1.ebuild 569
-MD5 e8873d549852aea0ab5bb36f43d0f545 ChangeLog 486
+MD5 8060ede2ba583bdba7205d576ae42020 gorm-0.3.0.ebuild 518
+MD5 fdc8734dcf5d13437ce57511ec1000f4 gorm-0.2.6-r1.ebuild 569
+MD5 e06f54504c049cc5b4af5c6a3a4e9251 ChangeLog 596
MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161
MD5 11c0ea38a8c869104770ad51ddbf5e33 gorm-0.2.6.ebuild 512
MD5 d415106f2ff0e9db4909d152643b7a13 files/digest-gorm-0.2.6 62
diff --git a/app-gnustep/gorm/files/digest-gorm-0.3.0 b/app-gnustep/gorm/files/digest-gorm-0.3.0
new file mode 100644
index 000000000000..355935a325a0
--- /dev/null
+++ b/app-gnustep/gorm/files/digest-gorm-0.3.0
@@ -0,0 +1 @@
+MD5 e28ac65632819d74f7622fc0a628e857 Gorm-0.3.0.tar.gz 362392
diff --git a/app-gnustep/gorm/gorm-0.2.6-r1.ebuild b/app-gnustep/gorm/gorm-0.2.6-r1.ebuild
index 1df723e8e85f..80834a4fa4aa 100644
--- a/app-gnustep/gorm/gorm-0.2.6-r1.ebuild
+++ b/app-gnustep/gorm/gorm-0.2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gorm/gorm-0.2.6-r1.ebuild,v 1.1 2003/07/16 16:22:39 brain Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gorm/gorm-0.2.6-r1.ebuild,v 1.2 2003/07/30 18:59:31 raker Exp $
inherit base gnustep
@@ -13,5 +13,5 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P/g/G}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~x86"
-DEPEND=">=dev-util/gnustep-gui-0.8.7"
+DEPEND=">=dev-util/gnustep-gui-0.8.5"
PATCHES="${FILESDIR}/${P}-compilation-fix.diff"
diff --git a/app-gnustep/gorm/gorm-0.3.0.ebuild b/app-gnustep/gorm/gorm-0.3.0.ebuild
new file mode 100644
index 000000000000..bee46250348d
--- /dev/null
+++ b/app-gnustep/gorm/gorm-0.3.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gorm/gorm-0.3.0.ebuild,v 1.1 2003/07/30 18:59:31 raker Exp $
+
+inherit base gnustep
+
+S=${WORKDIR}/${P/g/G}
+A=${P/g/G}.tar.gz
+
+DESCRIPTION="GNUstep GUI interface designer"
+HOMEPAGE="http://www.gnustep.org"
+SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P/g/G}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+DEPEND=">=dev-util/gnustep-gui-0.8.5"