public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/
@ 2013-08-29 15:01 Martin Mokrejs
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Mokrejs @ 2013-08-29 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     85899c997b3461bb565a397b01d25bf9ad49b2ac
Author:     Martin Mokrejš <mmokrejs <AT> gmail <DOT> com>
AuthorDate: Thu Aug 29 15:01:03 2013 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Aug 29 15:01:03 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=85899c99

Initial, not yet working ebuild of BG7.

---
 sci-biology/BG7/BG7-9999.ebuild | 28 ++++++++++++++++++++++++++++
 sci-biology/BG7/ChangeLog       |  9 +++++++++
 2 files changed, 37 insertions(+)

diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild
new file mode 100644
index 0000000..a72c7c8
--- /dev/null
+++ b/sci-biology/BG7/BG7-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-2 java-ant-2 eutils
+
+[ "$PV" == "9999" ] && inherit git-2
+
+DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction"
+HOMEPAGE="http://bg7.ohnosequences.com"
+#SRC_URI=""
+EGIT_REPO_URI="https://github.com/bg7/BG7"
+
+
+LICENSE="AGPL-v3"
+SLOT="0"
+KEYWORDS=""
+#KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jre-1.5
+		dev-java/ant-core"
+RDEPEND="${DEPEND}
+		>=virtual/jre-1.5
+		sci-biology/ncbi-tools++"
+

diff --git a/sci-biology/BG7/ChangeLog b/sci-biology/BG7/ChangeLog
new file mode 100644
index 0000000..330d71f
--- /dev/null
+++ b/sci-biology/BG7/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-biology/BG7
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*BG7-9999 (29 Aug 2013)
+
+  29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +BG7-9999.ebuild:
+  Initial, not yet working ebuild.
+


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/
@ 2014-01-06 19:27 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-01-06 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     d426595ea39fccabac5c1def02d738e854a9a3bc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 19:02:48 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 19:02:48 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d426595e

sci-biology/BG7: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 sci-biology/BG7/BG7-9999.ebuild | 22 +++++++++-------------
 sci-biology/BG7/ChangeLog       |  5 ++++-
 sci-biology/BG7/metadata.xml    |  5 +++++
 3 files changed, 18 insertions(+), 14 deletions(-)

diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild
index a72c7c8..998be3a 100644
--- a/sci-biology/BG7/BG7-9999.ebuild
+++ b/sci-biology/BG7/BG7-9999.ebuild
@@ -1,28 +1,24 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
-inherit java-pkg-2 java-ant-2 eutils
-
-[ "$PV" == "9999" ] && inherit git-2
+inherit java-pkg-2 java-ant-2 eutils git-r3
 
 DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction"
 HOMEPAGE="http://bg7.ohnosequences.com"
 #SRC_URI=""
 EGIT_REPO_URI="https://github.com/bg7/BG7"
 
-
-LICENSE="AGPL-v3"
+LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS=""
-#KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=virtual/jre-1.5
-		dev-java/ant-core"
+DEPEND="
+	>=virtual/jre-1.5
+	dev-java/ant-core"
 RDEPEND="${DEPEND}
-		>=virtual/jre-1.5
-		sci-biology/ncbi-tools++"
-
+	>=virtual/jre-1.5
+	sci-biology/ncbi-tools++"

diff --git a/sci-biology/BG7/ChangeLog b/sci-biology/BG7/ChangeLog
index 330d71f..58ee79e 100644
--- a/sci-biology/BG7/ChangeLog
+++ b/sci-biology/BG7/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sci-biology/BG7
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> BG7-9999.ebuild, +metadata.xml:
+  Switch from git-2 to git-r3
+
 *BG7-9999 (29 Aug 2013)
 
   29 Aug 2013; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +BG7-9999.ebuild:

diff --git a/sci-biology/BG7/metadata.xml b/sci-biology/BG7/metadata.xml
new file mode 100644
index 0000000..897aa2e
--- /dev/null
+++ b/sci-biology/BG7/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</herd>
+</pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/
@ 2017-01-29 20:25 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2017-01-29 20:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b20164802b657c228642a769b4dbe314dde49c99
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 20:17:11 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:25:15 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2016480

sci-biology/BG7: QA fixes

Bump to EAPI 6
shorten DESCRIPTION

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

 sci-biology/BG7/BG7-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild
index 65fbc1d..9a52ebc 100644
--- a/sci-biology/BG7/BG7-9999.ebuild
+++ b/sci-biology/BG7/BG7-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit java-pkg-2 java-ant-2 eutils git-r3
+inherit java-pkg-2 java-ant-2 git-r3
 
-DESCRIPTION="A standalone bacterial genome annotation system using blastn from ncbi-tools++ for gene prediction"
+DESCRIPTION="Bacterial genome annotation system"
 HOMEPAGE="http://bg7.ohnosequences.com"
 #SRC_URI=""
 EGIT_REPO_URI="https://github.com/bg7/BG7"


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/
@ 2021-02-25 14:36 Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-02-25 14:36 UTC (permalink / raw
  To: gentoo-commits

commit:     bf8619b6e880eb1c8b54f476f7789a58461585b6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Feb 25 14:36:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 25 14:36:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf8619b6

sci-biology/BG7: update homepage

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

 sci-biology/BG7/BG7-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-biology/BG7/BG7-9999.ebuild b/sci-biology/BG7/BG7-9999.ebuild
index 35ae6ea50..5a7f7e950 100644
--- a/sci-biology/BG7/BG7-9999.ebuild
+++ b/sci-biology/BG7/BG7-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit java-pkg-2 java-ant-2 git-r3
 
 DESCRIPTION="Bacterial genome annotation system"
-HOMEPAGE="http://bg7.ohnosequences.com"
+HOMEPAGE="https://github.com/bg7/BG7"
 #SRC_URI=""
 EGIT_REPO_URI="https://github.com/bg7/BG7"
 


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

end of thread, other threads:[~2021-02-25 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 20:25 [gentoo-commits] proj/sci:master commit in: sci-biology/BG7/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2021-02-25 14:36 Andrew Ammerlaan
2014-01-06 19:27 Justin Lecher
2013-08-29 15:01 Martin Mokrejs

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