diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:07:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:07:47 +0000 |
commit | 873ef2f8d3ef001c7687dae22300d9db870313bc (patch) | |
tree | 6cff48dca192ed9bad90ee6968b6932918cbe54f /gnustep-apps/gworkspace | |
parent | Remove gnuconfig inherit. (diff) | |
download | gentoo-2-873ef2f8d3ef001c7687dae22300d9db870313bc.tar.gz gentoo-2-873ef2f8d3ef001c7687dae22300d9db870313bc.tar.bz2 gentoo-2-873ef2f8d3ef001c7687dae22300d9db870313bc.zip |
Remove gnuconfig inherit.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'gnustep-apps/gworkspace')
-rw-r--r-- | gnustep-apps/gworkspace/ChangeLog | 8 | ||||
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gnustep-apps/gworkspace/ChangeLog b/gnustep-apps/gworkspace/ChangeLog index 395d0ef38990..b4ad7ba2eaf8 100644 --- a/gnustep-apps/gworkspace/ChangeLog +++ b/gnustep-apps/gworkspace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/gworkspace -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.20 2006/12/05 21:08:25 grobian Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/ChangeLog,v 1.21 2007/01/05 07:07:47 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + gworkspace-0.8.3.ebuild: + Remove gnuconfig inherit. *gworkspace-0.8.3 (05 Dec 2006) diff --git a/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild b/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild index 714a59eb8024..3e4b24de06b5 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild,v 1.1 2006/12/05 21:08:25 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.8.3.ebuild,v 1.2 2007/01/05 07:07:47 flameeyes Exp $ -inherit gnustep gnuconfig +inherit gnustep S=${WORKDIR}/${P/gw/GW} |