summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-07-30 21:01:39 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-07-30 21:01:39 +0000
commit4591b1dc708098cf72b5c9048a12835edfe1345c (patch)
treef7f2656e604f4a630325af7306a396174e52066e
parentmove dev-java/jump dev-java/jump-bin (diff)
downloadhistorical-4591b1dc708098cf72b5c9048a12835edfe1345c.tar.gz
historical-4591b1dc708098cf72b5c9048a12835edfe1345c.tar.bz2
historical-4591b1dc708098cf72b5c9048a12835edfe1345c.zip
move dev-java/jython dev-java/jython-bin
-rw-r--r--dev-java/jython/ChangeLog38
-rw-r--r--dev-java/jython/Manifest12
-rw-r--r--dev-java/jython/files/2.1-jython7
-rw-r--r--dev-java/jython/files/2.1-jythonc7
-rw-r--r--dev-java/jython/files/digest-jython-2.1-r11
-rw-r--r--dev-java/jython/files/digest-jython-2.1-r21
-rw-r--r--dev-java/jython/files/digest-jython-2.1-r31
-rw-r--r--dev-java/jython/files/jython7
-rw-r--r--dev-java/jython/files/jythonc7
-rw-r--r--dev-java/jython/jython-2.1-r1.ebuild35
-rw-r--r--dev-java/jython/jython-2.1-r2.ebuild33
-rw-r--r--dev-java/jython/jython-2.1-r3.ebuild36
-rw-r--r--dev-java/jython/metadata.xml5
13 files changed, 0 insertions, 190 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog
deleted file mode 100644
index ab71c2a9c902..000000000000
--- a/dev-java/jython/ChangeLog
+++ /dev/null
@@ -1,38 +0,0 @@
-# ChangeLog for dev-java/jython
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.8 2004/07/30 11:54:52 karltk Exp $
-
- 30 Jul 2004; Karl Trygve Kalleberg <karltk@gentoo.org>:
- Moved to dev-java/jython-bin, as these ebuilds do not compile from sources,
- and upstream project doesn't release any.
-
- 16 Jul 2004; Thomas Matthijs <axxo@gentoo.org> :
- fix python.home path in files/jython closes 49841
- fix path in jythonc (although it still doesn't work, looks like it never did
- if you know how to fix it, please let me know or file a bug on bugzilla)
-
- 19 Jun 2004; Jason Wever <weeve@gentoo.org> jython-2.1-r2.ebuild:
- Stable on sparc.
-
- 19 Jan 2004; Adrian Almenar <strider@gentoo.org> jython-2.1-r2.ebuild:
- Added amd64 keyword.
-
-*jython-2.1-r2 (17 Jan 2004)
-
- 17 Jan 2004; Adrian Almenar <strider@gentoo.org> jython-2.1-r1.ebuild,
- jython-2.1-r2.ebuild, jython-2.1.ebuild:
- Fixes #25533. Ebuild submitted by Chris Aniszczyk <zx@mea-culpa.net>. Moved
- 2.1-r1 to stable, Removed 2.1.
-
-*jython-2.1-r1 (13 May 2003)
-
- 13 May 2003; Todd Berman <tberman@gentoo.org> jython-2.1-r1.ebuild,
- files/jython, files/jythonc:
- Fixed up ebuild, closing bug #20562, bumped revision # for people with it
- already installed.
-
-*jython-2.1 (29 Apr 2003)
-
- 29 Apr 2003; Todd Berman <tberman@gentoo.org> jython-2.1.ebuild:
- Initial import.
-
diff --git a/dev-java/jython/Manifest b/dev-java/jython/Manifest
deleted file mode 100644
index c963c5db142c..000000000000
--- a/dev-java/jython/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
-MD5 292d505ec42093b78206a6458ef519d1 jython-2.1-r1.ebuild 917
-MD5 bb9039bed1def9ebc289c8be15211fa1 jython-2.1-r3.ebuild 971
-MD5 29d555bfa95df759a8266104183322c1 jython-2.1-r2.ebuild 866
-MD5 c7902cb1a5fc22530d9f626a7bbbed18 ChangeLog 1427
-MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157
-MD5 735d15b2adcc2db8fdb6bac62fd847b7 files/jythonc 211
-MD5 371499092d6acc2155a3b21fe4da87df files/2.1-jythonc 217
-MD5 bc766076fc74f87782c093215e1fe1af files/jython 296
-MD5 6b146a799308d0793ac04ee93bebfad2 files/digest-jython-2.1-r1 61
-MD5 6b146a799308d0793ac04ee93bebfad2 files/digest-jython-2.1-r2 61
-MD5 6b146a799308d0793ac04ee93bebfad2 files/digest-jython-2.1-r3 61
-MD5 61d3aae70a79bd4b755cd408ad916037 files/2.1-jython 302
diff --git a/dev-java/jython/files/2.1-jython b/dev-java/jython/files/2.1-jython
deleted file mode 100644
index 585649c9eed5..000000000000
--- a/dev-java/jython/files/2.1-jython
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-###############################################################################
-#
-# This file generated by Jython installer
-# Created on XXX by root
-
-`java-config --java` -Dpython.home="/usr/share/jython" -classpath "`java-config --classpath=jython`:$CLASSPATH" "org.python.util.jython" "$@"
diff --git a/dev-java/jython/files/2.1-jythonc b/dev-java/jython/files/2.1-jythonc
deleted file mode 100644
index 696bfca33ba4..000000000000
--- a/dev-java/jython/files/2.1-jythonc
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-###############################################################################
-#
-# This file generated by Jython installer
-# Created on XXX by root
-
-jython "/usr/share/jython/tools/jythonc/jythonc.py" "$@"
diff --git a/dev-java/jython/files/digest-jython-2.1-r1 b/dev-java/jython/files/digest-jython-2.1-r1
deleted file mode 100644
index de8e46ef8258..000000000000
--- a/dev-java/jython/files/digest-jython-2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3e6be56646fb7cd6d19a6a69bd76e2f jython-21.class 2780547
diff --git a/dev-java/jython/files/digest-jython-2.1-r2 b/dev-java/jython/files/digest-jython-2.1-r2
deleted file mode 100644
index de8e46ef8258..000000000000
--- a/dev-java/jython/files/digest-jython-2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3e6be56646fb7cd6d19a6a69bd76e2f jython-21.class 2780547
diff --git a/dev-java/jython/files/digest-jython-2.1-r3 b/dev-java/jython/files/digest-jython-2.1-r3
deleted file mode 100644
index de8e46ef8258..000000000000
--- a/dev-java/jython/files/digest-jython-2.1-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e3e6be56646fb7cd6d19a6a69bd76e2f jython-21.class 2780547
diff --git a/dev-java/jython/files/jython b/dev-java/jython/files/jython
deleted file mode 100644
index 551b764606f5..000000000000
--- a/dev-java/jython/files/jython
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-###############################################################################
-#
-# This file generated by Jython installer
-# Created on XXX by root
-
-`java-config --java` -Dpython.home="/var/jython" -classpath "`java-config --classpath=jython`:$CLASSPATH" "org.python.util.jython" "$@"
diff --git a/dev-java/jython/files/jythonc b/dev-java/jython/files/jythonc
deleted file mode 100644
index 21adc6bca570..000000000000
--- a/dev-java/jython/files/jythonc
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-###############################################################################
-#
-# This file generated by Jython installer
-# Created on XXX by root
-
-jython "/var/jython/Tools/jythonc/jythonc.py" "$@"
diff --git a/dev-java/jython/jython-2.1-r1.ebuild b/dev-java/jython/jython-2.1-r1.ebuild
deleted file mode 100644
index fbfe66f5cf32..000000000000
--- a/dev-java/jython/jython-2.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r1.ebuild,v 1.5 2004/06/24 22:37:17 agriffis Exp $
-
-DESCRIPTION="Java Python implementation"
-
-# Homepage, not used by Portage directly but handy for developer reference
-HOMEPAGE="http://www.jython.org"
-MY_PV="21"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class"
-LICENSE="JPython"
-SLOT="0"
-KEYWORDS="x86 -*"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.2"
-
-src_unpack() {
- addwrite .hotspot
- cd ${DISTDIR}
- java ${PN}-${MY_PV} -o ${S}/ demo lib source
-
-}
-
-src_install() {
- dojar jython.jar
- dodoc README.txt NEWS ACKNOWLEDGMENTS LICENSE.txt
- dohtml -A .css .jpg .gif -r Doc
- dobin ${FILESDIR}/jython
- dobin ${FILESDIR}/jythonc
- mkdir -p ${D}/var/jython/
- chmod a+w ${D}/var/jython/
- cp -R ${S}/Tools ${D}/var/jython/
- cp -R ${S}/Lib ${D}/var/jython/
-}
diff --git a/dev-java/jython/jython-2.1-r2.ebuild b/dev-java/jython/jython-2.1-r2.ebuild
deleted file mode 100644
index f48bfb5d8abb..000000000000
--- a/dev-java/jython/jython-2.1-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r2.ebuild,v 1.4 2004/06/24 22:37:17 agriffis Exp $
-
-DESCRIPTION="An implementation of Python written in Java"
-HOMEPAGE="http://www.jython.org"
-MY_PV="21"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class"
-LICENSE="JPython"
-SLOT="0"
-KEYWORDS="~x86 ~ppc sparc amd64"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.2"
-
-src_unpack() {
- addwrite .hotspot
- cd ${DISTDIR}
- java ${PN}-${MY_PV} -o ${S}/ demo lib source
-
-}
-
-src_install() {
- dojar jython.jar
- dodoc {README,LICENSE}.txt NEWS ACKNOWLEDGMENTS
- dohtml -A .css .jpg .gif -r Doc
- dobin ${FILESDIR}/jython
- dobin ${FILESDIR}/jythonc
-
- cp -R Lib/* ${D}/usr/share/${PN}/lib/
- mkdir ${D}/usr/share/${PN}/tools/
- cp -R Tools/* ${D}/usr/share/${PN}/tools/
-}
diff --git a/dev-java/jython/jython-2.1-r3.ebuild b/dev-java/jython/jython-2.1-r3.ebuild
deleted file mode 100644
index 088a6451531f..000000000000
--- a/dev-java/jython/jython-2.1-r3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r3.ebuild,v 1.1 2004/07/16 15:58:45 axxo Exp $
-
-DESCRIPTION="An implementation of Python written in Java"
-HOMEPAGE="http://www.jython.org"
-MY_PV="21"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.class"
-LICENSE="JPython"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
-IUSE=""
-
-DEPEND=">=virtual/jdk-1.2"
-
-src_unpack() {
- addwrite .hotspot
- cd ${DISTDIR}
- java ${PN}-${MY_PV} -o ${S}/ demo lib source
-
-}
-
-src_install() {
- dojar jython.jar
- dodoc {README,LICENSE}.txt NEWS ACKNOWLEDGMENTS
- dohtml -A .css .jpg .gif -r Doc
- newbin ${FILESDIR}/${PV}-jython jython
- newbin ${FILESDIR}/${PV}-jythonc jythonc
-
- dodir /usr/share/jython/cachedir
- chmod a+rw ${D}/usr/share/jython/cachedir
-
- cp -R Lib/* ${D}/usr/share/${PN}/lib/
- mkdir ${D}/usr/share/${PN}/tools/
- cp -R Tools/* ${D}/usr/share/${PN}/tools/
-}
diff --git a/dev-java/jython/metadata.xml b/dev-java/jython/metadata.xml
deleted file mode 100644
index 838c00a4a448..000000000000
--- a/dev-java/jython/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>java</herd>
-</pkgmetadata>