diff options
author | 2008-12-29 10:35:30 +0000 | |
---|---|---|
committer | 2008-12-29 10:35:30 +0000 | |
commit | 4b718ac1b580505a1df37167d25fe8257397b81b (patch) | |
tree | 3960cf3caa3135b856e7626154cd7e193051bef8 /gnustep-apps/gorm/gorm-1.2.8.ebuild | |
parent | Unmask new gnustep release, gorm 1.2.8 is here (diff) | |
download | gentoo-2-4b718ac1b580505a1df37167d25fe8257397b81b.tar.gz gentoo-2-4b718ac1b580505a1df37167d25fe8257397b81b.tar.bz2 gentoo-2-4b718ac1b580505a1df37167d25fe8257397b81b.zip |
Version bump, bugfixes, nib loading refactored, changes to new gnustep-gui headers (0.16.0)
(Portage version: 2.2_rc19/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'gnustep-apps/gorm/gorm-1.2.8.ebuild')
-rw-r--r-- | gnustep-apps/gorm/gorm-1.2.8.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gnustep-apps/gorm/gorm-1.2.8.ebuild b/gnustep-apps/gorm/gorm-1.2.8.ebuild new file mode 100644 index 000000000000..09e2f7668741 --- /dev/null +++ b/gnustep-apps/gorm/gorm-1.2.8.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gorm/gorm-1.2.8.ebuild,v 1.1 2008/12/29 10:35:30 voyageur Exp $ + +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 ~ppc ~x86 ~x86-fbsd" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=">=gnustep-base/gnustep-gui-0.16.0" +RDEPEND="${DEPEND}" + +src_unpack() { + unpack ${A} + cd "${S}" + 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" \ + "${S}"/Documentation/GNUmakefile +} |