diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:16:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:16:25 +0000 |
commit | 76bb2aed646be0498adf6344449d58add4a105d4 (patch) | |
tree | 615a73ae2a1a987234e1da3e5f70affb3fa6a504 /dev-perl | |
parent | Partial fix for #9289. (Manifest recommit) (diff) | |
download | gentoo-2-76bb2aed646be0498adf6344449d58add4a105d4.tar.gz gentoo-2-76bb2aed646be0498adf6344449d58add4a105d4.tar.bz2 gentoo-2-76bb2aed646be0498adf6344449d58add4a105d4.zip |
Fix use invocation
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.43-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.43.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Inline/Inline-0.44.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild | 4 |
7 files changed, 19 insertions, 12 deletions
diff --git a/dev-perl/Inline/ChangeLog b/dev-perl/Inline/ChangeLog index c11b055c7767..bd1c61719287 100644 --- a/dev-perl/Inline/ChangeLog +++ b/dev-perl/Inline/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.17 2004/04/15 02:41:25 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/ChangeLog,v 1.18 2004/06/03 17:13:30 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> Inline-0.44-r1.ebuild: + Fix use invocation 14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> Inline-0.44-r1.ebuild: Marked stable on mips. diff --git a/dev-perl/Inline/Inline-0.43-r1.ebuild b/dev-perl/Inline/Inline-0.43-r1.ebuild index 41ef298a5ac7..4e609f89df17 100644 --- a/dev-perl/Inline/Inline-0.43-r1.ebuild +++ b/dev-perl/Inline/Inline-0.43-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43-r1.ebuild,v 1.6 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43-r1.ebuild,v 1.7 2004/06/03 17:13:30 agriffis Exp $ inherit perl-module diff --git a/dev-perl/Inline/Inline-0.43.ebuild b/dev-perl/Inline/Inline-0.43.ebuild index 2385027c3b7c..87844bac0bfb 100644 --- a/dev-perl/Inline/Inline-0.43.ebuild +++ b/dev-perl/Inline/Inline-0.43.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.13 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.43.ebuild,v 1.14 2004/06/03 17:13:30 agriffis Exp $ inherit perl-module diff --git a/dev-perl/Inline/Inline-0.44-r1.ebuild b/dev-perl/Inline/Inline-0.44-r1.ebuild index 1a1870b27973..fa80fdf5a6d1 100644 --- a/dev-perl/Inline/Inline-0.44-r1.ebuild +++ b/dev-perl/Inline/Inline-0.44-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/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.7 2004/04/15 02:41:25 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44-r1.ebuild,v 1.8 2004/06/03 17:13:30 agriffis Exp $ inherit perl-module eutils @@ -24,7 +24,7 @@ src_unpack() { cd ${S} #gtk-2 suggested patch - if [ "`use gtk2`" ] + if use gtk2 then epatch ${FILESDIR}/gtk2-patch.diff fi diff --git a/dev-perl/Inline/Inline-0.44.ebuild b/dev-perl/Inline/Inline-0.44.ebuild index 32e0a88c1e31..613b35df288b 100644 --- a/dev-perl/Inline/Inline-0.44.ebuild +++ b/dev-perl/Inline/Inline-0.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44.ebuild,v 1.4 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline/Inline-0.44.ebuild,v 1.5 2004/06/03 17:13:30 agriffis Exp $ inherit perl-module diff --git a/dev-perl/Mail-SpamAssassin/ChangeLog b/dev-perl/Mail-SpamAssassin/ChangeLog index 8f0097ba4828..66cdb280bd9b 100644 --- a/dev-perl/Mail-SpamAssassin/ChangeLog +++ b/dev-perl/Mail-SpamAssassin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Mail-SpamAssassin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/ChangeLog,v 1.46 2004/04/16 11:29:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/ChangeLog,v 1.47 2004/06/03 17:16:25 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> + Mail-SpamAssassin-2.60-r1.ebuild: + Fix use invocation 16 Apr 2004; Michael Cummings <mcummings@gentoo.org> Mail-SpamAssassin-2.60-r1.ebuild, Mail-SpamAssassin-2.60-r2.ebuild, diff --git a/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild b/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild index 11d36f663d2b..c08ad684c581 100644 --- a/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild +++ b/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-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/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild,v 1.4 2004/04/16 11:29:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-SpamAssassin/Mail-SpamAssassin-2.60-r1.ebuild,v 1.5 2004/06/03 17:16:25 agriffis Exp $ inherit perl-module @@ -27,7 +27,7 @@ DEPEND=">=dev-perl/ExtUtils-MakeMaker-6.11-r1 myconf="CONTACT_ADDRESS=root@localhost RUN_NET_TESTS=0" # If ssl is enabled, spamc can be built with ssl support -if [ "`use ssl`" ]; +if use ssl; then myconf="${myconf} ENABLE_SSL=yes" fi |