summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-04-11 21:28:34 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-04-11 21:28:34 +0000
commit3a4f8868509da989716393cdfb007e78f34c29b8 (patch)
tree2ba0b71423a4a82257fb7b33c907ddebd71f9f4e /dev-util
parenttemp fix also for stable version (Manifest recommit) (diff)
downloadgentoo-2-3a4f8868509da989716393cdfb007e78f34c29b8.tar.gz
gentoo-2-3a4f8868509da989716393cdfb007e78f34c29b8.tar.bz2
gentoo-2-3a4f8868509da989716393cdfb007e78f34c29b8.zip
Initial Import. Closes #47144
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/jcvs-bin/ChangeLog10
-rw-r--r--dev-util/jcvs-bin/Manifest3
-rw-r--r--dev-util/jcvs-bin/files/digest-jcvs-bin-5.4.11
-rw-r--r--dev-util/jcvs-bin/jcvs-bin-5.4.1.ebuild28
-rw-r--r--dev-util/jcvs-bin/metadata.xml5
5 files changed, 47 insertions, 0 deletions
diff --git a/dev-util/jcvs-bin/ChangeLog b/dev-util/jcvs-bin/ChangeLog
new file mode 100644
index 000000000000..5c209f6df1e8
--- /dev/null
+++ b/dev-util/jcvs-bin/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-util/jcvs-bin
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jcvs-bin/ChangeLog,v 1.1 2004/04/11 21:28:34 zx Exp $
+
+*jcvs-bin-5.4.1 (11 Apr 2004)
+
+ 11 Apr 2004; Chris Aniszczyk <zx@gentoo.org> jcvs-bin-5.4.1.ebuild,
+ metadata.xml:
+ Initial Import. Closes #47144
+
diff --git a/dev-util/jcvs-bin/Manifest b/dev-util/jcvs-bin/Manifest
new file mode 100644
index 000000000000..1a63d8fd5632
--- /dev/null
+++ b/dev-util/jcvs-bin/Manifest
@@ -0,0 +1,3 @@
+MD5 bbad84ae463e243b06e6c70ab67838d9 jcvs-bin-5.4.1.ebuild 750
+MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
+MD5 92512124a2f63d58c0e007a66304d5a2 files/digest-jcvs-bin-5.4.1 62
diff --git a/dev-util/jcvs-bin/files/digest-jcvs-bin-5.4.1 b/dev-util/jcvs-bin/files/digest-jcvs-bin-5.4.1
new file mode 100644
index 000000000000..12003504247b
--- /dev/null
+++ b/dev-util/jcvs-bin/files/digest-jcvs-bin-5.4.1
@@ -0,0 +1 @@
+MD5 e6029db4fef5a71c8d9cd0e572816b59 jcvsii-5.4.1.zip 5237424
diff --git a/dev-util/jcvs-bin/jcvs-bin-5.4.1.ebuild b/dev-util/jcvs-bin/jcvs-bin-5.4.1.ebuild
new file mode 100644
index 000000000000..208f4a35061d
--- /dev/null
+++ b/dev-util/jcvs-bin/jcvs-bin-5.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/jcvs-bin/jcvs-bin-5.4.1.ebuild,v 1.1 2004/04/11 21:28:34 zx Exp $
+
+DESCRIPTION="Java CVS client"
+HOMEPAGE="http://www.jcvs.org/"
+SRC_URI="http://www.jcvs.org/download/jcvs/jcvsii-${PV}.zip"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=virtual/jdk-1.3"
+RDEPEND=">=virtual/jre-1.3"
+S="${WORKDIR}/jCVS-${PV}"
+
+src_compile() { :; }
+
+src_install() {
+ dodir /opt/jcvs/lib
+ cp -R ${S}/bin/jars/* ${D}/opt/jcvs/lib
+ cp ${S}/bin/jcvsii.jar ${D}/opt/jcvs/lib
+
+ echo "#!/bin/sh" > ${PN}
+ echo "cd /opt/jcvs/lib" >> ${PN}
+ echo "java -cp activation.jar:commons-logging.jar:j2ssh-common.jar:j2ssh-core.jar:jcvsii.jar:jh.jar com.ice.jcvsii.JCVS" >> ${PN}
+ into /opt
+ newbin ${PN} jcvs
+}
diff --git a/dev-util/jcvs-bin/metadata.xml b/dev-util/jcvs-bin/metadata.xml
new file mode 100644
index 000000000000..838c00a4a448
--- /dev/null
+++ b/dev-util/jcvs-bin/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>java</herd>
+</pkgmetadata>