diff options
author | 2012-06-07 23:17:05 +0000 | |
---|---|---|
committer | 2012-06-07 23:17:05 +0000 | |
commit | 77d8cd68290245c1b914fc3bc5f2877b4719d842 (patch) | |
tree | 4427edf497531d78f95d8c051d9a7f468034e763 /gnustep-apps/terminal/terminal-0.9.6.ebuild | |
parent | digest fix; upstream regenerated files with newer automake (diff) | |
download | historical-77d8cd68290245c1b914fc3bc5f2877b4719d842.tar.gz historical-77d8cd68290245c1b914fc3bc5f2877b4719d842.tar.bz2 historical-77d8cd68290245c1b914fc3bc5f2877b4719d842.zip |
Version bump, mainly a bug fix and maintenance release. Remove old versions
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'gnustep-apps/terminal/terminal-0.9.6.ebuild')
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.6.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnustep-apps/terminal/terminal-0.9.6.ebuild b/gnustep-apps/terminal/terminal-0.9.6.ebuild deleted file mode 100644 index b288d5e57163..000000000000 --- a/gnustep-apps/terminal/terminal-0.9.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.6.ebuild,v 1.2 2011/08/05 11:55:22 ssuominen Exp $ - -EAPI=2 - -inherit gnustep-2 - -S=${WORKDIR}/${P/t/T} - -DESCRIPTION="A terminal emulator for GNUstep" -HOMEPAGE="http://www.nongnu.org/terminal/" -SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -SLOT="0" -IUSE="" - -RDEPEND="!x11-terms/terminal" #376257 -DEPEND="${RDEPEND}" - -src_prepare() { - # Correct link command for --as-needed - sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed" -} |