* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/
@ 2012-08-30 8:44 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2012-08-30 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 08e95e5c5d21efe7b774b57f65b77e46fe1e102f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 08:38:37 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 08:38:37 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=08e95e5c
sci-chemistry/ligplot+: New addition
(Portage version: 2.2.0_alpha123/git/Linux x86_64, unsigned Manifest commit)
---
sci-chemistry/ligplot+/ChangeLog | 10 ++++++
sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 43 ++++++++++++++++++++++++++++
sci-chemistry/ligplot+/metadata.xml | 5 +++
3 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/sci-chemistry/ligplot+/ChangeLog b/sci-chemistry/ligplot+/ChangeLog
new file mode 100644
index 0000000..b1240fa
--- /dev/null
+++ b/sci-chemistry/ligplot+/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sci-chemistry/ligplot+
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ligplot+-1.4 (30 Aug 2012)
+
+ 30 Aug 2012; Justin Lecher <jlec@gentoo.org> +ligplot+-1.4.ebuild,
+ +metadata.xml:
+ New addition
+
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
new file mode 100644
index 0000000..94aefcc
--- /dev/null
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit java-pkg-2
+
+DESCRIPTION="GUI-based version of LIGPLOT"
+HOMEPAGE="http://www.ebi.ac.uk/thornton-srv/software/LigPlus/"
+SRC_URI="LigPlus.zip"
+
+SLOT="0"
+LICENSE="ligplot+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="virtual/jre"
+DEPEND=""
+
+RESTRICT="fetch"
+
+S="${WORKDIR}"/LigPlus
+
+QA_PREBUILT="opt/${PN}/.*"
+
+pkg_nofetch() {
+ einfo "Please visit"
+ einfo "http://www.ebi.ac.uk/thornton-srv/software/LigPlus/applicence.html"
+ einfo "download ${A}"
+ einfo "and save in ${DISTDIR}"
+}
+
+src_prepare() {
+ rm -rf lib/*{win,mac} || die
+}
+
+src_install() {
+ insinto /opt/${PN}
+ doins -r lib LigPlus.jar
+
+ make_wrapper ${PN} "java -jar \"${EPREFIX}/opt/${PN}/LigPlus.jar\""
+}
diff --git a/sci-chemistry/ligplot+/metadata.xml b/sci-chemistry/ligplot+/metadata.xml
new file mode 100644
index 0000000..d369d06
--- /dev/null
+++ b/sci-chemistry/ligplot+/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] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/
@ 2021-01-19 16:56 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-01-19 16:56 UTC (permalink / raw
To: gentoo-commits
commit: 476fea929f85afc282d33617612da7dadbbf36dc
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 16:38:33 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 16:38:33 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=476fea92
sci-chemistry/ligplot: depend on unzip
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
index f880a31fa..5ace5d69d 100644
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="virtual/jre:*"
-DEPEND=""
+DEPEND="app-arch/unzip"
RESTRICT="fetch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/
@ 2021-02-05 11:51 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-02-05 11:51 UTC (permalink / raw
To: gentoo-commits
commit: e94c81aed6072302b4836ac88693b90f1aa35ec7
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Feb 5 11:41:21 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Feb 5 11:41:21 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e94c81ae
sci-chemistry/ligplot+: use https
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
index 5ace5d69d..c60013002 100644
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit java-pkg-2
DESCRIPTION="GUI-based version of LIGPLOT"
-HOMEPAGE="http://www.ebi.ac.uk/thornton-srv/software/LigPlus/"
+HOMEPAGE="https://www.ebi.ac.uk/thornton-srv/software/LigPlus/"
SRC_URI="LigPlus.zip"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/
@ 2021-03-05 8:30 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-05 8:30 UTC (permalink / raw
To: gentoo-commits
commit: 6f451e5f6b97022a5818d107d047b15bab41c5a9
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 5 08:29:38 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 5 08:29:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6f451e5f
sci-chemistry/ligplot+: EAPI bump
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
index c60013002..15664c9e9 100644
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
inherit java-pkg-2
@@ -12,14 +12,13 @@ SRC_URI="LigPlus.zip"
SLOT="0"
LICENSE="ligplot+"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="virtual/jre:*"
DEPEND="app-arch/unzip"
RESTRICT="fetch"
-S="${WORKDIR}"/LigPlus
+S="${WORKDIR}/LigPlus"
QA_PREBUILT="opt/${PN}/.*"
@@ -31,6 +30,7 @@ pkg_nofetch() {
}
src_prepare() {
+ default
rm -rf lib/*{win,mac} || die
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/
@ 2021-03-19 11:09 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-19 11:09 UTC (permalink / raw
To: gentoo-commits
commit: f6ae491c44d710131218cdd3d907776b9a5d3ef6
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Mar 19 11:03:23 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Mar 19 11:03:23 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f6ae491c
sci-chemistry/ligplot+: fix MisplacedVariable
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
sci-chemistry/ligplot+/ligplot+-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
index 15664c9e9..d41af2fe1 100644
--- a/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
+++ b/sci-chemistry/ligplot+/ligplot+-1.4.ebuild
@@ -26,7 +26,7 @@ pkg_nofetch() {
elog "Please visit"
elog "http://www.ebi.ac.uk/thornton-srv/software/LigPlus/applicence.html"
elog "download ${A}"
- elog "and save in ${DISTDIR}"
+ elog "and save into your DISTDIR folder"
}
src_prepare() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-19 11:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-05 8:30 [gentoo-commits] proj/sci:master commit in: sci-chemistry/ligplot+/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-03-19 11:09 Andrew Ammerlaan
2021-02-05 11:51 Andrew Ammerlaan
2021-01-19 16:56 Andrew Ammerlaan
2012-08-30 8:44 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox