summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Prugh <ken69267@gentoo.org>2008-10-14 02:58:35 +0000
committerKenneth Prugh <ken69267@gentoo.org>2008-10-14 02:58:35 +0000
commit5a0a5faf43364a905ecdccf45011dacd0b1561b9 (patch)
tree2a28eb340da6ad252c02d81b6acfed4556664274 /app-misc/slashtime
parentclear p.mask on dev-util/elfsh based on user input to bug #232141 (diff)
downloadgentoo-2-5a0a5faf43364a905ecdccf45011dacd0b1561b9.tar.gz
gentoo-2-5a0a5faf43364a905ecdccf45011dacd0b1561b9.tar.bz2
gentoo-2-5a0a5faf43364a905ecdccf45011dacd0b1561b9.zip
Version bump. Removed old versions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'app-misc/slashtime')
-rw-r--r--app-misc/slashtime/ChangeLog8
-rw-r--r--app-misc/slashtime/slashtime-0.5.4.ebuild49
-rw-r--r--app-misc/slashtime/slashtime-0.5.6.ebuild49
-rw-r--r--app-misc/slashtime/slashtime-0.5.8.ebuild (renamed from app-misc/slashtime/slashtime-0.5.5.ebuild)6
4 files changed, 10 insertions, 102 deletions
diff --git a/app-misc/slashtime/ChangeLog b/app-misc/slashtime/ChangeLog
index f551118bf66f..a2e5e0ed8894 100644
--- a/app-misc/slashtime/ChangeLog
+++ b/app-misc/slashtime/ChangeLog
@@ -1,6 +1,12 @@
# 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.4 2008/08/18 02:16:05 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.5 2008/10/14 02:58:35 ken69267 Exp $
+
+*slashtime-0.5.8 (14 Oct 2008)
+
+ 14 Oct 2008; Kenneth Prugh <ken69267@gentoo.org> -slashtime-0.5.4.ebuild,
+ -slashtime-0.5.5.ebuild, -slashtime-0.5.6.ebuild, +slashtime-0.5.8.ebuild:
+ Version bump. Removed old versions.
*slashtime-0.5.6 (18 Aug 2008)
diff --git a/app-misc/slashtime/slashtime-0.5.4.ebuild b/app-misc/slashtime/slashtime-0.5.4.ebuild
deleted file mode 100644
index fa399aabe74c..000000000000
--- a/app-misc/slashtime/slashtime-0.5.4.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.4.ebuild,v 1.2 2008/07/27 17:52:22 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.7: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-4.0.jar
- java-pkg_dojar tmp/${PN}.jar
- java-pkg_dolauncher ${PN} --main com.operationaldynamics.slashtime.Master \
- --pwd /usr
-
- dodoc AUTHORS HACKING PLACES README TODO || die "dodoc failed."
-
- use source && java-pkg_dosrc src/java/com
-}
diff --git a/app-misc/slashtime/slashtime-0.5.6.ebuild b/app-misc/slashtime/slashtime-0.5.6.ebuild
deleted file mode 100644
index 7d87d7605bc7..000000000000
--- a/app-misc/slashtime/slashtime-0.5.6.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.6.ebuild,v 1.1 2008/08/18 02:16:05 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.8: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-4.0.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
-}
diff --git a/app-misc/slashtime/slashtime-0.5.5.ebuild b/app-misc/slashtime/slashtime-0.5.8.ebuild
index 855843069a36..c3db019cfcef 100644
--- a/app-misc/slashtime/slashtime-0.5.5.ebuild
+++ b/app-misc/slashtime/slashtime-0.5.8.ebuild
@@ -1,6 +1,6 @@
# 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.5.ebuild,v 1.2 2008/07/27 17:52:22 ken69267 Exp $
+# $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"
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-COMMON_DEP=">=dev-java/java-gnome-4.0.7:4.0"
+COMMON_DEP=">=dev-java/java-gnome-4.0.9:4.0"
DEPEND=">=virtual/jdk-1.5
${COMMON_DEP}"
@@ -38,7 +38,7 @@ src_install() {
rm -r "${D}"/usr/share/java/
rm "${D}"/usr/bin/slashtime
- java-pkg_register-dependency java-gnome-4.0 gtk-4.0.jar
+ 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