diff options
Diffstat (limited to 'gnustep-apps/gorm/gorm-1.2.20.ebuild')
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.20.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnustep-apps/gorm/gorm-1.2.20.ebuild b/gnustep-apps/gorm/gorm-1.2.20.ebuild deleted file mode 100644 index 31b4beac65e7..000000000000 --- a/gnustep-apps/gorm/gorm-1.2.20.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnustep-2 - -DESCRIPTION="A clone of the NeXTstep Interface Builder application for GNUstep" -HOMEPAGE="http://www.gnustep.org/experience/Gorm.html" -SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/dev-apps/${P}.tar.gz" - -KEYWORDS="amd64 x86 ~x86-fbsd" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=">=gnustep-base/gnustep-gui-0.22.0" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e "/DOCUMENT_NAME =.*/a \Gorm_DOC_INSTALL_DIR=Developer/Gorm" \ - -e "/DOCUMENT_TEXT_NAME =.*/a \ANNOUNCE_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \ - -e "/DOCUMENT_TEXT_NAME =.*/a \README_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \ - -e "/DOCUMENT_TEXT_NAME =.*/a \NEWS_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \ - -e "/DOCUMENT_TEXT_NAME =.*/a \INSTALL_DOC_INSTALL_DIR=Developer/Gorm/ReleaseNotes" \ - Documentation/GNUmakefile -} |