* [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.10.ebuild
@ 2009-06-10 1:07 Kenneth Prugh (ken69267)
0 siblings, 0 replies; 2+ messages in thread
From: Kenneth Prugh (ken69267) @ 2009-06-10 1:07 UTC (permalink / raw
To: gentoo-commits
ken69267 09/06/10 01:07:49
Modified: ChangeLog
Added: slashtime-0.5.10.ebuild
Log:
version bump
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.10 app-misc/slashtime/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 26 Nov 2008 19:11:46 -0000 1.9
+++ ChangeLog 10 Jun 2009 01:07:49 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/slashtime
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.9 2008/11/26 19:11:46 serkan Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.10 2009/06/10 01:07:49 ken69267 Exp $
+
+*slashtime-0.5.10 (10 Jun 2009)
+
+ 10 Jun 2009; Kenneth Prugh <ken69267@gentoo.org> +slashtime-0.5.10.ebuild:
+ version bump
26 Nov 2008; Serkan Kaba <serkan@gentoo.org>
-files/slashtime-0.5.9-jardir-and-symlink.patch, -slashtime-0.5.9.ebuild:
1.1 app-misc/slashtime/slashtime-0.5.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild?rev=1.1&content-type=text/plain
Index: slashtime-0.5.10.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild,v 1.1 2009/06/10 01:07:49 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.9: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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.10.ebuild
@ 2009-09-19 11:22 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-09-19 11:22 UTC (permalink / raw
To: gentoo-commits
maekke 09/09/19 11:22:02
Modified: ChangeLog slashtime-0.5.10.ebuild
Log:
amd64/x86 stable, bug #285042
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Revision Changes Path
1.11 app-misc/slashtime/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 10 Jun 2009 01:07:49 -0000 1.10
+++ ChangeLog 19 Sep 2009 11:22:01 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/slashtime
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.10 2009/06/10 01:07:49 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.11 2009/09/19 11:22:01 maekke Exp $
+
+ 19 Sep 2009; Markus Meier <maekke@gentoo.org> slashtime-0.5.10.ebuild:
+ amd64/x86 stable, bug #285042
*slashtime-0.5.10 (10 Jun 2009)
1.2 app-misc/slashtime/slashtime-0.5.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild?r1=1.1&r2=1.2
Index: slashtime-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- slashtime-0.5.10.ebuild 10 Jun 2009 01:07:49 -0000 1.1
+++ slashtime-0.5.10.ebuild 19 Sep 2009 11:22:01 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild,v 1.1 2009/06/10 01:07:49 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.10.ebuild,v 1.2 2009/09/19 11:22:01 maekke Exp $
EAPI=2
JAVA_PKG_IUSE="source"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
COMMON_DEP=">=dev-java/java-gnome-4.0.9:4.0"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-09-19 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 1:07 [gentoo-commits] gentoo-x86 commit in app-misc/slashtime: ChangeLog slashtime-0.5.10.ebuild Kenneth Prugh (ken69267)
-- strict thread matches above, loose matches on Subject: below --
2009-09-19 11:22 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox