[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/

2020-09-27 Thread Horea Christian
commit: 8f51e5aede318cb3b4354e0634df010bd8c5aaa0
Author: Horea Christian  chymera  eu>
AuthorDate: Sun Sep 27 22:20:53 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Sep 27 22:43:20 2020 +
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  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..0
--- a/sci-biology/scbi_plot/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   mmokr...@fold.natur.cuni.cz
-   Martin Mokrejs
-   
-   
-   sci-biol...@gentoo.org
-   Gentoo Biology Project
-   
-   
-   scbi_plot
-   
-

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..0
--- 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"



[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/

2017-09-02 Thread David Seifert
commit: a92c1cde043e6b2f80366f7317d9425553ce33c2
Author: David Seifert  gentoo  org>
AuthorDate: Sat Sep  2 11:55:41 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Sep  2 11:55:41 2017 +
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"



[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/

2017-03-26 Thread Justin Lecher
commit: 10567ec0e1f9425addc0d67efd262017f9162d00
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Mar 26 09:04:05 2017 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Mar 26 09:04:05 2017 +
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  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"



[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/

2015-12-25 Thread Marius Brehler
commit: fc544ed4ef0d969ff52b7f8d83cfa893078b1707
Author: Marius Brehler  linux  sungazer  de>
AuthorDate: Fri Dec 25 20:58:08 2015 +
Commit: Marius Brehler  linux  sungazer  de>
CommitDate: Fri Dec 25 20:58:08 2015 +
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  
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  +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"



[gentoo-commits] proj/sci:master commit in: sci-biology/scbi_plot/

2015-12-02 Thread Martin Mokrejs
commit: 0dbaa993be7ad67100984f8fee960411ea8a8760
Author: Martin Mokrejš  fold  natur  cuni  cz>
AuthorDate: Wed Dec  2 22:20:55 2015 +
Commit: Martin Mokrejs  fold  natur  cuni  cz>
CommitDate: Wed Dec  2 22:20:55 2015 +
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 000..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  +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 000..5fa67e9
--- /dev/null
+++ b/sci-biology/scbi_plot/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  sci-biology
+  
+mmokr...@fold.natur.cuni.cz
+Martin Mokrejs
+  
+  
+trinityrnaseq/trinityrnaseq
+  
+

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 000..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"