summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2009-12-13 23:42:12 +0000
committerKenneth Prugh <ken69267@gentoo.org>2009-12-13 23:42:12 +0000
commit2b3f002bc252d0ddf4867b21f88dd23f7c05bec1 (patch)
treea3e349cdf51f913c7e12072330bcb15717586a28 /app-misc
parentx11-base/xorg-server: clean up blockers (diff)
downloadgentoo-2-2b3f002bc252d0ddf4867b21f88dd23f7c05bec1.tar.gz
gentoo-2-2b3f002bc252d0ddf4867b21f88dd23f7c05bec1.tar.bz2
gentoo-2-2b3f002bc252d0ddf4867b21f88dd23f7c05bec1.zip
version bump, drop older versions
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/slashtime/ChangeLog8
-rw-r--r--app-misc/slashtime/slashtime-0.5.11.ebuild (renamed from app-misc/slashtime/slashtime-0.5.9a.ebuild)6
-rw-r--r--app-misc/slashtime/slashtime-0.5.8.ebuild49
3 files changed, 10 insertions, 53 deletions
diff --git a/app-misc/slashtime/ChangeLog b/app-misc/slashtime/ChangeLog
index 07105f85e2f8..aec6f25b25ed 100644
--- a/app-misc/slashtime/ChangeLog
+++ b/app-misc/slashtime/ChangeLog
@@ -1,6 +1,12 @@
# 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.11 2009/09/19 11:22:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.12 2009/12/13 23:42:12 ken69267 Exp $
+
+*slashtime-0.5.11 (13 Dec 2009)
+
+ 13 Dec 2009; Kenneth Prugh <ken69267@gentoo.org> -slashtime-0.5.8.ebuild,
+ -slashtime-0.5.9a.ebuild, +slashtime-0.5.11.ebuild:
+ version bump, drop older versions
19 Sep 2009; Markus Meier <maekke@gentoo.org> slashtime-0.5.10.ebuild:
amd64/x86 stable, bug #285042
diff --git a/app-misc/slashtime/slashtime-0.5.9a.ebuild b/app-misc/slashtime/slashtime-0.5.11.ebuild
index f88fbdec068c..ec84327ddcc2 100644
--- a/app-misc/slashtime/slashtime-0.5.9a.ebuild
+++ b/app-misc/slashtime/slashtime-0.5.11.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.9a.ebuild,v 1.1 2008/11/26 04:28:52 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.11.ebuild,v 1.1 2009/12/13 23:42:12 ken69267 Exp $
EAPI=2
JAVA_PKG_IUSE="source"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEP=">=dev-java/java-gnome-4.0.9:4.0"
+COMMON_DEP=">=dev-java/java-gnome-4.0.14_rc2:4.0"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}"
diff --git a/app-misc/slashtime/slashtime-0.5.8.ebuild b/app-misc/slashtime/slashtime-0.5.8.ebuild
deleted file mode 100644
index c3db019cfcef..000000000000
--- a/app-misc/slashtime/slashtime-0.5.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/slashtime-0.5.8.ebuild,v 1.1 2008/10/14 02:58:35 ken69267 Exp $
-
-EAPI=1
-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_compile() {
- # Handwritten in perl so not using econf
- ./configure --prefix=/usr || die
-
- emake || die "emake failed."
-}
-
-src_install() {
- #this is needed to generate the slashtime jar
- emake DESTDIR="${D}" install || die "emake install failed."
-
- #remove incorrect install path
- rm -r "${D}"/usr/share/java/
- rm "${D}"/usr/bin/slashtime
-
- java-pkg_register-dependency java-gnome-4.0 gtk.jar
- java-pkg_dojar tmp/${PN}.jar
- 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
-}