public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-DB-Das-Chado/
@ 2012-02-09 10:43 Martin Mokrejs
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2012-02-09 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1774327450d582c0b214933cfcbefef96e316d07
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Feb  9 10:43:08 2012 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Feb  9 10:43:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=17743274

dev-perl/Bio-DB-Das-Chado-0.32: added the LICENSE line and require DBD-Pg to be installed before compiling this packge

(Portage version: 2.1.10.45/git/Linux x86_64, unsigned Manifest commit)

---
 .../Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild  |    7 ++++---
 dev-perl/Bio-DB-Das-Chado/ChangeLog                |    7 ++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild
index 0735845..e51a921 100644
--- a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild
+++ b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -9,13 +9,14 @@ inherit perl-module
 
 DESCRIPTION="A Chado database interface for Gbrowse-2"
 
-#LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
+LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-perl/DBD-Pg"
+RDEPEND=""
 DEPEND="${RDEPEND}
+	dev-perl/DBD-Pg
 	virtual/perl-Module-Build"
 
 SRC_TEST="do"

diff --git a/dev-perl/Bio-DB-Das-Chado/ChangeLog b/dev-perl/Bio-DB-Das-Chado/ChangeLog
index 993e189..4db1760 100644
--- a/dev-perl/Bio-DB-Das-Chado/ChangeLog
+++ b/dev-perl/Bio-DB-Das-Chado/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Bio-DB-Das-Chado
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  Bio-DB-Das-Chado-0.32.ebuild:
+  added the LICENSE line and require DBD-Pg to be installed before compiling
+  this packge
+
 *Bio-DB-Das-Chado-0.32 (30 Jul 2011)
 
   30 Jul 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>



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

* [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-DB-Das-Chado/
@ 2014-09-24  6:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-09-24  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f1432282f582a616605805f892ed3d094e291f26
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 24 06:23:35 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 24 06:23:35 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f1432282

dev-perl/Bio-DB-Das-Chado: Version BUmp; Bump to EAPI=5

Package-Manager: portage-2.2.13

---
 ...o-DB-Das-Chado-0.32.ebuild => Bio-DB-Das-Chado-0.34.ebuild} |  3 ++-
 dev-perl/Bio-DB-Das-Chado/ChangeLog                            |  6 +++++-
 dev-perl/Bio-DB-Das-Chado/metadata.xml                         | 10 +++++-----
 3 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
similarity index 98%
rename from dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild
rename to dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
index b58a9d6..f18e182 100644
--- a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.32.ebuild
+++ b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
@@ -2,9 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_AUTHOR="SCAIN"
+
 inherit perl-module
 
 DESCRIPTION="A Chado database interface for Gbrowse-2"

diff --git a/dev-perl/Bio-DB-Das-Chado/ChangeLog b/dev-perl/Bio-DB-Das-Chado/ChangeLog
index 4db1760..d05b89e 100644
--- a/dev-perl/Bio-DB-Das-Chado/ChangeLog
+++ b/dev-perl/Bio-DB-Das-Chado/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Bio-DB-Das-Chado
-# Copyright 1999-2012 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> -Bio-DB-Das-Chado-0.32.ebuild,
+  +Bio-DB-Das-Chado-0.34.ebuild, metadata.xml:
+  Version BUmp; Bump to EAPI=5
+
   09 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   Bio-DB-Das-Chado-0.32.ebuild:
   added the LICENSE line and require DBD-Pg to be installed before compiling

diff --git a/dev-perl/Bio-DB-Das-Chado/metadata.xml b/dev-perl/Bio-DB-Das-Chado/metadata.xml
index 07b5255..2bc8930 100644
--- a/dev-perl/Bio-DB-Das-Chado/metadata.xml
+++ b/dev-perl/Bio-DB-Das-Chado/metadata.xml
@@ -1,9 +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>
+  <herd>sci-biology</herd>
+  <maintainer>
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-DB-Das-Chado/
@ 2015-06-15  7:24 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-06-15  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     71cf1a235ce696e2bddc16a149baeabc9c74b2a4
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 07:15:49 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 07:15:49 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=71cf1a23

dev-perl/Bio-DB-Das-Chado: Fix dependency problems due to recent mask of perl-core packages

Package-Manager: portage-2.2.20

 dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild |  4 ++--
 dev-perl/Bio-DB-Das-Chado/ChangeLog                    |  8 ++++++--
 dev-perl/Bio-DB-Das-Chado/metadata.xml                 | 10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
index f18e182..e7e83d7 100644
--- a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
+++ b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -18,6 +18,6 @@ IUSE=""
 RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-perl/DBD-Pg
-	virtual/perl-Module-Build"
+	dev-perl/Module-Build"
 
 SRC_TEST="do"

diff --git a/dev-perl/Bio-DB-Das-Chado/ChangeLog b/dev-perl/Bio-DB-Das-Chado/ChangeLog
index 02aefe0..dd72b25 100644
--- a/dev-perl/Bio-DB-Das-Chado/ChangeLog
+++ b/dev-perl/Bio-DB-Das-Chado/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Bio-DB-Das-Chado
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  15 Jun 2015; Justin Lecher <jlec@gentoo.org> Bio-DB-Das-Chado-0.34.ebuild,
+  metadata.xml:
+  dev-perl/Bio-DB-Das-Chado: Fix dependency problems due to recent mask of perl-
+  core packages
+
   24 Sep 2014; Justin Lecher <jlec@gentoo.org> -Bio-DB-Das-Chado-0.32.ebuild,
   +Bio-DB-Das-Chado-0.34.ebuild, metadata.xml:
   Version Bump; Bump to EAPI=5
@@ -16,4 +21,3 @@
   30 Jul 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
   +Bio-DB-Das-Chado-0.32.ebuild, +metadata.xml:
   dev-perl/Bio-DB-Das-Chado: new package required by sci-biology/gbrowse
-

diff --git a/dev-perl/Bio-DB-Das-Chado/metadata.xml b/dev-perl/Bio-DB-Das-Chado/metadata.xml
index 2bc8930..07b5255 100644
--- a/dev-perl/Bio-DB-Das-Chado/metadata.xml
+++ b/dev-perl/Bio-DB-Das-Chado/metadata.xml
@@ -1,9 +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>
+	<herd>sci-biology</herd>
+	<maintainer>
+		<email>mmokrejs@fold.natur.cuni.cz</email>
+		<name>Martin Mokrejs</name>
+	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: dev-perl/Bio-DB-Das-Chado/
@ 2021-03-03 14:13 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-03-03 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     82b6330b6c0483c3aeb77dfa335aeca604ae9ec2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar  3 14:10:46 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar  3 14:10:46 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=82b6330b

dev-perl/Bio-DB-Das-Chado: EAPI bump

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

 ...{Bio-DB-Das-Chado-0.34.ebuild => Bio-DB-Das-Chado-0.35.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.35.ebuild
similarity index 80%
rename from dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
rename to dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.35.ebuild
index e744dec25..d4a7e1863 100644
--- a/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.34.ebuild
+++ b/dev-perl/Bio-DB-Das-Chado/Bio-DB-Das-Chado-0.35.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
-MODULE_AUTHOR="SCAIN"
+DIST_AUTHOR="SCAIN"
 
 inherit perl-module
 
@@ -12,10 +12,10 @@ DESCRIPTION="A Chado database interface for Gbrowse-2"
 LICENSE="|| ( Artistic-2 GPL-1 GPL-2 GPL-3 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 RDEPEND=""
 DEPEND="${RDEPEND}
+	dev-perl/DBI
 	dev-perl/DBD-Pg
 	dev-perl/Module-Build"
 


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

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

Thread overview: 4+ 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: dev-perl/Bio-DB-Das-Chado/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-03-03 14:13 Andrew Ammerlaan
2015-06-15  7:24 Justin Lecher
2012-02-09 10:43 Martin Mokrejs

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