summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-06-19 00:31:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-06-19 00:31:53 +0000
commit414d808aea1c34295a61b974b257b2921aa7567b (patch)
tree20dfd2b5e8aca436977a263b8aa3639c6396ef33 /dev-java
parentNM: Cleanup superseded ebuilds. (diff)
downloadgentoo-2-414d808aea1c34295a61b974b257b2921aa7567b.tar.gz
gentoo-2-414d808aea1c34295a61b974b257b2921aa7567b.tar.bz2
gentoo-2-414d808aea1c34295a61b974b257b2921aa7567b.zip
NM: Cleanup superseded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/sun-jimi/ChangeLog7
-rw-r--r--dev-java/sun-jimi/sun-jimi-1.0-r2.ebuild45
2 files changed, 5 insertions, 47 deletions
diff --git a/dev-java/sun-jimi/ChangeLog b/dev-java/sun-jimi/ChangeLog
index 56e9897cea16..0e9f88edafef 100644
--- a/dev-java/sun-jimi/ChangeLog
+++ b/dev-java/sun-jimi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/sun-jimi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jimi/ChangeLog,v 1.18 2013/02/25 10:34:20 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jimi/ChangeLog,v 1.19 2014/06/19 00:31:53 mrueg Exp $
+
+ 19 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -sun-jimi-1.0-r2.ebuild:
+ NM: Cleanup superseded ebuilds.
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sun-jimi-1.0-r3.ebuild:
Stable for ppc64, wrt bug #457286
diff --git a/dev-java/sun-jimi/sun-jimi-1.0-r2.ebuild b/dev-java/sun-jimi/sun-jimi-1.0-r2.ebuild
deleted file mode 100644
index 678b72b48316..000000000000
--- a/dev-java/sun-jimi/sun-jimi-1.0-r2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jimi/sun-jimi-1.0-r2.ebuild,v 1.8 2011/12/31 16:43:00 sera Exp $
-
-inherit java-pkg-2
-
-DESCRIPTION="Jimi is a class library for managing images."
-HOMEPAGE="http://java.sun.com/products/jimi/"
-SRC_URI="jimi1_0.zip"
-LICENSE="sun-bcla-jimi"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="doc"
-DEPEND=">=virtual/jdk-1.3
- app-arch/unzip"
-RDEPEND=">=virtual/jre-1.3"
-RESTRICT="fetch"
-
-S=${WORKDIR}/Jimi
-
-DOWNLOAD_URL="http://java.sun.com/products/jimi/"
-
-pkg_nofetch() {
- einfo "Please download ${A} from the following url and place it in ${DISTDIR}"
- einfo "${DOWNLOAD_URL} "
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -rf src/classes/*
-}
-
-src_compile() {
- cd "${S}/src"
- ejavac -classpath . -d classes $(cat main_classes.txt) || die "failes to compile"
- jar -cf ${PN}.jar -C classes . || die "failed to create jar"
-}
-
-src_install() {
- java-pkg_dojar src/${PN}.jar
-
- dodoc Readme
- use doc && java-pkg_dohtml -r docs/*
-}