diff options
author | 2004-04-17 19:43:33 +0000 | |
---|---|---|
committer | 2004-04-17 19:43:33 +0000 | |
commit | 3810a164308bffc3bebcd97eb33f9c6685eb5337 (patch) | |
tree | 5ea857b43498926905c471aa66750b6e2f378253 /app-gnustep/gworkspace | |
parent | new upstream version (diff) | |
download | historical-3810a164308bffc3bebcd97eb33f9c6685eb5337.tar.gz historical-3810a164308bffc3bebcd97eb33f9c6685eb5337.tar.bz2 historical-3810a164308bffc3bebcd97eb33f9c6685eb5337.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'app-gnustep/gworkspace')
-rw-r--r-- | app-gnustep/gworkspace/ChangeLog | 5 | ||||
-rw-r--r-- | app-gnustep/gworkspace/gworkspace-0.5.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-gnustep/gworkspace/ChangeLog b/app-gnustep/gworkspace/ChangeLog index 226f98c5b93d..7a2b50238c7b 100644 --- a/app-gnustep/gworkspace/ChangeLog +++ b/app-gnustep/gworkspace/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-gnustep/gworkspace # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/ChangeLog,v 1.3 2004/02/18 09:32:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/ChangeLog,v 1.4 2004/04/17 19:43:33 aliz Exp $ + + 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. diff --git a/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild b/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild index a7c57eb10ba5..1b8eac45e18e 100644 --- a/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild +++ b/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/02/18 09:32:30 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-gnustep/gworkspace/gworkspace-0.5.3.ebuild,v 1.4 2004/04/17 19:43:33 aliz Exp $ inherit gnustep @@ -13,6 +13,7 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 ~ppc" DEPEND=">=dev-util/gnustep-gui-0.8.5" +IUSE="" src_install() { egnustepinstall |