diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 15:53:41 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2014-08-03 15:53:41 +0000 |
commit | e245c688cf315d4aed55efff12c1276cdf433b45 (patch) | |
tree | c5870399c008ab15fd1d3e2fd3fd577937feab27 /dev-java/jgraph | |
parent | Enable Python 3.4. (diff) | |
download | gentoo-2-e245c688cf315d4aed55efff12c1276cdf433b45.tar.gz gentoo-2-e245c688cf315d4aed55efff12c1276cdf433b45.tar.bz2 gentoo-2-e245c688cf315d4aed55efff12c1276cdf433b45.zip |
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
Diffstat (limited to 'dev-java/jgraph')
-rw-r--r-- | dev-java/jgraph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jgraph/jgraph-5.10.1.2.ebuild | 44 |
2 files changed, 5 insertions, 46 deletions
diff --git a/dev-java/jgraph/ChangeLog b/dev-java/jgraph/ChangeLog index bfce218b645f..56f108e33130 100644 --- a/dev-java/jgraph/ChangeLog +++ b/dev-java/jgraph/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jgraph -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.34 2008/05/13 21:09:16 ken69267 Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/ChangeLog,v 1.35 2014/08/03 15:53:41 sera Exp $ + + 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -jgraph-5.10.1.2.ebuild: + Remove old 13 May 2008; Kenneth Prugh <ken69267@gentoo.org> jgraph-5.12.0.4.ebuild: amd64 stable, bug #219659 diff --git a/dev-java/jgraph/jgraph-5.10.1.2.ebuild b/dev-java/jgraph/jgraph-5.10.1.2.ebuild deleted file mode 100644 index 24a2eabcb827..000000000000 --- a/dev-java/jgraph/jgraph-5.10.1.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgraph/jgraph-5.10.1.2.ebuild,v 1.4 2007/11/25 14:42:41 ranger Exp $ - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Open-source graph component for Java" -SRC_URI="mirror://sourceforge/${PN}/${P}-lgpl-src.jar" -HOMEPAGE="http://www.jgraph.com" -IUSE="doc examples source" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip" -RDEPEND=">=virtual/jre-1.4" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -v *.class || die - - # don't do javadoc always - sed -i -e 's/depends="compile, doc"/depends="compile"/' build.xml || \ - die "sed failed" - - rm -rf doc/api || die - rm lib/jgraph.jar || die -} - -EANT_DOC_TARGET="apidoc" - -src_install() { - java-pkg_dojar build/lib/${PN}.jar - - dodoc README WHATSNEW ChangeLog || die - use doc && java-pkg_dojavadoc build/doc/api - use source && java-pkg_dosrc src/org - use examples && java-pkg_doexamples examples -} |