diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-01-25 02:40:00 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-01-25 02:40:00 +0000 |
commit | 41eda6836e6416d833fa23e6451f7f6d54e67152 (patch) | |
tree | ef88928f776de665721f4a8be6425e2fac786b56 /x11-terms/yeahconsole | |
parent | Clean up patches. (diff) | |
download | gentoo-2-41eda6836e6416d833fa23e6451f7f6d54e67152.tar.gz gentoo-2-41eda6836e6416d833fa23e6451f7f6d54e67152.tar.bz2 gentoo-2-41eda6836e6416d833fa23e6451f7f6d54e67152.zip |
Clean up patch. Adjust ebuild accordingly.
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Diffstat (limited to 'x11-terms/yeahconsole')
-rw-r--r-- | x11-terms/yeahconsole/ChangeLog | 8 | ||||
-rw-r--r-- | x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch | 4 | ||||
-rw-r--r-- | x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild | 9 |
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-terms/yeahconsole/ChangeLog b/x11-terms/yeahconsole/ChangeLog index 1eee761a44f3..520a69a88a84 100644 --- a/x11-terms/yeahconsole/ChangeLog +++ b/x11-terms/yeahconsole/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2009/07/22 04:35:55 darkside Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/ChangeLog,v 1.11 2011/01/25 02:40:00 jer Exp $ + + 25 Jan 2011; Jeroen Roovers <jer@gentoo.org> yeahconsole-0.3.4-r1.ebuild, + files/yeahconsole-0.3.4-make.patch: + Clean up patch. Adjust ebuild accordingly. 22 Jul 2009; Jeremy Olexa <darkside@gentoo.org> yeahconsole-0.3.4-r1.ebuild: 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 6348ad95878a..0075c433292b 100644 --- a/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch +++ b/x11-terms/yeahconsole/files/yeahconsole-0.3.4-make.patch @@ -1,5 +1,5 @@ ---- yeahconsole-0.3.4/Makefile.orig 2006-01-14 16:54:05.000000000 +0100 -+++ yeahconsole-0.3.4/Makefile 2009-02-26 16:18:25.000000000 +0100 +--- a/Makefile 2006-01-14 16:54:05.000000000 +0100 ++++ b/Makefile 2009-02-26 16:18:25.000000000 +0100 @@ -1,6 +1,4 @@ TARGET = yeahconsole -CC = gcc diff --git a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild index ecc5d0fb72f1..cfc2bc55f62b 100644 --- a/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild +++ b/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 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.5 2009/07/22 04:35:55 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/yeahconsole/yeahconsole-0.3.4-r1.ebuild,v 1.6 2011/01/25 02:40:00 jer Exp $ + +EAPI="2" inherit eutils toolchain-funcs @@ -17,8 +19,7 @@ RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND} x11-proto/xproto" -src_unpack() { - unpack ${A} +src_prepare() { epatch "${FILESDIR}"/${P}-make.patch } |