public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/hourglass/
Date: Tue, 29 Sep 2015 21:20:13 +0000 (UTC)	[thread overview]
Message-ID: <1443561568.0b5df6c8cee467fcfcf405504d74559b81e23980.chewi@gentoo> (raw)

commit:     0b5df6c8cee467fcfcf405504d74559b81e23980
Author:     William L. Thomson Jr <wlt <AT> o-sinc <DOT> com>
AuthorDate: Thu Sep 17 23:46:11 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 21:19:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5df6c8

app-office/hourglass: Updated dev-java/jdom slot from 1.0 -> 0 for v1

 app-office/hourglass/hourglass-0.7.2-r1.ebuild | 53 ++++++++++++++++++++++++++
 1 file changed, 53 insertions(+)

diff --git a/app-office/hourglass/hourglass-0.7.2-r1.ebuild b/app-office/hourglass/hourglass-0.7.2-r1.ebuild
new file mode 100644
index 0000000..eae8b3b
--- /dev/null
+++ b/app-office/hourglass/hourglass-0.7.2-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2 eutils
+
+DESCRIPTION="A PSP (personal software process) time tracking utility written in Java"
+HOMEPAGE="http://hourglass.wiki.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="dev-java/log4j
+		dev-java/jcommon:1.0
+		dev-java/jdom:0"
+
+DEPEND=">=virtual/jdk-1.5
+	dev-java/ant-core
+	${COMMON_DEPEND}"
+RDEPEND=">=virtual/jre-1.5
+	${COMMON_DEPEND}"
+
+S="${WORKDIR}/${P}-src"
+
+java_prepare() {
+	echo "jar.log4j=$(java-pkg_getjar log4j log4j.jar)" > conf/local.properties
+	echo "jar.jcommon=$(java-pkg_getjar jcommon:1.0 jcommon.jar)" >> conf/local.properties
+	echo "jar.jdom=$(java-pkg_getjar jdom jdom.jar)" >> conf/local.properties
+	echo "jar.ant=$(java-pkg_getjar --build-only ant-core ant.jar)" >> conf/local.properties
+}
+
+EANT_BUILD_TARGET="dist"
+EANT_DOC_TARGET="javadoc"
+
+src_install() {
+	java-pkg_dojar "dist/${P}/lib/${PN}.jar"
+
+	use doc && java-pkg_dojavadoc build/doc/api
+	use source && java-pkg_dosrc src/*
+
+	java-pkg_dolauncher "${PN}" \
+		--main "net.sourceforge.hourglass.swingui.Main"
+
+	make_desktop_entry "${PN}" "Hourglass" "appointment-new" "Office"
+
+	dodoc README ChangeLog AUTHORS
+}


             reply	other threads:[~2015-09-29 21:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 21:20 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-05-17 15:10 [gentoo-commits] repo/gentoo:master commit in: app-office/hourglass/ Patrice Clement
2017-05-17 15:10 Patrice Clement

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=1443561568.0b5df6c8cee467fcfcf405504d74559b81e23980.chewi@gentoo \
    --to=chewi@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