summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-05-05 18:47:51 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-05-05 18:47:51 +0000
commitf4d5d0243c318bdda81c53e0944663cb9caa2ec5 (patch)
tree218c1fc2f417916f22dfa2e63b9e9500b8909064 /dev-perl/Mail-Audit
parentppc fix for standalone mkisofs (diff)
downloadgentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.gz
gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.tar.bz2
gentoo-2-f4d5d0243c318bdda81c53e0944663cb9caa2ec5.zip
More conversions to eclasses
Diffstat (limited to 'dev-perl/Mail-Audit')
-rw-r--r--dev-perl/Mail-Audit/ChangeLog10
-rw-r--r--dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild29
-rw-r--r--dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild19
-rw-r--r--dev-perl/Mail-Audit/files/digest-Mail-Audit-2.11
4 files changed, 38 insertions, 21 deletions
diff --git a/dev-perl/Mail-Audit/ChangeLog b/dev-perl/Mail-Audit/ChangeLog
index ff0fbd11a350..76a19fd69535 100644
--- a/dev-perl/Mail-Audit/ChangeLog
+++ b/dev-perl/Mail-Audit/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-perl/Mail-Audit
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/ChangeLog,v 1.1 2002/02/01 21:53:27 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/ChangeLog,v 1.2 2002/05/05 18:47:51 seemant Exp $
+
+*Mail-Audit-2.1 (5 May 2002)
+
+ 5 May 2002; Seemant Kulleen <seemant@gentoo.org> Mail-Audit-2.1.ebuild
+ files/digest-Mail-Audit-2.1 :
+
+ Version bump and eclasses. Also converted the old ebuild in place to
+ eclsses.
*Mail-Audit-1.8 (1 Feb 2002)
diff --git a/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild b/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
index a413e311b294..61a10ade900d 100644
--- a/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
+++ b/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild
@@ -1,30 +1,19 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Jerry Alexandratos <jerry@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild,v 1.3 2001/05/30 18:24:34 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-1.8.ebuild,v 1.4 2002/05/05 18:47:51 seemant Exp $
+
+. /usr/portage/eclass/inherit.eclass
+inherit perl-module
-A=${P}.tar.gz
S=${WORKDIR}/${P}
CATEGORY="dev-perl"
DESCRIPTION="Mail sorting/delivery module for Perl."
-SRC_URI="http://www.cpan.org/modules/by-module/Mail/${A}"
+SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
-DEPEND=">=sys-devel/perl-5
- >=dev-perl/POP3Client-2.7
+DEPEND="${DEPEND}
+ >=dev-perl/POP3Client-2.7
>=dev-perl/MailTools-1.15"
-src_compile() {
-
- perl Makefile.PL
- try make
- try make test
-
-}
-
-src_install () {
-
- try make PREFIX=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 install
- dodoc Changes MANIFEST README
-
-}
+SLOT="1"
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild
new file mode 100644
index 000000000000..723d6c8e43a9
--- /dev/null
+++ b/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Jerry Alexandratos <jerry@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Mail-Audit/Mail-Audit-2.1.ebuild,v 1.1 2002/05/05 18:47:51 seemant Exp $
+
+. /usr/portage/eclass/inherit.eclass
+inherit perl-module
+
+S=${WORKDIR}/${P}
+CATEGORY="dev-perl"
+DESCRIPTION="Mail sorting/delivery module for Perl."
+SRC_URI="http://www.cpan.org/modules/by-module/Mail/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/modules/by-module/Mail/${P}.readme"
+
+DEPEND="${DEPEND}
+ >=dev-perl/POP3Client-2.7
+ >=dev-perl/MailTools-1.15"
+
+SLOT="2"
diff --git a/dev-perl/Mail-Audit/files/digest-Mail-Audit-2.1 b/dev-perl/Mail-Audit/files/digest-Mail-Audit-2.1
new file mode 100644
index 000000000000..ca258ec7c146
--- /dev/null
+++ b/dev-perl/Mail-Audit/files/digest-Mail-Audit-2.1
@@ -0,0 +1 @@
+MD5 b52b1142fa9ed7d847c531186f913ea6 Mail-Audit-2.1.tar.gz 21669