diff options
author | Michele Balistreri <brain@gentoo.org> | 2003-07-16 16:22:50 +0000 |
---|---|---|
committer | Michele Balistreri <brain@gentoo.org> | 2003-07-16 16:22:50 +0000 |
commit | 4309835defecc9b4bc03c1f3831b33179a2de464 (patch) | |
tree | 94f615d5f87fe000ada2fc81a0444fe609ea8d92 /app-gnustep | |
parent | Compilation fix with newer gnustep (diff) | |
download | historical-4309835defecc9b4bc03c1f3831b33179a2de464.tar.gz historical-4309835defecc9b4bc03c1f3831b33179a2de464.tar.bz2 historical-4309835defecc9b4bc03c1f3831b33179a2de464.zip |
Compilation fix with newer gnustep
Diffstat (limited to 'app-gnustep')
-rw-r--r-- | app-gnustep/gorm/Manifest | 5 | ||||
-rw-r--r-- | app-gnustep/gorm/files/digest-gorm-0.2.6-r1 | 1 | ||||
-rw-r--r-- | app-gnustep/gorm/files/gorm-0.2.6-compilation-fix.diff | 12 | ||||
-rw-r--r-- | app-gnustep/gorm/gorm-0.2.6-r1.ebuild | 17 | ||||
-rw-r--r-- | app-gnustep/gorm/metadata.xml | 5 |
5 files changed, 38 insertions, 2 deletions
diff --git a/app-gnustep/gorm/Manifest b/app-gnustep/gorm/Manifest index 1a67d5c9fb99..8182a43210f0 100644 --- a/app-gnustep/gorm/Manifest +++ b/app-gnustep/gorm/Manifest @@ -1,6 +1,7 @@ -MD5 47823ea22628648c72d2ce1101e5d5ee ChangeLog 320 +MD5 e8873d549852aea0ab5bb36f43d0f545 ChangeLog 486 MD5 11c0ea38a8c869104770ad51ddbf5e33 gorm-0.2.6.ebuild 512 -MD5 ae7d64c2df78fc25109661cefbd91a17 gorm-0.2.6-r1.ebuild 566 +MD5 c4e34c7ebb592d211b03f901acdf3fff gorm-0.2.6-r1.ebuild 569 +MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 MD5 d415106f2ff0e9db4909d152643b7a13 files/digest-gorm-0.2.6 62 MD5 0e544cd90510246b493e075146f870b2 files/gorm-0.2.6-compilation-fix.diff 331 MD5 d415106f2ff0e9db4909d152643b7a13 files/digest-gorm-0.2.6-r1 62 diff --git a/app-gnustep/gorm/files/digest-gorm-0.2.6-r1 b/app-gnustep/gorm/files/digest-gorm-0.2.6-r1 new file mode 100644 index 000000000000..26353906fda3 --- /dev/null +++ b/app-gnustep/gorm/files/digest-gorm-0.2.6-r1 @@ -0,0 +1 @@ +MD5 9759d963aea77d34552f1171b8b15f34 Gorm-0.2.6.tar.gz 314396 diff --git a/app-gnustep/gorm/files/gorm-0.2.6-compilation-fix.diff b/app-gnustep/gorm/files/gorm-0.2.6-compilation-fix.diff new file mode 100644 index 000000000000..9c1f17f05d3c --- /dev/null +++ b/app-gnustep/gorm/files/gorm-0.2.6-compilation-fix.diff @@ -0,0 +1,12 @@ +--- Gorm.m.orig 2003-07-15 19:20:50.000000000 +0200 ++++ Gorm.m 2003-07-15 19:21:15.000000000 +0200 +@@ -1288,7 +1288,8 @@ + + - (id) save: (id)sender + { +- return [(id)[self activeDocument] saveDocument: sender]; ++ [(GormDocument *)[self activeDocument] saveGormDocument: sender]; ++ return self; + } + + - (id) saveAll: (id)sender diff --git a/app-gnustep/gorm/gorm-0.2.6-r1.ebuild b/app-gnustep/gorm/gorm-0.2.6-r1.ebuild new file mode 100644 index 000000000000..1df723e8e85f --- /dev/null +++ b/app-gnustep/gorm/gorm-0.2.6-r1.ebuild @@ -0,0 +1,17 @@ +# 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 $ + +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.7" +PATCHES="${FILESDIR}/${P}-compilation-fix.diff" diff --git a/app-gnustep/gorm/metadata.xml b/app-gnustep/gorm/metadata.xml new file mode 100644 index 000000000000..6cfe3231f3bc --- /dev/null +++ b/app-gnustep/gorm/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnustep</herd> +</pkgmetadata> |