* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/
@ 2014-03-23 16:30 Martin Mokrejs
0 siblings, 0 replies; 5+ messages in thread
From: Martin Mokrejs @ 2014-03-23 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 6ad35dcd3ef158b8e4b2120ac98b707dd6fc7d2d
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Mar 23 16:28:45 2014 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Mar 23 16:28:45 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6ad35dcd
sci-biology/genomeview-bin: a skeleton for a new Java-based package, needs help
Package-Manager: portage-2.2.7
---
sci-biology/genomeview-bin/ChangeLog | 10 ++++++++++
.../genomeview-bin/genomeview-bin-2450.ebuild | 22 ++++++++++++++++++++++
sci-biology/genomeview-bin/metadata.xml | 9 +++++++++
3 files changed, 41 insertions(+)
diff --git a/sci-biology/genomeview-bin/ChangeLog b/sci-biology/genomeview-bin/ChangeLog
new file mode 100644
index 0000000..e273d98
--- /dev/null
+++ b/sci-biology/genomeview-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/genomeview-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*genomeview-bin-2450 (23 Mar 2014)
+
+ 23 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ +genomeview-bin-2450.ebuild, +metadata.xml:
+ sci-biology/genomeview-bin: a skeleton for a new Java-based package, needs
+ help
diff --git a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
new file mode 100644
index 0000000..a6d9f27
--- /dev/null
+++ b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit java-pkg-opt-2 java-ant-2 eutils
+
+DESCRIPTION="Genome browser and annotation tool"
+HOMEPAGE="http://genomeview.sourceforge.net"
+SRC_URI="http://downloads.sourceforge.net/project/genomeview/GenomeView/genomeview-2450.zip"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="virtual/jdk
+ ${COMMON_DEPS}"
+RDEPEND="virtual/jre"
+
+S="${WORKDIR}"/genomeview-"${PV}"
diff --git a/sci-biology/genomeview-bin/metadata.xml b/sci-biology/genomeview-bin/metadata.xml
new file mode 100644
index 0000000..07b5255
--- /dev/null
+++ b/sci-biology/genomeview-bin/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/
@ 2014-09-16 17:01 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2014-09-16 17:01 UTC (permalink / raw
To: gentoo-commits
commit: cbad1a47d1e7734f91ecfc5959ced5981de1c079
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 16:21:54 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:21:54 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=cbad1a47
clean up
Package-Manager: portage-2.2.8-r1
---
sci-biology/genomeview-bin/ChangeLog | 4 ++++
sci-biology/genomeview-bin/genomeview-bin-2450.ebuild | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-biology/genomeview-bin/ChangeLog b/sci-biology/genomeview-bin/ChangeLog
index e273d98..b239aaf 100644
--- a/sci-biology/genomeview-bin/ChangeLog
+++ b/sci-biology/genomeview-bin/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Sep 2014; Christoph Junghans <ottxor@gentoo.org>
+ genomeview-bin-2450.ebuild:
+ clean up
+
*genomeview-bin-2450 (23 Mar 2014)
23 Mar 2014; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
index a6d9f27..9b70a35 100644
--- a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
+++ b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
@@ -16,7 +16,7 @@ KEYWORDS=""
IUSE=""
DEPEND="virtual/jdk
- ${COMMON_DEPS}"
+ ${COMMON_DEPS}"
RDEPEND="virtual/jre"
S="${WORKDIR}"/genomeview-"${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/
@ 2021-01-19 16:26 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 7870463335bc3a1c11ee75a8c4c10b17ddaa0f99
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:19:42 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:19:42 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=78704633
sci-biology/genomeview-bin: bdepend on unzip
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-biology/genomeview-bin/genomeview-bin-2450.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
index d6527d73c..8de34c9fa 100644
--- a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
+++ b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64"
DEPEND=">=virtual/jdk-1.7:*"
RDEPEND=">=virtual/jre-1.7:*"
+BDEPEND="app-arch/unzip"
S="${WORKDIR}/genomeview-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/
@ 2023-03-21 23:25 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-03-21 23:25 UTC (permalink / raw
To: gentoo-commits
commit: b6e22fa4928f133b2a746d47a074d86f81a06bbb
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Mar 21 23:25:44 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Mar 21 23:25:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6e22fa4
sci-biology/genomeview-bin: update upstream metadata
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/genomeview-bin/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/genomeview-bin/metadata.xml b/sci-biology/genomeview-bin/metadata.xml
index 0f267b755..b6476ca7b 100644
--- a/sci-biology/genomeview-bin/metadata.xml
+++ b/sci-biology/genomeview-bin/metadata.xml
@@ -10,6 +10,6 @@
<name>Gentoo Biology Project</name>
</maintainer>
<upstream>
- <remote-id type="sourceforge">downloads</remote-id>
+ <remote-id type="sourceforge">genomeview</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/
@ 2023-03-22 20:00 Horea Christian
0 siblings, 0 replies; 5+ messages in thread
From: Horea Christian @ 2023-03-22 20:00 UTC (permalink / raw
To: gentoo-commits
commit: 8ba2eed900c96a337d1a48a6342d81869a875355
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Mar 22 20:00:00 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Mar 22 20:00:00 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=8ba2eed9
sci-biology/genomeview-bin: update HOMEPAGE
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/genomeview-bin/genomeview-bin-2450.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
index 8de34c9fa..9d4480272 100644
--- a/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
+++ b/sci-biology/genomeview-bin/genomeview-bin-2450.ebuild
@@ -6,7 +6,7 @@ EAPI=7
inherit java-pkg-opt-2 java-ant-2
DESCRIPTION="Genome browser and annotation tool"
-HOMEPAGE="http://genomeview.sourceforge.net"
+HOMEPAGE="https://genomeview.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/project/genomeview/GenomeView/genomeview-2450.zip"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-22 20:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 20:00 [gentoo-commits] proj/sci:master commit in: sci-biology/genomeview-bin/ Horea Christian
-- strict thread matches above, loose matches on Subject: below --
2023-03-21 23:25 Horea Christian
2021-01-19 16:26 Andrew Ammerlaan
2014-09-16 17:01 Christoph Junghans
2014-03-23 16:30 Martin Mokrejs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox