diff options
Diffstat (limited to 'gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild')
-rw-r--r-- | gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild b/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild index 4aff886239f0..7279083d0ea8 100644 --- a/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild +++ b/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild @@ -1,6 +1,6 @@ -# 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.7.1.ebuild,v 1.5 2007/07/13 07:00:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gworkspace/gworkspace-0.7.1.ebuild,v 1.6 2007/09/11 18:52:36 voyageur Exp $ inherit gnustep @@ -8,19 +8,16 @@ S=${WORKDIR}/${P/gw/GW} DESCRIPTION="A workspace manager for GNUstep." HOMEPAGE="http://www.gnustep.it/enrico/gworkspace/" -SRC_URI="http://www.gnustep.it/enrico/gworkspace/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" KEYWORDS="~ppc x86" LICENSE="GPL-2" SLOT="0" -IUSE="pdf" DEPEND="${GS_DEPEND} - pdf? ( gnustep-libs/pdfkit ) !gnustep-apps/desktop !gnustep-apps/recycler" RDEPEND="${GS_RDEPEND} - pdf? ( gnustep-libs/pdfkit ) !gnustep-apps/desktop !gnustep-apps/recycler" |