public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.12.ebuild slashtime-0.5.10.ebuild
@ 2010-06-17 16:19 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; only message in thread
From: Kenneth Prugh (ken69267) @ 2010-06-17 16:19 UTC (permalink / raw
  To: gentoo-commits

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-17 16:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 16:19 [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.12.ebuild slashtime-0.5.10.ebuild Kenneth Prugh (ken69267)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox