public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kenneth Prugh (ken69267)" <ken69267@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.12.ebuild slashtime-0.5.10.ebuild
Date: Thu, 17 Jun 2010 16:19:27 +0000 (UTC)	[thread overview]
Message-ID: <20100617161927.372F22CE14@corvid.gentoo.org> (raw)

ken69267    10/06/17 16:19:27

  Modified:             ChangeLog
  Added:                slashtime-0.5.12.ebuild
  Removed:              slashtime-0.5.10.ebuild
  Log:
  version bump, drop old
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 app-misc/slashtime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/slashtime/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	16 Apr 2010 16:50:42 -0000	1.14
+++ ChangeLog	17 Jun 2010 16:19:26 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/slashtime
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.14 2010/04/16 16:50:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.15 2010/06/17 16:19:26 ken69267 Exp $
+
+*slashtime-0.5.12 (17 Jun 2010)
+
+  17 Jun 2010; Kenneth Prugh <ken69267@gentoo.org> -slashtime-0.5.10.ebuild,
+  +slashtime-0.5.12.ebuild:
+  version bump
 
   16 Apr 2010; Markos Chandras <hwoarang@gentoo.org>
   slashtime-0.5.11.ebuild:



1.1                  app-misc/slashtime/slashtime-0.5.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/slashtime/slashtime-0.5.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/slashtime/slashtime-0.5.12.ebuild?rev=1.1&content-type=text/plain

Index: slashtime-0.5.12.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.12.ebuild,v 1.1 2010/06/17 16:19:26 ken69267 Exp $

EAPI=2
JAVA_PKG_IUSE="source"

inherit java-pkg-2

DESCRIPTION="View the time at locations around the world"
HOMEPAGE="http://research.operationaldynamics.com/projects/slashtime/"
SRC_URI="http://research.operationaldynamics.com/projects/${PN}/dist/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

COMMON_DEP=">=dev-java/java-gnome-4.0.16:4.0"

DEPEND=">=virtual/jdk-1.5
	${COMMON_DEP}"
RDEPEND=">=virtual/jre-1.5
	${COMMON_DEP}"

src_configure() {
	# Handwritten in perl so not using econf
	./configure prefix=/usr jardir=/usr/share/${PN}/lib || die
}

src_compile() {
	emake || die "emake failed."
}

src_install() {
	#this is needed to generate the slashtime jar
	emake -j1 DESTDIR="${D}" install || die "emake install failed."

	java-pkg_register-dependency java-gnome-4.0 gtk.jar
	java-pkg_regjar /usr/share/${PN}/lib/${PN}.jar

	#Replace slashtime launcher with our own.
	rm "${D}"/usr/bin/slashtime || die
	java-pkg_dolauncher ${PN} --main slashtime.client.Master \
		--pwd /usr

	dodoc AUTHORS HACKING PLACES README TODO || die "dodoc failed."

	use source && java-pkg_dosrc src/java/slashtime
}






                 reply	other threads:[~2010-06-17 16:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100617161927.372F22CE14@corvid.gentoo.org \
    --to=ken69267@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