summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-21 12:40:22 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-21 12:40:22 +0000
commit91435c7dbdc824e718e689237ce9c4300356db36 (patch)
tree5e7c1f33f0246d2e2068850d5f420ace3385cf0f /dev-perl/Mail-Sendmail
parentpatch pruning (diff)
downloadhistorical-91435c7dbdc824e718e689237ce9c4300356db36.tar.gz
historical-91435c7dbdc824e718e689237ce9c4300356db36.tar.bz2
historical-91435c7dbdc824e718e689237ce9c4300356db36.zip
Ebuild maintenance. EAPI=2. mips -> ~mips
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Mail-Sendmail')
-rw-r--r--dev-perl/Mail-Sendmail/ChangeLog7
-rw-r--r--dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild14
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-perl/Mail-Sendmail/ChangeLog b/dev-perl/Mail-Sendmail/ChangeLog
index 911997ddaf17..65c31125cea4 100644
--- a/dev-perl/Mail-Sendmail/ChangeLog
+++ b/dev-perl/Mail-Sendmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Mail-Sendmail
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.22 2009/12/07 12:37:51 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/ChangeLog,v 1.23 2010/01/21 12:40:22 tove Exp $
+
+ 21 Jan 2010; Torsten Veller <tove@gentoo.org> Mail-Sendmail-0.79.ebuild:
+ Ebuild maintenance. EAPI=2. mips -> ~mips
07 Dec 2009; Torsten Veller <tove@gentoo.org> metadata.xml:
Add perl herd
diff --git a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
index 40cdce8d5251..a9194f85f839 100644
--- a/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
+++ b/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.19 2007/07/10 23:33:33 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Sendmail/Mail-Sendmail-0.79.ebuild,v 1.20 2010/01/21 12:40:22 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=MIVKOVIC
inherit perl-module
DESCRIPTION="Simple platform independent mailer"
-SRC_URI="mirror://cpan/authors/id/M/MI/MIVKOVIC/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/dist/Mail-Sendmail/"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"