diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:18:07 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-07-23 13:18:07 +0000 |
commit | 4def967ad9353318f000d7a8dba80d2afd5eaa68 (patch) | |
tree | 2137435cfdbb558b93041b6b00c4991b86c2930b /gnustep-apps | |
parent | Moving to gnustep-apps/gworkspace (diff) | |
download | gentoo-2-4def967ad9353318f000d7a8dba80d2afd5eaa68.tar.gz gentoo-2-4def967ad9353318f000d7a8dba80d2afd5eaa68.tar.bz2 gentoo-2-4def967ad9353318f000d7a8dba80d2afd5eaa68.zip |
Moved from app-gnustep/gworkspace to gnustep-apps/gworkspace.
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/gworkspace/ChangeLog | 31 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/Manifest | 4 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/files/digest-gworkspace-0.5.3 | 1 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild | 22 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/metadata.xml | 5 |
5 files changed, 63 insertions, 0 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog new file mode 100644 index 000000000000..6b9f705a925b --- /dev/null +++ b/gnustep-apps/gworkspace/ChangeLog @@ -0,0 +1,31 @@ +# ChangeLog for app-gnustep/gworkspace +# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.1 2004/07/23 13:18:07 fafhrd Exp $ + +*gworkspace-0.5.3 (23 Jul 2004) + + 23 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> +metadata.xml, + +gworkspace-0.5.3.ebuild: + Moved from app-gnustep/gworkspace to gnustep-apps/gworkspace. + + 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> + gworkspace-0.5.3.ebuild: + Changing the eclass to gnustep-old + + 22 Jul 2004; Armando Di Cianno,,, <armando@gentoo.org> + gworkspace-0.5.3.ebuild: + Changing the eclass to gnustep-old + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> gworkspace-0.5.3.ebuild: + Added IUSE= + + 18 Feb 2004; David Holm <dholm@gentoo.org> gworkspace-0.5.3.ebuild: + Added to ~ppc. + + 30 Jul 2003; Nick Hadaway <raker@gentoo.org> gworkspace-0.5.3.ebuild: + Updated the description. + +*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/gnustep-apps/gworkspace/Manifest b/gnustep-apps/gworkspace/Manifest new file mode 100644 index 000000000000..13dad61dab91 --- /dev/null +++ b/gnustep-apps/gworkspace/Manifest @@ -0,0 +1,4 @@ +MD5 635d32ffad9f9028d94b9993f2a14655 gworkspace-0.5.3.ebuild 614 +MD5 ecb565768b55d2798d38c2fc84ce7cd2 ChangeLog 856 +MD5 80699754a7e9adb6c02df33c8fa16fd6 metadata.xml 161 +MD5 48cb1091fdd1df58f0a32711945b64fb files/digest-gworkspace-0.5.3 69 diff --git a/gnustep-apps/gworkspace/files/digest-gworkspace-0.5.3 b/gnustep-apps/gworkspace/files/digest-gworkspace-0.5.3 new file mode 100644 index 000000000000..b8af27dcf117 --- /dev/null +++ b/gnustep-apps/gworkspace/files/digest-gworkspace-0.5.3 @@ -0,0 +1 @@ +MD5 119523e6762a5abe9226877045e2faec gworkspace-0.5.3.tar.gz 1104593 diff --git a/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild b/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild new file mode 100644 index 000000000000..314e2f8cbe01 --- /dev/null +++ b/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.5.3.ebuild,v 1.1 2004/07/23 13:18:07 fafhrd Exp $ + +inherit gnustep-old + +S=${WORKDIR}/GWorkspace-${PV} + +DESCRIPTION="GNUstep workspace manager" +HOMEPAGE="http://www.gnustep.org" +SRC_URI="http://www.gnustep.it/enrico/${PN}/${P}.tar.gz" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="x86 ~ppc" +DEPEND=">=dev-util/gnustep-gui-0.8.5" +IUSE="" + +src_install() { + egnustepinstall + cd ${S}/Apps_wrappers + cp -a * ${D}${GNUSTEP_SYSTEM_ROOT}/Applications +} diff --git a/gnustep-apps/gworkspace/metadata.xml b/gnustep-apps/gworkspace/metadata.xml new file mode 100644 index 000000000000..6cfe3231f3bc --- /dev/null +++ b/gnustep-apps/gworkspace/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> |