summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-11-27 06:15:03 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2004-11-27 06:15:03 +0000
commit4af88b10cf19893bb5290fb63ccac506dc27bab2 (patch)
tree85a9fc4739aac2a69a14a06ae42d139bf5f83a00 /dev-perl/SVN-Simple
parentNew ebuild (diff)
downloadhistorical-4af88b10cf19893bb5290fb63ccac506dc27bab2.tar.gz
historical-4af88b10cf19893bb5290fb63ccac506dc27bab2.tar.bz2
historical-4af88b10cf19893bb5290fb63ccac506dc27bab2.zip
New ebuild
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r--dev-perl/SVN-Simple/ChangeLog9
-rw-r--r--dev-perl/SVN-Simple/Manifest3
-rw-r--r--dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild26
-rw-r--r--dev-perl/SVN-Simple/files/digest-SVN-Simple-0.261
-rw-r--r--dev-perl/SVN-Simple/metadata.xml8
5 files changed, 47 insertions, 0 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog
new file mode 100644
index 000000000000..fa872385aad3
--- /dev/null
+++ b/dev-perl/SVN-Simple/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-perl/SVN-Simple
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.1 2004/11/27 06:11:36 pclouds Exp $
+
+*SVN-Simple-0.26 (27 Nov 2004)
+
+ 27 Nov 2004; <pclouds@gentoo.org> +metadata.xml, +SVN-Simple-0.26.ebuild:
+ New ebuild
+
diff --git a/dev-perl/SVN-Simple/Manifest b/dev-perl/SVN-Simple/Manifest
new file mode 100644
index 000000000000..08c01e31ed7c
--- /dev/null
+++ b/dev-perl/SVN-Simple/Manifest
@@ -0,0 +1,3 @@
+MD5 1e7dded402e236d45bd25a38c70c995c metadata.xml 223
+MD5 123d1622a63248bf34f9d826873543b3 SVN-Simple-0.26.ebuild 676
+MD5 ce306e01ec4f1705c0e02aa8eed27f0b files/digest-SVN-Simple-0.26 65
diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild
new file mode 100644
index 000000000000..cf9102dc85e7
--- /dev/null
+++ b/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.26.ebuild,v 1.1 2004/11/27 06:11:36 pclouds Exp $
+
+inherit perl-module
+
+DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor"
+SRC_URI="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.tar.gz"
+HOMEPAGE="http://www.cpan.org/authors/id/C/CL/CLKAO/${P}.readme"
+
+SLOT="0"
+LICENSE="Artistic"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="${DEPEND}
+ >=dev-util/subversion-0.31"
+
+pkg_setup() {
+ if ! perl -MSVN::Core < /dev/null 2> /dev/null
+ then
+ eerror "You need subversion-0.31+ compiled with Perl bindings."
+ eerror "USE=\"perl\" emerge subversion"
+ die "Need Subversion compiled with Perl bindings."
+ fi
+}
diff --git a/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.26 b/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.26
new file mode 100644
index 000000000000..04974d46bc1b
--- /dev/null
+++ b/dev-perl/SVN-Simple/files/digest-SVN-Simple-0.26
@@ -0,0 +1 @@
+MD5 593c12f9f3cae2245fe8de75b477168e SVN-Simple-0.26.tar.gz 4851
diff --git a/dev-perl/SVN-Simple/metadata.xml b/dev-perl/SVN-Simple/metadata.xml
new file mode 100644
index 000000000000..5714bd141509
--- /dev/null
+++ b/dev-perl/SVN-Simple/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>pclouds@gentoo.org</email>
+ </maintainer>
+</pkgmetadata>