diff options
author | 2014-08-03 07:54:24 +0000 | |
---|---|---|
committer | 2014-08-03 07:54:24 +0000 | |
commit | 494d7b2d07ac5458b1848bab50d0bf5d5ca8f6a5 (patch) | |
tree | a8469ba0de47c2a6071a953ab6c99b3c151e91b7 | |
parent | Remove old (diff) | |
download | gentoo-2-494d7b2d07ac5458b1848bab50d0bf5d5ca8f6a5.tar.gz gentoo-2-494d7b2d07ac5458b1848bab50d0bf5d5ca8f6a5.tar.bz2 gentoo-2-494d7b2d07ac5458b1848bab50d0bf5d5ca8f6a5.zip |
Remove old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 3C5CF75A)
-rw-r--r-- | dev-db/henplus/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/henplus/henplus-0.9.7-r1.ebuild | 47 |
2 files changed, 5 insertions, 49 deletions
diff --git a/dev-db/henplus/ChangeLog b/dev-db/henplus/ChangeLog index 5facfceffcd0..cfa851c9216d 100644 --- a/dev-db/henplus/ChangeLog +++ b/dev-db/henplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/henplus -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.24 2010/01/07 21:33:16 ranger Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/ChangeLog,v 1.25 2014/08/03 07:54:23 sera Exp $ + + 03 Aug 2014; Ralph Sennhauser <sera@gentoo.org> -henplus-0.9.7-r1.ebuild: + Remove old 07 Jan 2010; Brent Baude <ranger@gentoo.org> henplus-0.9.8.ebuild: stable ppc, bug 284300 diff --git a/dev-db/henplus/henplus-0.9.7-r1.ebuild b/dev-db/henplus/henplus-0.9.7-r1.ebuild deleted file mode 100644 index d36f6a8962e4..000000000000 --- a/dev-db/henplus/henplus-0.9.7-r1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/henplus/henplus-0.9.7-r1.ebuild,v 1.5 2007/07/13 06:38:59 mr_bones_ Exp $ - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 eutils java-ant-2 - -DESCRIPTION="Java-based multisession SQL shell for databases with JDBC support." -HOMEPAGE="http://henplus.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -COMMON_DEPEND="=dev-java/commons-cli-1* - dev-java/libreadline-java" -RDEPEND=">=virtual/jre-1.3 - ${COMMON_DEPEND}" -DEPEND=">=virtual/jdk-1.3 - ${COMMON_DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-build.xml.patch" - - cd lib - rm -v *.jar build/*.jar || die - java-pkg_jar-from commons-cli-1 commons-cli.jar - java-pkg_jar-from libreadline-java libreadline-java.jar -} - -src_install () { - java-pkg_dojar "build/${PN}.jar" - - java-pkg_dolauncher ${PN} -pre "${FILESDIR}/${PN}.pre" \ - --main henplus.HenPlus - - dodoc README || die - dohtml doc/HenPlus.html || die - use doc && java-pkg_dojavadoc javadoc/api - - use source && java-pkg_dosrc "src/${PN}" -} |