summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2010-01-15 13:51:35 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2010-01-15 13:51:35 +0000
commit3f762f3747302d38f4f2ced7a5b9fd53a9c1ee1b (patch)
treee058e7a8589849ad25deeaa6ecfbb90673a3f0f4 /gnustep-apps
parentadd support for 945GME (#238349) (diff)
downloadgentoo-2-3f762f3747302d38f4f2ced7a5b9fd53a9c1ee1b.tar.gz
gentoo-2-3f762f3747302d38f4f2ced7a5b9fd53a9c1ee1b.tar.bz2
gentoo-2-3f762f3747302d38f4f2ced7a5b9fd53a9c1ee1b.zip
Bump, bugfixes and support for reversed colors
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/terminal/ChangeLog10
-rw-r--r--gnustep-apps/terminal/terminal-0.9.6.ebuild23
2 files changed, 31 insertions, 2 deletions
diff --git a/gnustep-apps/terminal/ChangeLog b/gnustep-apps/terminal/ChangeLog
index b1bda0373dc1..89aa39dcd2a1 100644
--- a/gnustep-apps/terminal/ChangeLog
+++ b/gnustep-apps/terminal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/terminal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.21 2009/05/26 09:36:19 voyageur Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.22 2010/01/15 13:51:35 voyageur Exp $
+
+*terminal-0.9.6 (15 Jan 2010)
+
+ 15 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ +terminal-0.9.6.ebuild:
+ Bump, bugfixes and support for reversed colors
*terminal-0.9.5 (26 May 2009)
diff --git a/gnustep-apps/terminal/terminal-0.9.6.ebuild b/gnustep-apps/terminal/terminal-0.9.6.ebuild
new file mode 100644
index 000000000000..5642203170b4
--- /dev/null
+++ b/gnustep-apps/terminal/terminal-0.9.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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.1 2010/01/15 13:51:35 voyageur 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=""
+
+src_prepare() {
+ # Correct link command for --as-needed
+ sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed"
+}