From: "Amy Liffey" <amynka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/bt747/
Date: Fri, 7 Apr 2017 12:42:52 +0000 (UTC) [thread overview]
Message-ID: <1491568939.83aada622d727f2bf92c280a3e420f17262c04ad.amynka@gentoo> (raw)
commit: 83aada622d727f2bf92c280a3e420f17262c04ad
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 12:40:10 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Apr 7 12:42:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83aada62
sci-geosciences/bt747: missing jopt-simple missing bug #594698. Vadim Efimov
Package-Manager: portage-2.3.0
sci-geosciences/bt747/bt747-2.1.7-r2.ebuild | 70 +++++++++++++++++++++++++++++
1 file changed, 70 insertions(+)
diff --git a/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild
new file mode 100644
index 00000000000..17c7ae799eb
--- /dev/null
+++ b/sci-geosciences/bt747/bt747-2.1.7-r2.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils java-pkg-2 java-ant-2
+
+DESCRIPTION="MTK GPS Datalogger Device Control"
+HOMEPAGE="http://www.bt747.org"
+SRC_URI="mirror://sourceforge/${PN}/Stable/BT747_${PV}_full.zip
+ http://www.bt747.org/icon/bt747_128x128.gif -> ${PN}.gif"
+
+LICENSE="GPL-3"
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-java/commons-imaging:0
+ dev-java/jcalendar:1.2
+ dev-java/jchart2d:0
+ dev-java/jopt-simple:0
+ >=dev-java/rxtx-2.2_pre2:2
+ dev-java/swing-layout:1
+ dev-java/swingx:1.6
+ dev-java/swingx-ws:bt747
+"
+
+RDEPEND="
+ ${CDEPEND}
+ dev-libs/glib:2[dbus]
+ >=virtual/jre-1.7
+"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.7
+ app-arch/unzip
+"
+
+EANT_BUILD_TARGET="dist.j2se"
+EANT_EXTRA_ARGS="-Dskip.proguard=yes -Dsvn=true -Dsvnversion=true -Dbuild.current.revision=Gentoo"
+EANT_GENTOO_CLASSPATH="commons-imaging,jcalendar-1.2,jchart2d,jopt-simple,rxtx-2,swing-layout-1,swingx-1.6,swingx-ws-bt747"
+JAVA_ANT_REWRITE_CLASSPATH="yes"
+
+S="${WORKDIR}"
+
+src_prepare() {
+ # Fix for newer jchart2d.
+ epatch "${FILESDIR}/jchart2d-3.2.patch"
+
+ # Remove all the bundled stuff.
+ rm -rv dist/ lib/ || die
+
+ # GraphicsUtilities moved in later SwingX versions.
+ sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
+ src_j2se/net/sf/bt747/j2se/app/list/FileListCellRenderer.java || die
+
+ eapply_user
+}
+
+src_install() {
+ dodoc {ChangeLog,README}.txt
+
+ java-pkg_dojar dist/*.jar
+ java-pkg_dolauncher ${PN} --main bt747.j2se_view.BT747Main \
+ --java-args="-Xmx192m"
+
+ doicon "${DISTDIR}/${PN}.gif"
+ make_desktop_entry ${PN} BT747 bt747.gif
+}
next reply other threads:[~2017-04-07 12:42 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-07 12:42 Amy Liffey [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-09 11:14 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/bt747/ Miroslav Šulc
2024-07-29 15:15 Arthur Zamarin
2024-04-10 19:38 Arthur Zamarin
2018-06-09 14:09 Aaron Bauman
2017-04-07 12:47 Amy Liffey
2017-04-07 12:42 Amy Liffey
2016-09-21 8:09 Patrice Clement
2016-03-27 12:02 Sam Jorna
2016-03-15 7:06 James Le Cuirot
2015-11-01 16:16 Mikle Kolyada
2015-09-24 12:38 Agostino Sarubbo
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=1491568939.83aada622d727f2bf92c280a3e420f17262c04ad.amynka@gentoo \
--to=amynka@gentoo.org \
--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