summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-15 08:09:24 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-15 08:09:24 +0000
commit4cdcbcf806cc0748a53b99c3a96e51475f7cc35f (patch)
tree961dc16fcec78cdbf7d11c8bb42a313bcf8a15fe /app-gnustep/gworkspace
parentsimplified the ebuild (diff)
downloadhistorical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.gz
historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.tar.bz2
historical-4cdcbcf806cc0748a53b99c3a96e51475f7cc35f.zip
first big gnustep package import.
Diffstat (limited to 'app-gnustep/gworkspace')
-rw-r--r--app-gnustep/gworkspace/ChangeLog8
-rw-r--r--app-gnustep/gworkspace/Manifest2
-rw-r--r--app-gnustep/gworkspace/files/digest-gworkspace-0.5.31
-rw-r--r--app-gnustep/gworkspace/gworkspace-0.5.3.ebuild21
4 files changed, 32 insertions, 0 deletions
diff --git a/app-gnustep/gworkspace/ChangeLog b/app-gnustep/gworkspace/ChangeLog
new file mode 100644
index 000000000000..219f93eed816
--- /dev/null
+++ b/app-gnustep/gworkspace/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for app-gnustep/gworkspace
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/ChangeLog,v 1.1 2003/07/15 08:09:24 raker Exp $
+
+*gworkspace-0.5.3 (15 Jul 2003)
+
+ 15 Jul 2003; Nick Hadaway <raker@gentoo.org> gworkspace-0.5.3.ebuild:
+ New ebuild.
diff --git a/app-gnustep/gworkspace/Manifest b/app-gnustep/gworkspace/Manifest
new file mode 100644
index 000000000000..177a8abacbaa
--- /dev/null
+++ b/app-gnustep/gworkspace/Manifest
@@ -0,0 +1,2 @@
+MD5 f0d043e4188c59f756d736a25a838c47 gworkspace-0.5.3.ebuild 613
+MD5 48cb1091fdd1df58f0a32711945b64fb files/digest-gworkspace-0.5.3 69
diff --git a/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3 b/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3
new file mode 100644
index 000000000000..b8af27dcf117
--- /dev/null
+++ b/app-gnustep/gworkspace/files/digest-gworkspace-0.5.3
@@ -0,0 +1 @@
+MD5 119523e6762a5abe9226877045e2faec gworkspace-0.5.3.tar.gz 1104593
diff --git a/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild b/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild
new file mode 100644
index 000000000000..d2bd5e21164f
--- /dev/null
+++ b/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild,v 1.1 2003/07/15 08:09:24 raker Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/GWorkspace-${PV}
+
+DESCRIPTION="GNUstep GUI interface designer"
+HOMEPAGE="http://www.gnustep.org"
+SRC_URI="http://www.gnustep.it/enrico/${PN}/${P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="x86"
+DEPEND=">=dev-util/gnustep-gui-0.8.5"
+
+src_install() {
+ egnustepinstall
+ cd ${S}/Apps_wrappers
+ cp -a * ${D}${GNUSTEP_SYSTEM_ROOT}/Applications
+}