diff options
Diffstat (limited to 'gnustep-apps/gorm/gorm-0.3.0.ebuild')
-rw-r--r-- | gnustep-apps/gorm/gorm-0.3.0.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/gnustep-apps/gorm/gorm-0.3.0.ebuild b/gnustep-apps/gorm/gorm-0.3.0.ebuild deleted file mode 100644 index b35c941d1548..000000000000 --- a/gnustep-apps/gorm/gorm-0.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-0.3.0.ebuild,v 1.2 2004/07/23 14:58:03 fafhrd Exp $ - -inherit base gnustep-old - -S=${WORKDIR}/${P/g/G} - -DESCRIPTION="GNUstep GUI interface designer" -HOMEPAGE="http://www.gnustep.org" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P/g/G}.tar.gz" -IUSE="" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 ~ppc" - -DEPEND=">=gnustep-base/gnustep-gui-0.8.5" - -src_unpack() { - unpack ${P/g/G}.tar.gz - cd ${S} -} |