* [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
@ 2015-12-02 22:21 Martin Mokrejs
0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2015-12-02 22:21 UTC (permalink / raw
To: gentoo-commits
commit: 0dbaa993be7ad67100984f8fee960411ea8a8760
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Dec 2 22:20:55 2015 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Dec 2 22:20:55 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0dbaa993
sci-biology/scbi_plot: new package
Package-Manager: portage-2.2.26
sci-biology/scbi_plot/ChangeLog | 9 +++++++++
sci-biology/scbi_plot/metadata.xml | 12 ++++++++++++
sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild | 24 ++++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/sci-biology/scbi_plot/ChangeLog b/sci-biology/scbi_plot/ChangeLog
new file mode 100644
index 0000000..31582d5
--- /dev/null
+++ b/sci-biology/scbi_plot/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/scbi_plot
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Id$
+
+*scbi_plot-0.0.7 (02 Dec 2015)
+
+ 02 Dec 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +metadata.xml,
+ +scbi_plot-0.0.7.ebuild:
+ sci-biology/scbi_plot: new package
diff --git a/sci-biology/scbi_plot/metadata.xml b/sci-biology/scbi_plot/metadata.xml
new file mode 100644
index 0000000..5fa67e9
--- /dev/null
+++ b/sci-biology/scbi_plot/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+ <upstream>
+ <remote-id type="github">trinityrnaseq/trinityrnaseq</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
new file mode 100644
index 0000000..a5ac839
--- /dev/null
+++ b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Wrapper to create plots with gnuplot"
+HOMEPAGE="https://rubygems.org/gems/scbi_plot"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND=">=dev-ruby/hoe-2.8.0
+ >=dev-ruby/rdoc-4.0"
+RDEPEND="${DEPEND}
+ >=sci-visualization/gnuplot-2.3.0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
@ 2015-12-25 21:00 Marius Brehler
0 siblings, 0 replies; 5+ messages in thread
From: Marius Brehler @ 2015-12-25 21:00 UTC (permalink / raw
To: gentoo-commits
commit: fc544ed4ef0d969ff52b7f8d83cfa893078b1707
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Dec 25 20:58:08 2015 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Dec 25 20:58:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=fc544ed4
sci-biology/scbi_plot: Fix header, remove ruby19
Package-Manager: portage-2.2.24
sci-biology/scbi_plot/ChangeLog | 3 +++
sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-biology/scbi_plot/ChangeLog b/sci-biology/scbi_plot/ChangeLog
index 31582d5..570e5a1 100644
--- a/sci-biology/scbi_plot/ChangeLog
+++ b/sci-biology/scbi_plot/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 25 Dec 2015; Marius Brehler <marbre@linux.sungazer.de> scbi_plot-0.0.7.ebuild:
+ sci-biology/scbi_plot: Fix header, remove ruby19
+
*scbi_plot-0.0.7 (02 Dec 2015)
02 Dec 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +metadata.xml,
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
index a5ac839..0b14dd7 100644
--- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
+++ b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
+USE_RUBY="ruby20 ruby21"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
@ 2017-03-26 14:45 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2017-03-26 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 10567ec0e1f9425addc0d67efd262017f9162d00
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 09:04:05 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 09:04:05 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10567ec0
sci-biology/scbi_plot: 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/scbi_plot/scbi_plot-0.0.7.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
index 8a59643d5..90ff08680 100644
--- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
+++ b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 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.rdoc History.txt"
@@ -17,7 +18,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-DEPEND=">=dev-ruby/hoe-2.8.0
+DEPEND="
+ >=dev-ruby/hoe-2.8.0
>=dev-ruby/rdoc-4.0"
RDEPEND="${DEPEND}
>=sci-visualization/gnuplot-2.3.0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
@ 2017-09-02 11:55 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-09-02 11:55 UTC (permalink / raw
To: gentoo-commits
commit: a92c1cde043e6b2f80366f7317d9425553ce33c2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 2 11:55:41 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 2 11:55:41 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a92c1cde
sci-biology/scbi_plot: Update USE_RUBY to fix breakages
Package-Manager: Portage-2.3.8, Repoman-2.3.3
sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
index 90ff08680..e51b6d0aa 100644
--- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
+++ b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-USE_RUBY="ruby21"
+USE_RUBY="ruby22 ruby23 ruby24"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.txt"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/
@ 2020-09-27 22:43 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2020-09-27 22:43 UTC (permalink / raw
To: gentoo-commits
commit: 8f51e5aede318cb3b4354e0634df010bd8c5aaa0
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 27 22:20:53 2020 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 27 22:43:20 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8f51e5ae
sci-biology/scbi_plot: removed discontinued package
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/scbi_plot/metadata.xml | 15 ---------------
sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild | 25 -------------------------
2 files changed, 40 deletions(-)
diff --git a/sci-biology/scbi_plot/metadata.xml b/sci-biology/scbi_plot/metadata.xml
deleted file mode 100644
index f94206d02..000000000
--- a/sci-biology/scbi_plot/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">scbi_plot</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild b/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
deleted file mode 100644
index e51b6d0aa..000000000
--- a/sci-biology/scbi_plot/scbi_plot-0.0.7.ebuild
+++ /dev/null
@@ -1,25 +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.rdoc History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Wrapper to create plots with gnuplot"
-HOMEPAGE="https://rubygems.org/gems/scbi_plot"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- >=dev-ruby/hoe-2.8.0
- >=dev-ruby/rdoc-4.0"
-RDEPEND="${DEPEND}
- >=sci-visualization/gnuplot-2.3.0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-27 22:43 UTC | newest]
Thread overview: 5+ 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/scbi_plot/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 22:43 Horea Christian
2017-03-26 14:45 Justin Lecher
2015-12-25 21:00 Marius Brehler
2015-12-02 22:21 Martin Mokrejs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox