public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/
Date: Fri,  9 Dec 2011 16:41:47 +0000 (UTC)	[thread overview]
Message-ID: <bd1e14187a928b3e425778bed63f44b2f5d721c8.mmokrejs@gentoo> (raw)

commit:     bd1e14187a928b3e425778bed63f44b2f5d721c8
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Fri Dec  9 16:41:05 2011 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Fri Dec  9 16:41:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd1e1418

sci-biology/tablet-bin: ebuild cleanup, version bump

(Portage version: 2.1.10.38/git/Linux i686, unsigned Manifest commit)

---
 sci-biology/tablet-bin/ChangeLog                   |   10 +++++++
 .../tablet-bin/tablet-bin-1.11.05.03.ebuild        |   27 +++++++++++---------
 ...1.05.03.ebuild => tablet-bin-1.11.11.01.ebuild} |   27 +++++++++++---------
 3 files changed, 40 insertions(+), 24 deletions(-)

diff --git a/sci-biology/tablet-bin/ChangeLog b/sci-biology/tablet-bin/ChangeLog
new file mode 100644
index 0000000..92c48b6
--- /dev/null
+++ b/sci-biology/tablet-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-biology/tablet-bin
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*tablet-bin-1.11.11.01 (09 Dec 2011)
+
+  09 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  tablet-bin-1.11.05.03.ebuild, +tablet-bin-1.11.11.01.ebuild:
+  ebuild cleanup, version bump
+

diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
index 49983e3..32cc463e 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
@@ -6,19 +6,22 @@ EAPI=3
 
 inherit java-pkg-2 python
 
-DESCRIPTION="Graphical viewer for next generation sequence assemblies and alignments."
+DESCRIPTION="Viewer of next generation sequence assemblies and alignments."
 HOMEPAGE="http://bioinf.scri.ac.uk/tablet/"
 SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_11_05_03.sh
 		http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py"
 
-# Tablet uses a modified version of the BSD License which has been edited to remove
-# references to distribution and use in source forms. This means that we are happy
-# for you to distribute and use Tablet however you please, but we do not (yet) want
-# to make the source code publicly available.
+# Upstream says regarding source code unavailability:
+# Tablet uses a modified version of the BSD License which has been edited to
+# remove references to distribution and use in source forms. This means that
+# we are happy for you to distribute and use Tablet however you please, but we
+# do not (yet) want to make the source code publicly available.
 
-# It's in the installer, and ends up on disk after installation at /opt/Tablet/docs/tablet.html
-# The original BSD licence was modified to remove references to distribution and use in
-# source forms, because we cannot make the source code available for Tablet.
+# The licence file itself is in the installer, and ends up on disk after
+# installation at /opt/Tablet/docs/tablet.html
+# The original BSD licence was modified to remove references to distribution
+# and use in source forms, because we cannot make the source code available
+# for Tablet.
 
 LICENSE="Tablet"
 SLOT="0"
@@ -31,13 +34,13 @@ RDEPEND="${DEPEND}
 		dev-lang/python"
 
 src_install() {
-	# In theory it seems this binary package could be installed through ant instead
-	# of the install4j package which is not easy to be forced non-interactive.
-	# The below approach is not ideal.
+	# In theory it seems this binary package could be installed through ant
+	# instead of the install4j package which is not easy to be forced
+	# non-interactive. The below approach via install4j is not ideal but works.
 	sed "s#\"\${D}\"#"${D}"#g" "${FILESDIR}"/response.varfile > "${DISTDIR}"/response.varfile || die "sed failed"
 
 	# the intallation script somehow does not pickup
-	# -varfile="${DISTDIR}"/response.varfile from the commandline and tehrefore
+	# -varfile="${DISTDIR}"/response.varfile from the commandline and therefore
 	# we place the file rather directly into the place where it should reside.
 	# In the file you can read details how the variables were mangled. For
 	# example, the trick with sys.symlinkDir in the response.varfile is to

diff --git a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
similarity index 76%
copy from sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
copy to sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
index 49983e3..32cc463e 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.11.05.03.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.11.11.01.ebuild
@@ -6,19 +6,22 @@ EAPI=3
 
 inherit java-pkg-2 python
 
-DESCRIPTION="Graphical viewer for next generation sequence assemblies and alignments."
+DESCRIPTION="Viewer of next generation sequence assemblies and alignments."
 HOMEPAGE="http://bioinf.scri.ac.uk/tablet/"
 SRC_URI="http://bioinf.scri.ac.uk/tablet/installers/tablet_linux_x86_1_11_05_03.sh
 		http://bioinf.scri.ac.uk/tablet/additional/coveragestats.py"
 
-# Tablet uses a modified version of the BSD License which has been edited to remove
-# references to distribution and use in source forms. This means that we are happy
-# for you to distribute and use Tablet however you please, but we do not (yet) want
-# to make the source code publicly available.
+# Upstream says regarding source code unavailability:
+# Tablet uses a modified version of the BSD License which has been edited to
+# remove references to distribution and use in source forms. This means that
+# we are happy for you to distribute and use Tablet however you please, but we
+# do not (yet) want to make the source code publicly available.
 
-# It's in the installer, and ends up on disk after installation at /opt/Tablet/docs/tablet.html
-# The original BSD licence was modified to remove references to distribution and use in
-# source forms, because we cannot make the source code available for Tablet.
+# The licence file itself is in the installer, and ends up on disk after
+# installation at /opt/Tablet/docs/tablet.html
+# The original BSD licence was modified to remove references to distribution
+# and use in source forms, because we cannot make the source code available
+# for Tablet.
 
 LICENSE="Tablet"
 SLOT="0"
@@ -31,13 +34,13 @@ RDEPEND="${DEPEND}
 		dev-lang/python"
 
 src_install() {
-	# In theory it seems this binary package could be installed through ant instead
-	# of the install4j package which is not easy to be forced non-interactive.
-	# The below approach is not ideal.
+	# In theory it seems this binary package could be installed through ant
+	# instead of the install4j package which is not easy to be forced
+	# non-interactive. The below approach via install4j is not ideal but works.
 	sed "s#\"\${D}\"#"${D}"#g" "${FILESDIR}"/response.varfile > "${DISTDIR}"/response.varfile || die "sed failed"
 
 	# the intallation script somehow does not pickup
-	# -varfile="${DISTDIR}"/response.varfile from the commandline and tehrefore
+	# -varfile="${DISTDIR}"/response.varfile from the commandline and therefore
 	# we place the file rather directly into the place where it should reside.
 	# In the file you can read details how the variables were mangled. For
 	# example, the trick with sys.symlinkDir in the response.varfile is to



             reply	other threads:[~2011-12-09 16:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-09 16:41 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-18 13:48 [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/ Andrew Ammerlaan
2019-03-25  9:40 Martin Mokrejs
2019-03-25  9:31 Martin Mokrejs
2019-03-25  9:30 Martin Mokrejs
2018-04-02 12:45 Justin Lecher
2017-02-20 11:59 Martin Mokrejs
2017-02-20 10:32 Martin Mokrejs
2017-02-19 10:09 Martin Mokrejs
2017-02-19  0:51 Martin Mokrejs
2016-04-20 19:05 Martin Mokrejs
2015-03-28 16:41 Justin Lecher
2015-03-16  7:03 Justin Lecher
2014-09-16 17:01 Christoph Junghans
2014-07-02 22:42 Martin Mokrejs
2014-01-20 21:19 Martin Mokrejs
2012-02-07 23:39 Martin Mokrejs
2012-02-07 23:39 Martin Mokrejs
2011-12-12 10:59 Martin Mokrejs
2011-12-12 10:49 Martin Mokrejs
2011-12-09 16:53 Martin Mokrejs
2011-06-24 17:09 Justin Lecher
2011-05-04  0:28 Martin Mokrejs
2011-05-04  0:28 Martin Mokrejs
2011-05-04  0:13 Martin Mokrejs
2011-02-14 18:48 Martin Mokrejs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bd1e14187a928b3e425778bed63f44b2f5d721c8.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox