* [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
@ 2014-09-24 6:45 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-09-24 6:45 UTC (permalink / raw
To: gentoo-commits
commit: b1dcd0e2367ab8fcfe2c183bcabaebc09f469b65
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 06:44:49 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 06:44:49 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b1dcd0e2
sci-biology/ONTO-PERL: Version BUmp; Bump to EAPI=5
Package-Manager: portage-2.2.13
---
sci-biology/ONTO-PERL/ChangeLog | 6 +++++-
.../{ONTO-PERL-1.31.ebuild => ONTO-PERL-1.41.ebuild} | 12 +++++++-----
sci-biology/ONTO-PERL/metadata.xml | 2 +-
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/sci-biology/ONTO-PERL/ChangeLog b/sci-biology/ONTO-PERL/ChangeLog
index 847ef31..2d1f1e2 100644
--- a/sci-biology/ONTO-PERL/ChangeLog
+++ b/sci-biology/ONTO-PERL/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-biology/ONTO-PERL
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 24 Sep 2014; Justin Lecher <jlec@gentoo.org> -ONTO-PERL-1.31.ebuild,
+ +ONTO-PERL-1.41.ebuild, metadata.xml:
+ Version BUmp; Bump to EAPI=5
+
25 Jun 2011; Justin Lecher <jlec@gentoo.org> ONTO-PERL-1.31.ebuild:
Cleaned ebuild, 'http://search.cpan.org/CPAN' found in thirdpartymirrors
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
similarity index 68%
rename from sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
rename to sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
index 405e51f..88c1074 100644
--- a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
+++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
@@ -2,24 +2,26 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=5
MODULE_AUTHOR=EASR
inherit multilib perl-module
DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
-SRC_URI="mirror://cpan/authors/id/E/EA/EASR/ONTO-PERL/ONTO-PERL-1.31.tar.gz"
+SRC_URI="mirror://cpan/authors/id/E/EA/${MODULE_AUTHOR}/${PN}/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
+RDEPEND="
>=sci-biology/swissknife-1.65
+ dev-perl/DateManip
>=dev-perl/XML-Simple-2.16
- >=dev-perl/XML-Parser-2.34"
+ >=dev-perl/XML-Parser-2.34
+ virtual/perl-File-Path"
+DEPEND="${RDEPEND}"
SRC_TEST=do
#myconf="LIBS=-L/usr/$(get_libdir)"
diff --git a/sci-biology/ONTO-PERL/metadata.xml b/sci-biology/ONTO-PERL/metadata.xml
index d464821..f17a827 100644
--- a/sci-biology/ONTO-PERL/metadata.xml
+++ b/sci-biology/ONTO-PERL/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-biology</herd>
+ <herd>sci-biology</herd>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
@ 2016-03-29 17:21 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-03-29 17:21 UTC (permalink / raw
To: gentoo-commits
commit: b8dc8531d80d348cfec1639e988e97bda8d22e97
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 29 17:18:12 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Mar 29 17:18:12 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b8dc8531
sci-biology/ONTO-PERL: Fix typo in deps
* Bump to EAPI=6
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
index bb6c9cf..d6467ee 100644
--- a/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
+++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.41.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
MODULE_AUTHOR=EASR
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="
>=sci-biology/swissknife-1.65
- dev-perl/DateManip
+ dev-perl/Date-Manip
>=dev-perl/XML-Simple-2.16
>=dev-perl/XML-Parser-2.34
virtual/perl-File-Path"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
@ 2011-06-25 17:22 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 67f8a08bd6515cb2be6904773ff7f6f7e1d369e5
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 14:36:01 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 14:36:01 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=67f8a08b
Cleaned ebuild, 'http://search.cpan.org/CPAN' found in thirdpartymirrors
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-biology/ONTO-PERL/ChangeLog | 7 +++++++
sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild | 7 ++++---
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/sci-biology/ONTO-PERL/ChangeLog b/sci-biology/ONTO-PERL/ChangeLog
new file mode 100644
index 0000000..847ef31
--- /dev/null
+++ b/sci-biology/ONTO-PERL/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sci-biology/ONTO-PERL
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 25 Jun 2011; Justin Lecher <jlec@gentoo.org> ONTO-PERL-1.31.ebuild:
+ Cleaned ebuild, 'http://search.cpan.org/CPAN' found in thirdpartymirrors
+
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
index 98b0c56..473a145 100644
--- a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
+++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.38.ebuild,v 1.1 2009/05/19 12:22:20 tove Exp $
+# $Header: $
EAPI=2
MODULE_AUTHOR=EASR
+
inherit multilib perl-module
DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
+SRC_URI="mirror://cpan/authors/id/E/EA/EASR/ONTO-PERL/ONTO-PERL-1.31.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-SRC_URI="http://search.cpan.org/CPAN/authors/id/E/EA/EASR/ONTO-PERL/ONTO-PERL-1.31.tar.gz"
DEPEND=""
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
@ 2011-06-24 17:09 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-24 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 363108f4fe36d6ea7775da3d968e500134dd1309
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 12:46:47 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 12:46:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=363108f4
Sort inherit and/or USE
(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
index efb4f7a..98b0c56 100644
--- a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
+++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
@@ -5,7 +5,7 @@
EAPI=2
MODULE_AUTHOR=EASR
-inherit perl-module multilib
+inherit multilib perl-module
DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/
@ 2011-02-18 22:49 Martin Mokrejs
0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2011-02-18 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 9be32f9f84d1aa81700cd625ea20354fed18d809
Author: Martin Mokrejs <mmokrejs <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 21:09:42 2011 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Feb 18 21:09:42 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9be32f9f
sci-biology/ONTO-PERL: tools to manipulate OWL- and OBO-formatted files
(Portage version: 2.1.9.28/git/Linux i686, unsigned Manifest commit)
---
sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild | 24 ++++++++++++++++++++++++
sci-biology/ONTO-PERL/metadata.xml | 5 +++++
2 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
new file mode 100644
index 0000000..efb4f7a
--- /dev/null
+++ b/sci-biology/ONTO-PERL/ONTO-PERL-1.31.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Geo-IP/Geo-IP-1.38.ebuild,v 1.1 2009/05/19 12:22:20 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=EASR
+inherit perl-module multilib
+
+DESCRIPTION="Manipulates OBO- and OWL-formatted ontologies (like the Gene Ontology)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+SRC_URI="http://search.cpan.org/CPAN/authors/id/E/EA/EASR/ONTO-PERL/ONTO-PERL-1.31.tar.gz"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+ >=sci-biology/swissknife-1.65
+ >=dev-perl/XML-Simple-2.16
+ >=dev-perl/XML-Parser-2.34"
+
+SRC_TEST=do
+#myconf="LIBS=-L/usr/$(get_libdir)"
diff --git a/sci-biology/ONTO-PERL/metadata.xml b/sci-biology/ONTO-PERL/metadata.xml
new file mode 100644
index 0000000..d464821
--- /dev/null
+++ b/sci-biology/ONTO-PERL/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci-biology</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-29 17:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-24 6:45 [gentoo-commits] proj/sci:master commit in: sci-biology/ONTO-PERL/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2016-03-29 17:21 Justin Lecher
2011-06-25 17:22 Justin Lecher
2011-06-24 17:09 Justin Lecher
2011-02-18 22:49 Martin Mokrejs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox