From 3453423aae94aecf9516bff25464675768e0abae Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 3 Mar 2009 05:17:58 +0000 Subject: Update patch for --as-needed and revision bump (bug #120112 comment #10). (Portage version: 2.2_rc23/cvs/Linux i686) --- x11-terms/yeahconsole/ChangeLog | 9 ++++- .../yeahconsole/files/yeahconsole-0.3.4-make.patch | 2 +- x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild | 40 ++++++++++++++++++++++ x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild | 40 ---------------------- 4 files changed, 49 insertions(+), 42 deletions(-) create mode 100644 x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild delete mode 100644 x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild (limited to 'x11-terms/yeahconsole') diff --git a/x11-terms/yeahconsole/ChangeLog b/x11-terms/yeahconsole/ChangeLog index 972da94dbbad..d0d4b1f497cd 100644 --- a/x11-terms/yeahconsole/ChangeLog +++ b/x11-terms/yeahconsole/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-terms/yeahconsole # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.5 2009/02/26 16:49:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.6 2009/03/03 05:17:57 jer Exp $ + +*yeahconsole-0.3.4-r1 (03 Mar 2009) + + 03 Mar 2009; Jeroen Roovers + files/yeahconsole-0.3.4-make.patch, -yeahconsole-0.3.4.ebuild, + +yeahconsole-0.3.4-r1.ebuild: + Update patch for --as-needed and revision bump (bug #120112 comment #10). 26 Feb 2009; Jeroen Roovers yeahconsole-0.3.4.ebuild: Clarify terminal emulator requirement better. diff --git a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch index a3ffa5ba4b61..6348ad95878a 100644 --- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch +++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch @@ -20,7 +20,7 @@ $(TARGET): $(OBJECTS) - $(CC) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< - strip $@ -+ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) $(LIBS) -o $@ $< ++ $(CC) $(FLAGS) $(LDFLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -o $@ $< $(LIBS) $(OBJECTS): $(SOURCES) - $(CC) $(FLAGS) $(DEFINES) $(INCLUDES) $(LIB_DIRS) -c -o $@ $< diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild new file mode 100644 index 000000000000..b79ac89605a8 --- /dev/null +++ b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild,v 1.1 2009/03/03 05:17:57 jer Exp $ + +inherit eutils toolchain-funcs + +DESCRIPTION="yeahconsole turns an xterm or rxvt-unicode into a game-like console" +HOMEPAGE="http://phrat.de/yeahtools.html" +SRC_URI="http://phrat.de/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~hppa ~x86" + +IUSE="" +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + x11-proto/xproto" + +src_unpack() { + unpack ${A} + epatch "${FILESDIR}"/${P}-make.patch +} + +src_compile() { + tc-export CC + emake || die "make failed" +} + +src_install() { + dodir /usr/bin + emake PREFIX="${D}"/usr install || die "emake install failed" + dodoc README +} + +pkg_postinst() { + elog "Do not forget to emerge an xterm compatible terminal emulator" + elog "(perhaps x11-terms/xterm or x11-terms/rxvt-unicode), or" + elog "${PN} will not work ;-)." +} diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild deleted file mode 100644 index 484d48acd96a..000000000000 --- a/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4.ebuild,v 1.3 2009/02/26 16:49:52 jer Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="yeahconsole turns an xterm or rxvt-unicode into a game-like console" -HOMEPAGE="http://phrat.de/yeahtools.html" -SRC_URI="http://phrat.de/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~hppa ~x86" - -IUSE="" -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/${P}-make.patch -} - -src_compile() { - tc-export CC - emake || die "make failed" -} - -src_install() { - dodir /usr/bin - emake PREFIX="${D}"/usr install || die "emake install failed" - dodoc README -} - -pkg_postinst() { - elog "Do not forget to emerge an xterm compatible terminal emulator" - elog "(perhaps x11-terms/xterm or x11-terms/rxvt-unicode), or" - elog "${PN} will not work ;-)." -} -- cgit v1.2.3-65-gdbad