summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/terminal/ChangeLog8
-rw-r--r--gnustep-apps/terminal/terminal-0.9.7.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/gnustep-apps/terminal/ChangeLog b/gnustep-apps/terminal/ChangeLog
index 89aa39dcd2a1..6db2e2a96623 100644
--- a/gnustep-apps/terminal/ChangeLog
+++ b/gnustep-apps/terminal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/terminal
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.23 2010/05/25 22:34:14 voyageur Exp $
+
+*terminal-0.9.7 (25 May 2010)
+
+ 25 May 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ +terminal-0.9.7.ebuild:
+ Version bump, mostly bugfix and compatibility with last GNUstep release
*terminal-0.9.6 (15 Jan 2010)
diff --git a/gnustep-apps/terminal/terminal-0.9.7.ebuild b/gnustep-apps/terminal/terminal-0.9.7.ebuild
new file mode 100644
index 000000000000..644dea99b901
--- /dev/null
+++ b/gnustep-apps/terminal/terminal-0.9.7.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.7.ebuild,v 1.1 2010/05/25 22:34:14 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"
+}