public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-perl/Log-Cabin/
@ 2012-01-08 12:14 Martin Mokrejs
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Mokrejs @ 2012-01-08 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbc55de5cd2d33721c86c5f9f339d88efd245c3
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Jan  8 11:57:42 2012 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Jan  8 11:57:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9dbc55de

dev-perl/Log-Cabin: new package, required by sci-biology/manatee-igs

(Portage version: 2.1.10.43/git/Linux i686, unsigned Manifest commit)

---
 dev-perl/Log-Cabin/ChangeLog             |   10 ++++++++++
 dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild |   19 +++++++++++++++++++
 dev-perl/Log-Cabin/metadata.xml          |    9 +++++++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Log-Cabin/ChangeLog b/dev-perl/Log-Cabin/ChangeLog
new file mode 100644
index 0000000..75bc1c7
--- /dev/null
+++ b/dev-perl/Log-Cabin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Log-Cabin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Log-Cabin-0.06 (08 Jan 2012)
+
+  08 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +Log-Cabin-0.06.ebuild:
+  initial ebuild, package required by sci-biology/manatee-igs
+

diff --git a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
new file mode 100644
index 0000000..971995d
--- /dev/null
+++ b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# This ebuild generated by g-cpan 0.16.4
+
+EAPI="2"
+
+MODULE_AUTHOR="JORVIS"
+
+MODULE_SECTION="Log-Cabin"
+
+inherit perl-module
+
+DESCRIPTION="Partial implementation of Log::Log4perl with reduced disk IO."
+
+LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+

diff --git a/dev-perl/Log-Cabin/metadata.xml b/dev-perl/Log-Cabin/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/dev-perl/Log-Cabin/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>sci-biology</herd>
+	<maintainer>
+		<email>mmokrejs@fold.natur.cuni.cz</email>
+		<name>Martin Mokrejs</name>
+	</maintainer>
+</pkgmetadata>



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/sci:master commit in: dev-perl/Log-Cabin/
@ 2021-03-03 14:25 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     26a63bf054f687b955526772bb7afe215a5cdf63
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:20:31 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:20:31 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=26a63bf0

dev-perl/Log-Cabin: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
index b5e385b14..365972f8f 100644
--- a/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
+++ b/dev-perl/Log-Cabin/Log-Cabin-0.06.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR="JORVIS"
-
-MODULE_SECTION="Log-Cabin"
+DIST_AUTHOR="JORVIS"
+DIST_SECTION="Log-Cabin"
 
 inherit perl-module
 
@@ -14,4 +13,3 @@ DESCRIPTION="Partial implementation of Log::Log4perl with reduced disk IO"
 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-03 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-08 12:14 [gentoo-commits] proj/sci:master commit in: dev-perl/Log-Cabin/ Martin Mokrejs
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 14:25 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox