From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/VCI/
Date: Tue, 15 Mar 2011 01:10:22 +0000 (UTC) [thread overview]
Message-ID: <e80c5f9720a7042ad743fe10123f6bca77e66455.kent@gentoo> (raw)
commit: e80c5f9720a7042ad743fe10123f6bca77e66455
Author: Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul 9 17:13:03 2009 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Mar 15 00:50:38 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e80c5f97
[import]( dwc:VCI ) Convert to EAPI=2 and add metadata.xml
---
dev-perl/VCI/ChangeLog | 8 ++++++++
dev-perl/VCI/VCI-0.5.2.ebuild | 38 +++++++++++++-------------------------
dev-perl/VCI/metadata.xml | 9 +++++++++
3 files changed, 30 insertions(+), 25 deletions(-)
diff --git a/dev-perl/VCI/ChangeLog b/dev-perl/VCI/ChangeLog
new file mode 100644
index 0000000..25125af
--- /dev/null
+++ b/dev-perl/VCI/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/VCI
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com> VCI-0.5.2.ebuild,
+ +metadata.xml:
+ Convert to EAPI=2 and add metadata.xml
+
diff --git a/dev-perl/VCI/VCI-0.5.2.ebuild b/dev-perl/VCI/VCI-0.5.2.ebuild
index a39a001..a9e18c3 100644
--- a/dev-perl/VCI/VCI-0.5.2.ebuild
+++ b/dev-perl/VCI/VCI-0.5.2.ebuild
@@ -1,27 +1,27 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
+EAPI=2
+
+MODULE_AUTHOR=MKANAT
inherit perl-module
DESCRIPTION="A generic interface for interacting with various version control systems"
-HOMEPAGE="http://search.cpan.org/dist/VCI/"
-SRC_URI="mirror://cpan/authors/id/M/MK/MKANAT/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="mirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+#SRC_TEST="do"
-IUSE="bzr cvs git mercurial subversion test"
-RDEPEND=">=dev-lang/perl-5.6.0
- >=dev-perl/Moose-0.27
+IUSE="bazaar cvs git mercurial subversion test"
+RDEPEND=">=dev-perl/Moose-0.27
dev-perl/MooseX-Method
dev-perl/DateTime
>=dev-perl/Path-Abstract-0.093
dev-perl/DateTime-Format-DateParse
>=dev-perl/Text-Diff-Parser-0.07
- bzr? (
+ bazaar? (
dev-util/bzr
virtual/perl-IPC-Cmd
>=virtual/perl-Module-Load-Conditional-0.24
@@ -29,7 +29,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
dev-perl/XML-Simple
)
subversion? (
- >=dev-util/subversion-1.2
+ >=dev-util/subversion-1.2[perl]
virtual/perl-File-Spec
)
mercurial? (
@@ -38,7 +38,7 @@ RDEPEND=">=dev-lang/perl-5.6.0
dev-perl/XML-Simple
)
git? (
- dev-util/git
+ dev-util/git[perl]
virtual/perl-File-Spec
)
cvs? (
@@ -61,18 +61,6 @@ DEPEND="virtual/perl-Module-Build
)"
pkg_setup() {
- if use git && ! perl -MGit < /dev/null 2> /dev/null; then
- eerror "Git missing or outdated."
- eerror "Please emerge dev-util/git with the perl USE flag."
- die "Need Git compiled with Perl bindings"
- fi
-
- if use subversion && ! perl -MSVN::Core < /dev/null 2> /dev/null; then
- eerror "SVN::Core missing or outdated."
- eerror "Please emerge dev-util/subversion with the perl USE flag."
- die "Need Subversion compiled with Perl bindings"
- fi
-
if use subversion && built_with_use dev-util/subversion dso; then
eerror "Subversion's Perl bindings segfault with USE=dso."
eerror "See https://bugs.gentoo.org/show_bug.cgi?id=223747."
diff --git a/dev-perl/VCI/metadata.xml b/dev-perl/VCI/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/VCI/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>dwc@pobox.com</email>
+ <name>Daniel Westermann-Clark</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2011-03-15 1:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-15 1:10 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-06-16 23:11 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/VCI/ Kent Fredric
2015-06-09 10:13 Kent Fredric
2013-02-07 15:06 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
2011-03-15 1:10 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e80c5f9720a7042ad743fe10123f6bca77e66455.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox