public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/
@ 2016-04-27 18:10 Martin Mokrejs
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2016-04-27 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     adb51c28216e7dee16fd4846d30b4a0d080ff204
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Apr 27 18:00:16 2016 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Apr 27 18:00:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=adb51c28

sci-biology/bio-cd-hit-report: new ruby package

Package-Manager: portage-2.2.28

 .../bio-cd-hit-report-0.1.0.ebuild                 | 26 ++++++++++++++++++++++
 sci-biology/bio-cd-hit-report/metadata.xml         | 12 ++++++++++
 2 files changed, 38 insertions(+)

diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
new file mode 100644
index 0000000..9062497
--- /dev/null
+++ b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby library for reading CD-HIT cluster reports"
+HOMEPAGE="https://rubygems.org/gems/bio-cd-hit-report"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ruby/bundler-1.3.1
+	dev-ruby/jeweler
+	dev-ruby/minitest:*
+	dev-ruby/rdoc"
+RDEPEND="${DEPEND}
+	>=sci-biology/bioruby-1.4.3"

diff --git a/sci-biology/bio-cd-hit-report/metadata.xml b/sci-biology/bio-cd-hit-report/metadata.xml
new file mode 100644
index 0000000..f68a1b6
--- /dev/null
+++ b/sci-biology/bio-cd-hit-report/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>mmokrejs@fold.natur.cuni.cz</email>
+    <name>Martin Mokrejs</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci-biology@gentoo.org</email>
+    <name>Gentoo Biology Project</name>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/
@ 2017-03-26 14:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-03-26 14:45 UTC (permalink / raw
  To: gentoo-commits

commit:     9891d63fd319590ced373b09e7e41de7c1864e92
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 08:53:50 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 08:53:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=9891d63f

sci-biology/bio-cd-hit-report: Drop obsolete ruby version

Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
index a5bb48e86..ec245f5fd 100644
--- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
+++ b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-USE_RUBY="ruby20 ruby21"
+EAPI=6
+
+USE_RUBY="ruby21"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
@@ -17,7 +18,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=">=dev-ruby/bundler-1.3.1
+DEPEND="
+	>=dev-ruby/bundler-1.3.1
 	dev-ruby/jeweler
 	dev-ruby/minitest:*
 	dev-ruby/rdoc"


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/
@ 2017-09-02 11:55 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-09-02 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     42815e83271a10a8cf5a1261be81272aefaffd5e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  2 11:55:18 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  2 11:55:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=42815e83

sci-biology/bio-cd-hit-report: Update USE_RUBY to fix breakages

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
index ec245f5fd..ad3ab1887 100644
--- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
+++ b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-USE_RUBY="ruby21"
+USE_RUBY="ruby22 ruby23 ruby24"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/
@ 2020-09-27 22:11 Horea Christian
  0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2020-09-27 22:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a1d9369c83d038ffbe424b0c214141250d9936ba
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 22:10:05 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 22:10:05 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a1d9369c

sci-biology/bio-cd-hit-report: removed discontinued package

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 .../bio-cd-hit-report-0.1.0.ebuild                 | 27 ----------------------
 sci-biology/bio-cd-hit-report/metadata.xml         | 15 ------------
 2 files changed, 42 deletions(-)

diff --git a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild b/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
deleted file mode 100644
index ad3ab1887..000000000
--- a/sci-biology/bio-cd-hit-report/bio-cd-hit-report-0.1.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library for reading CD-HIT cluster reports"
-HOMEPAGE="https://rubygems.org/gems/bio-cd-hit-report"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-ruby/bundler-1.3.1
-	dev-ruby/jeweler
-	dev-ruby/minitest:*
-	dev-ruby/rdoc"
-RDEPEND="${DEPEND}
-	>=sci-biology/bioruby-1.4.3"

diff --git a/sci-biology/bio-cd-hit-report/metadata.xml b/sci-biology/bio-cd-hit-report/metadata.xml
deleted file mode 100644
index becca79c5..000000000
--- a/sci-biology/bio-cd-hit-report/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>mmokrejs@fold.natur.cuni.cz</email>
-		<name>Martin Mokrejs</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>sci-biology@gentoo.org</email>
-		<name>Gentoo Biology Project</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="rubygems">bio-cd-hit-report</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2020-09-27 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-02 11:55 [gentoo-commits] proj/sci:master commit in: sci-biology/bio-cd-hit-report/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2020-09-27 22:11 Horea Christian
2017-03-26 14:45 Justin Lecher
2016-04-27 18:10 Martin Mokrejs

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