summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-06-05 20:00:53 +0200
committerMichał Górny <mgorny@gentoo.org>2016-06-05 20:00:53 +0200
commit91b0f2ec3472342f14ba131b1657acdf4ec73851 (patch)
treecb1117a7d9c4af09397444fbbc4ae6a11850a921
parentapp-misc/tmate: Remove, now in ::gentoo (diff)
downloadsunrise-91b0f2ec3472342f14ba131b1657acdf4ec73851.tar.gz
sunrise-91b0f2ec3472342f14ba131b1657acdf4ec73851.tar.bz2
sunrise-91b0f2ec3472342f14ba131b1657acdf4ec73851.zip
dev-python/jpype: Remove, now in ::gentoo
-rw-r--r--dev-python/jpype/ChangeLog14
-rw-r--r--dev-python/jpype/Manifest4
-rw-r--r--dev-python/jpype/jpype-0.5.4.1.ebuild36
-rw-r--r--dev-python/jpype/metadata.xml5
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-python/jpype/ChangeLog b/dev-python/jpype/ChangeLog
deleted file mode 100644
index 50f9d28d9..000000000
--- a/dev-python/jpype/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for dev-python/jpype
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 27 May 2011; Michał Górny <mgorny@gentoo.org> jpype-0.5.4.1.ebuild:
- EAPI bump, support Python ABIs, fix homepage.
-
- 10 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org> jpype-0.5.4.1.ebuild:
- Missing die added
-
- 10 Feb 2010; Oliver Borm (boroli) <oli.borm@web.de> +jpype-0.5.4.1.ebuild,
- +metadata.xml:
- New Ebuild for bug 304325, thanks to ssuominen
-
diff --git a/dev-python/jpype/Manifest b/dev-python/jpype/Manifest
deleted file mode 100644
index 61121a244..000000000
--- a/dev-python/jpype/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST JPype-0.5.4.1.zip 184403 RMD160 68b0951ac071b8353b800a0132e68ab7ae87d8d6 SHA1 3697537c1a691e7cf4d7f171a83ed0161d96cae7 SHA256 ed86ac27d1162b613a0605e4612874ba38765dbecf1a6e1161a176b14451391c
-EBUILD jpype-0.5.4.1.ebuild 681 RMD160 9268a5efae6c04c8c03cf05792da19390b7abe4c SHA1 f8b00e65524a5f19579c5f4a1e7a60822cc2991a SHA256 f0130c7465dfb282d9c8187d3992a69776143d6369ac9dfa1272c2dd75ca778e
-MISC ChangeLog 479 RMD160 ca311373d4e387267366949896d26f1c775c2a3c SHA1 17676bd71c41aff67878e59a6b5f81b369381647 SHA256 c1790a92433e9178882b54f9287634de61b811e2b69dc503e4b9bcc742cf856e
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/dev-python/jpype/jpype-0.5.4.1.ebuild b/dev-python/jpype/jpype-0.5.4.1.ebuild
deleted file mode 100644
index 1d9d963ab..000000000
--- a/dev-python/jpype/jpype-0.5.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-SUPPORT_PYTHON_ABIS=1
-PYTHON_DEPEND=2
-RESTRICT_PYTHON_ABIS='3.*'
-
-inherit distutils
-
-MY_PN=JPype
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Allow python programs full access to java class libraries"
-HOMEPAGE="http://jpype.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE="examples"
-
-RDEPEND=""
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}"/${MY_P}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r {examples,test} || die
- fi
-}
diff --git a/dev-python/jpype/metadata.xml b/dev-python/jpype/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/dev-python/jpype/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>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>