diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-06-23 01:03:47 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-06-23 01:03:47 +0000 |
commit | 157dc3ca1759ccf2274a0f61eb4f23802fb39f1e (patch) | |
tree | 24d88efdfa4cfbffe731263fb515b026d74710ef /net-irc/xchat | |
parent | cleanning the home (Manifest recommit) (diff) | |
download | gentoo-2-157dc3ca1759ccf2274a0f61eb4f23802fb39f1e.tar.gz gentoo-2-157dc3ca1759ccf2274a0f61eb4f23802fb39f1e.tar.bz2 gentoo-2-157dc3ca1759ccf2274a0f61eb4f23802fb39f1e.zip |
Do not override MAKEOPTS, pass options directly to emake.
Diffstat (limited to 'net-irc/xchat')
-rw-r--r-- | net-irc/xchat/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.7.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.0.8.ebuild | 4 |
9 files changed, 23 insertions, 17 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index e17196e6644a..aeb16555bd4c 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.103 2004/06/20 05:17:55 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.104 2004/06/23 01:03:47 swegener Exp $ + + 23 Jun 2004; Sven Wegener <swegener@gentoo.org> xchat-2.0.1-r1.ebuild, + xchat-2.0.1.ebuild, xchat-2.0.6-r1.ebuild, xchat-2.0.6-r2.ebuild, + xchat-2.0.7-r1.ebuild, xchat-2.0.7.ebuild, xchat-2.0.8-r1.ebuild, + xchat-2.0.8.ebuild: + Do not override MAKEOPTS, pass options directly to emake. 19 Jun 2004; Jason Wever <weeve@gentoo.org> xchat-1.8.11-r1.ebuild: Stable on sparc. diff --git a/net-irc/xchat/xchat-2.0.1-r1.ebuild b/net-irc/xchat/xchat-2.0.1-r1.ebuild index 55c0962e18d4..f5dade612cd8 100644 --- a/net-irc/xchat/xchat-2.0.1-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1-r1.ebuild,v 1.2 2004/04/27 22:17:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1-r1.ebuild,v 1.3 2004/06/23 01:03:47 swegener Exp $ inherit eutils @@ -59,7 +59,7 @@ src_compile() { --program-suffix=-2 \ ${myopts} || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } src_install() { diff --git a/net-irc/xchat/xchat-2.0.1.ebuild b/net-irc/xchat/xchat-2.0.1.ebuild index 4dea05b83fbf..60c665b961a1 100644 --- a/net-irc/xchat/xchat-2.0.1.ebuild +++ b/net-irc/xchat/xchat-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1.ebuild,v 1.12 2004/04/27 22:17:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.1.ebuild,v 1.13 2004/06/23 01:03:47 swegener Exp $ inherit eutils @@ -59,7 +59,7 @@ src_compile() { --program-suffix=-2 \ ${myopts} || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } src_install() { diff --git a/net-irc/xchat/xchat-2.0.6-r1.ebuild b/net-irc/xchat/xchat-2.0.6-r1.ebuild index dc0fc0c55da5..3ddb1ad882e4 100644 --- a/net-irc/xchat/xchat-2.0.6-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r1.ebuild,v 1.9 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r1.ebuild,v 1.10 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } diff --git a/net-irc/xchat/xchat-2.0.6-r2.ebuild b/net-irc/xchat/xchat-2.0.6-r2.ebuild index 17ce6968223a..98695002fa15 100644 --- a/net-irc/xchat/xchat-2.0.6-r2.ebuild +++ b/net-irc/xchat/xchat-2.0.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r2.ebuild,v 1.3 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.6-r2.ebuild,v 1.4 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } diff --git a/net-irc/xchat/xchat-2.0.7-r1.ebuild b/net-irc/xchat/xchat-2.0.7-r1.ebuild index 506f324775dc..454d725186d0 100644 --- a/net-irc/xchat/xchat-2.0.7-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7-r1.ebuild,v 1.3 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7-r1.ebuild,v 1.4 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } diff --git a/net-irc/xchat/xchat-2.0.7.ebuild b/net-irc/xchat/xchat-2.0.7.ebuild index 9ab4ffbd25b8..85c855445302 100644 --- a/net-irc/xchat/xchat-2.0.7.ebuild +++ b/net-irc/xchat/xchat-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7.ebuild,v 1.11 2004/05/29 16:16:28 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.7.ebuild,v 1.12 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } diff --git a/net-irc/xchat/xchat-2.0.8-r1.ebuild b/net-irc/xchat/xchat-2.0.8-r1.ebuild index 353ecd1f3249..7ab7c17e9f71 100644 --- a/net-irc/xchat/xchat-2.0.8-r1.ebuild +++ b/net-irc/xchat/xchat-2.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8-r1.ebuild,v 1.9 2004/04/27 22:17:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8-r1.ebuild,v 1.10 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } diff --git a/net-irc/xchat/xchat-2.0.8.ebuild b/net-irc/xchat/xchat-2.0.8.ebuild index ff7faaa85fa6..29f3f649ef5a 100644 --- a/net-irc/xchat/xchat-2.0.8.ebuild +++ b/net-irc/xchat/xchat-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8.ebuild,v 1.3 2004/04/27 22:17:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.8.ebuild,v 1.4 2004/06/23 01:03:47 swegener Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { --program-suffix=-2 \ || die "Configure failed" - MAKEOPTS="-j1" emake || die "Compile failed" + emake -j1 || die "Compile failed" } |