diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 12:21:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 12:21:36 +0000 |
commit | 165beb6990508a091083d82467d2458a5e397adc (patch) | |
tree | 199112b5b551afd5d02cf4eebffe5c0d721f1fed /app-misc/slashtime | |
parent | sci-physics/lammps: Version bump (diff) | |
download | gentoo-2-165beb6990508a091083d82467d2458a5e397adc.tar.gz gentoo-2-165beb6990508a091083d82467d2458a5e397adc.tar.bz2 gentoo-2-165beb6990508a091083d82467d2458a5e397adc.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-misc/slashtime')
-rw-r--r-- | app-misc/slashtime/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/slashtime/slashtime-0.5.11.ebuild | 50 |
2 files changed, 5 insertions, 52 deletions
diff --git a/app-misc/slashtime/ChangeLog b/app-misc/slashtime/ChangeLog index 2572cbb63823..8a32d938ae37 100644 --- a/app-misc/slashtime/ChangeLog +++ b/app-misc/slashtime/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/slashtime -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.23 2014/02/24 01:07:30 phajdan.jr Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/slashtime/ChangeLog,v 1.24 2015/04/20 12:21:36 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -slashtime-0.5.11.ebuild: + Remove old. 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> slashtime-0.5.13-r1.ebuild: diff --git a/app-misc/slashtime/slashtime-0.5.11.ebuild b/app-misc/slashtime/slashtime-0.5.11.ebuild deleted file mode 100644 index 9b01bf68335c..000000000000 --- a/app-misc/slashtime/slashtime-0.5.11.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.11.ebuild,v 1.3 2010/04/16 16:50:42 hwoarang 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.14_rc2: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 -} |