summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 14:05:38 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-07-23 14:05:38 +0000
commitf7b69f44abdb716054dd61db01564e6579b4a22b (patch)
tree699685cc97057b3356060b1b1269c54a37d4d4cb /x11-wm
parentAdded license for upcoming packages meme-mast and meta-meme (diff)
downloadgentoo-2-f7b69f44abdb716054dd61db01564e6579b4a22b.tar.gz
gentoo-2-f7b69f44abdb716054dd61db01564e6579b4a22b.tar.bz2
gentoo-2-f7b69f44abdb716054dd61db01564e6579b4a22b.zip
Moving to gnustep-base/gnustep-env
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/gnustep-env/ChangeLog27
-rw-r--r--x11-wm/gnustep-env/Manifest4
-rw-r--r--x11-wm/gnustep-env/files/10gnustep1
-rw-r--r--x11-wm/gnustep-env/files/digest-gnustep-env-0.10
-rw-r--r--x11-wm/gnustep-env/gnustep-env-0.1.ebuild17
5 files changed, 0 insertions, 49 deletions
diff --git a/x11-wm/gnustep-env/ChangeLog b/x11-wm/gnustep-env/ChangeLog
deleted file mode 100644
index 3d9c180c0b1a..000000000000
--- a/x11-wm/gnustep-env/ChangeLog
+++ /dev/null
@@ -1,27 +0,0 @@
-# ChangeLog for x11-wm/gnustep-env
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/gnustep-env/ChangeLog,v 1.9 2004/07/08 05:43:50 hardave Exp $
-
- 07 Jul 2004; Hardave Riar <hardave@gentoo.org> gnustep-env-0.1.ebuild:
- Stable on mips
-
- 19 Jun 2004; <pyrania@gentoo.org> gnustep-env-0.1.ebuild:
- Added IUSE.
-
- 18 Feb 2004; David Holm <dholm@gentoo.org> gnustep-env-0.1.ebuild:
- Added to ~ppc.
-
- 12 Jun 2003; <msterret@gentoo.org> gnustep-env-0.1.ebuild:
- add Header
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
-*gnustep-env-0.1 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/x11-wm/gnustep-env/Manifest b/x11-wm/gnustep-env/Manifest
deleted file mode 100644
index a9ca12bcb16f..000000000000
--- a/x11-wm/gnustep-env/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 1b7fdee6cffa68b803c3a8f15ab18cfe gnustep-env-0.1.ebuild 559
-MD5 6576e26d182c57e42e2fe1ac59d832e7 ChangeLog 1082
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-gnustep-env-0.1 0
-MD5 766b0cb8343bea6f212694c1fd261335 files/10gnustep 36
diff --git a/x11-wm/gnustep-env/files/10gnustep b/x11-wm/gnustep-env/files/10gnustep
deleted file mode 100644
index 5c59167706f4..000000000000
--- a/x11-wm/gnustep-env/files/10gnustep
+++ /dev/null
@@ -1 +0,0 @@
-GNUSTEP_LOCAL_ROOT=/usr/lib/GNUstep
diff --git a/x11-wm/gnustep-env/files/digest-gnustep-env-0.1 b/x11-wm/gnustep-env/files/digest-gnustep-env-0.1
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/x11-wm/gnustep-env/files/digest-gnustep-env-0.1
+++ /dev/null
diff --git a/x11-wm/gnustep-env/gnustep-env-0.1.ebuild b/x11-wm/gnustep-env/gnustep-env-0.1.ebuild
deleted file mode 100644
index 9ffe0f370ce1..000000000000
--- a/x11-wm/gnustep-env/gnustep-env-0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/gnustep-env/gnustep-env-0.1.ebuild,v 1.17 2004/07/08 05:43:50 hardave Exp $
-
-DESCRIPTION="Exports GNUSTEP_LOCAL_ROOT"
-HOMEPAGE="http://www.gentoo.org"
-LICENSE="LGPL-2.1"
-KEYWORDS="x86 sparc ppc mips"
-SLOT="0"
-IUSE=""
-
-src_install() {
- # Does anyone use GNUstep ? Hopefully this will be fixed when
- # someone package GNUstep, otherwise should work just fine.
- insinto /etc/env.d
- doins ${FILESDIR}/10gnustep
-}