* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-IntrospectableM2M/
@ 2012-02-15 10:58 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-15 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 48c5c8a5274335d352c1bae6c928eb2930251bc5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Feb 14 16:32:03 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Feb 14 16:32:03 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=48c5c8a5
[new] DBIx-Class-IntrospectableM2M 0.1.1
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/DBIx-Class-IntrospectableM2M/ChangeLog | 10 +++++++
.../DBIx-Class-IntrospectableM2M-0.1.1.ebuild | 29 ++++++++++++++++++++
dev-perl/DBIx-Class-IntrospectableM2M/metadata.xml | 9 ++++++
3 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-perl/DBIx-Class-IntrospectableM2M/ChangeLog b/dev-perl/DBIx-Class-IntrospectableM2M/ChangeLog
new file mode 100644
index 0000000..a3118a8
--- /dev/null
+++ b/dev-perl/DBIx-Class-IntrospectableM2M/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/DBIx-Class-IntrospectableM2M
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*DBIx-Class-IntrospectableM2M-0.1.1 (14 Feb 2012)
+
+ 14 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +DBIx-Class-IntrospectableM2M-0.1.1.ebuild, +metadata.xml:
+ Added for DBIx-Class-Schema-Loader
+
diff --git a/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild b/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild
new file mode 100644
index 0000000..8e1445c
--- /dev/null
+++ b/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=GRODITI
+MODULE_VERSION=0.001001
+inherit perl-module
+
+DESCRIPTION='Introspect many-to-many relationships'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::More
+ echo virtual/perl-Test-Simple
+}
+perl_meta_runtime() {
+ # DBIx::Class
+ echo dev-perl/DBIx-Class
+}
+DEPEND="
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/DBIx-Class-IntrospectableM2M/metadata.xml b/dev-perl/DBIx-Class-IntrospectableM2M/metadata.xml
new file mode 100644
index 0000000..504a3e6
--- /dev/null
+++ b/dev-perl/DBIx-Class-IntrospectableM2M/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>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
\ No newline at end of file
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-IntrospectableM2M/
@ 2015-06-17 0:56 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-06-17 0:56 UTC (permalink / raw
To: gentoo-commits
commit: 1dad0466ca805cd8afb2e63737fd6f7caf403e16
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 00:21:46 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jun 17 00:21:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1dad0466
[fixup] DBIx-Class-IntrospectableM2M: EAPI5
Package-Manager: portage-2.2.17
...M-0.1.1.ebuild => DBIx-Class-IntrospectableM2M-0.1.1-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild b/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1-r1.ebuild
similarity index 82%
rename from dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild
rename to dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1-r1.ebuild
index 8e1445c..cdc4f96 100644
--- a/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1.ebuild
+++ b/dev-perl/DBIx-Class-IntrospectableM2M/DBIx-Class-IntrospectableM2M-0.1.1-r1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
MODULE_AUTHOR=GRODITI
MODULE_VERSION=0.001001
inherit perl-module
DESCRIPTION='Introspect many-to-many relationships'
-LICENSE=" || ( Artistic GPL-2 )"
+
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
@@ -26,4 +26,3 @@ DEPEND="
RDEPEND="
$(perl_meta_runtime)
"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-17 0:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 10:58 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/DBIx-Class-IntrospectableM2M/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-17 0:56 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox