summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-04-03 06:20:28 +0000
committerTorsten Veller <tove@gentoo.org>2009-04-03 06:20:28 +0000
commit7e718f1074736c4c18b6019ea50c9edb961b95e7 (patch)
treeb7bc52ff99846bf99f46b9a1a95641688a521515 /dev-perl
parentVersion bump, also fixes bug #237210 for Emacs users. (diff)
downloadgentoo-2-7e718f1074736c4c18b6019ea50c9edb961b95e7.tar.gz
gentoo-2-7e718f1074736c4c18b6019ea50c9edb961b95e7.tar.bz2
gentoo-2-7e718f1074736c4c18b6019ea50c9edb961b95e7.zip
Enforce only one make job (#264666)
(Portage version: 2.2_rc28/cvs/Linux i686)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Mail-ClamAV/ChangeLog7
-rw-r--r--dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild21
2 files changed, 14 insertions, 14 deletions
diff --git a/dev-perl/Mail-ClamAV/ChangeLog b/dev-perl/Mail-ClamAV/ChangeLog
index cd3029b7403e..8669f3591a06 100644
--- a/dev-perl/Mail-ClamAV/ChangeLog
+++ b/dev-perl/Mail-ClamAV/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Mail-ClamAV
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.34 2008/09/30 14:19:02 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/ChangeLog,v 1.35 2009/04/03 06:20:28 tove Exp $
+
+ 03 Apr 2009; Torsten Veller <tove@gentoo.org> Mail-ClamAV-0.22-r1.ebuild:
+ Enforce only one make job (#264666)
30 Sep 2008; Torsten Veller <tove@gentoo.org> -Mail-ClamAV-0.21.ebuild,
-Mail-ClamAV-0.22.ebuild:
diff --git a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild
index 5fb2e8058fce..33114cd4140c 100644
--- a/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild
+++ b/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild
@@ -1,25 +1,22 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild,v 1.4 2008/09/22 09:03:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-ClamAV/Mail-ClamAV-0.22-r1.ebuild,v 1.5 2009/04/03 06:20:28 tove Exp $
+
+EAPI=2
MODULE_AUTHOR=SABECK
-inherit perl-module eutils
+inherit perl-module
DESCRIPTION="Perl extension for the clamav virus scanner."
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 sparc x86"
IUSE=""
-DEPEND=">=app-antivirus/clamav-0.94
- dev-perl/Inline
- dev-lang/perl"
+RDEPEND=">=app-antivirus/clamav-0.94
+ dev-perl/Inline"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/0.22-clamav-0.94.patch )
SRC_TEST=do
-
-src_install() {
- perl-module_src_install
- dodoc README || die
-}
+MAKEOPTS="${MAKEOPTS} -j1"