summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps')
-rw-r--r--gnustep-apps/terminal/ChangeLog10
-rw-r--r--gnustep-apps/terminal/terminal-0.9.5.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/gnustep-apps/terminal/ChangeLog b/gnustep-apps/terminal/ChangeLog
index 3f734a62ebff..b1bda0373dc1 100644
--- a/gnustep-apps/terminal/ChangeLog
+++ b/gnustep-apps/terminal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-apps/terminal
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.20 2008/12/08 16:39:11 voyageur Exp $
+# 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 $
+
+*terminal-0.9.5 (26 May 2009)
+
+ 26 May 2009; Bernard Cafarelli <voyageur@gentoo.org>
+ +terminal-0.9.5.ebuild:
+ Version bump, finally a new stable release
08 Dec 2008; Bernard Cafarelli <voyageur@gentoo.org>
terminal-0.9.5_pre20060324-r1.ebuild:
diff --git a/gnustep-apps/terminal/terminal-0.9.5.ebuild b/gnustep-apps/terminal/terminal-0.9.5.ebuild
new file mode 100644
index 000000000000..319a40aa0f98
--- /dev/null
+++ b/gnustep-apps/terminal/terminal-0.9.5.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.5.ebuild,v 1.1 2009/05/26 09:36:19 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() {
+ epatch "${FILESDIR}"/${PN}-0.9.5_pre20060324-size_t.patch
+ # Correct link command for --as-needed
+ sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed"
+}