diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-05-26 09:36:19 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-05-26 09:36:19 +0000 |
commit | 71cfc2cc83be2f123f96c1f760a0eea7ac9942aa (patch) | |
tree | 3fc19209d8718655c9141cd3443b892934264729 /gnustep-apps | |
parent | Version bump. Move slot to 3.5 to allow side by side installation with 4x ver... (diff) | |
download | gentoo-2-71cfc2cc83be2f123f96c1f760a0eea7ac9942aa.tar.gz gentoo-2-71cfc2cc83be2f123f96c1f760a0eea7ac9942aa.tar.bz2 gentoo-2-71cfc2cc83be2f123f96c1f760a0eea7ac9942aa.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps')
-rw-r--r-- | gnustep-apps/terminal/ChangeLog | 10 | ||||
-rw-r--r-- | gnustep-apps/terminal/terminal-0.9.5.ebuild | 24 |
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" +} |