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

commit:     bbc4afe55941d71c81c170b43cba7ffc467f4508
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Wed Jan  7 21:50:01 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Wed Jan  7 21:50:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bbc4afe5

initial ebuild for a new package

---
 sci-biology/MochiView/ChangeLog             | 10 ++++++++++
 sci-biology/MochiView/MochiView-1.45.ebuild | 17 +++++++++++++++++
 sci-biology/MochiView/metadata.xml          |  9 +++++++++
 3 files changed, 36 insertions(+)

diff --git a/sci-biology/MochiView/ChangeLog b/sci-biology/MochiView/ChangeLog
new file mode 100644
index 0000000..55ef996
--- /dev/null
+++ b/sci-biology/MochiView/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/MochiView
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*MochiView-1.45 (07 Jan 2015)
+
+  07 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  +MochiView-1.45.ebuild, +metadata.xml:
+  initial ebuild
+

diff --git a/sci-biology/MochiView/MochiView-1.45.ebuild b/sci-biology/MochiView/MochiView-1.45.ebuild
new file mode 100644
index 0000000..c1a8145
--- /dev/null
+++ b/sci-biology/MochiView/MochiView-1.45.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DESCRIPTION="Genome browser and analysis"
+HOMEPAGE="http://johnsonlab.ucsf.edu/mochi.html"
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"

diff --git a/sci-biology/MochiView/metadata.xml b/sci-biology/MochiView/metadata.xml
new file mode 100644
index 0000000..2bc8930
--- /dev/null
+++ b/sci-biology/MochiView/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] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/MochiView/
@ 2015-01-10 14:07 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2015-01-10 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     2b4970ccaf520713eccfa979c9520623c24e5108
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 10 14:06:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 14:06:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2b4970cc

sci-biology/MochiView: Fix license

Package-Manager: portage-2.2.15

---
 sci-biology/MochiView/ChangeLog             | 3 +++
 sci-biology/MochiView/MochiView-1.45.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/MochiView/ChangeLog b/sci-biology/MochiView/ChangeLog
index 55ef996..d36ec2a 100644
--- a/sci-biology/MochiView/ChangeLog
+++ b/sci-biology/MochiView/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jan 2015; Justin Lecher <jlec@gentoo.org> MochiView-1.45.ebuild:
+  Fix license
+
 *MochiView-1.45 (07 Jan 2015)
 
   07 Jan 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>

diff --git a/sci-biology/MochiView/MochiView-1.45.ebuild b/sci-biology/MochiView/MochiView-1.45.ebuild
index c1a8145..1daa8d9 100644
--- a/sci-biology/MochiView/MochiView-1.45.ebuild
+++ b/sci-biology/MochiView/MochiView-1.45.ebuild
@@ -8,7 +8,7 @@ DESCRIPTION="Genome browser and analysis"
 HOMEPAGE="http://johnsonlab.ucsf.edu/mochi.html"
 SRC_URI=""
 
-LICENSE=""
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS=""
 IUSE=""


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

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

commit:     5bc6928cca2630e651f601fa8fba065ef5f9471e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  1 07:53:36 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  1 07:53:36 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5bc6928c

sci-biology/MochiView: fix empty ebuild

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

 sci-biology/MochiView/MochiView-1.45.ebuild | 16 ----------------
 sci-biology/MochiView/MochiView-1.46.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+), 16 deletions(-)

diff --git a/sci-biology/MochiView/MochiView-1.45.ebuild b/sci-biology/MochiView/MochiView-1.45.ebuild
deleted file mode 100644
index 61e0be859..000000000
--- a/sci-biology/MochiView/MochiView-1.45.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Genome browser and analysis"
-HOMEPAGE="http://johnsonlab.ucsf.edu/mochi.html"
-SRC_URI=""
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"

diff --git a/sci-biology/MochiView/MochiView-1.46.ebuild b/sci-biology/MochiView/MochiView-1.46.ebuild
new file mode 100644
index 000000000..d9db425fa
--- /dev/null
+++ b/sci-biology/MochiView/MochiView-1.46.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-utils-2
+
+DESCRIPTION="Genome browser and analysis"
+HOMEPAGE="http://johnsonlab.ucsf.edu/mochi.html"
+SRC_URI="https://www.johnsonlab.ucsf.edu/s/MochiView_v${PV//.}.zip"
+
+LICENSE="MIT LGPL-3 MPL-1.1 Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=virtual/jre-1.7:*"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}_v${PV}"
+
+src_install() {
+	java-pkg_dojar INTERNAL_USE/*.jar
+}


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

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

commit:     4de5bfa23dbb29a6888252c02aa2a06502455e72
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Feb  1 14:58:41 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Feb  1 14:58:41 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4de5bfa2

sci-biology/MochiView: fix homepage

repology was complaining about this one

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

 sci-biology/MochiView/MochiView-1.46.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/MochiView/MochiView-1.46.ebuild b/sci-biology/MochiView/MochiView-1.46.ebuild
index d9db425fa..c3e69194b 100644
--- a/sci-biology/MochiView/MochiView-1.46.ebuild
+++ b/sci-biology/MochiView/MochiView-1.46.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit java-utils-2
 
 DESCRIPTION="Genome browser and analysis"
-HOMEPAGE="http://johnsonlab.ucsf.edu/mochi.html"
+HOMEPAGE="https://www.johnsonlab.ucsf.edu/mochi.html"
 SRC_URI="https://www.johnsonlab.ucsf.edu/s/MochiView_v${PV//.}.zip"
 
 LICENSE="MIT LGPL-3 MPL-1.1 Apache-2.0"


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-01 14:58 [gentoo-commits] proj/sci:master commit in: sci-biology/MochiView/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-01  7:53 Andrew Ammerlaan
2015-01-10 14:07 Justin Lecher
2015-01-07 21:51 Martin Mokrejs

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