diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-07-23 12:32:50 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-07-23 12:32:50 +0200 |
commit | fe538e7c94c39f3eaafff84f673e3953debb619c (patch) | |
tree | e6555b740c889d0974f82075c0ea1ebb8f344c28 | |
parent | dev-java/jorbis: treeclean (diff) | |
download | java-fe538e7c94c39f3eaafff84f673e3953debb619c.tar.gz java-fe538e7c94c39f3eaafff84f673e3953debb619c.tar.bz2 java-fe538e7c94c39f3eaafff84f673e3953debb619c.zip |
dev-java/paulscode-librarylwjglopenal: treeclean
Signed-off-by: Florian Schmaus <flow@gentoo.org>
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/paulscode-librarylwjglopenal/Manifest b/dev-java/paulscode-librarylwjglopenal/Manifest deleted file mode 100644 index 05e197d5..00000000 --- a/dev-java/paulscode-librarylwjglopenal/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST paulscode-librarylwjglopenal-20130417.zip 41764 SHA256 f3a47609c24bdd09c79fb97b302a743839959e6976159cd53f7c9c102754b052 SHA512 27d1cf98525c57e3c3547ef251e12d0911d8883a94809f0ce4c2d954ade01f75d7caec890c787739fffdac00a065355229d5a3ba50c03d46f393a227c6e7af7a WHIRLPOOL 69fa8578ed6ae4ae12b4e77205a275859171cf3612e365c9b6f28e2797057afc6c46398209416c1b2f369ea0c96421f59d04a979e2f128a51b247aaf0bef32b0 diff --git a/dev-java/paulscode-librarylwjglopenal/metadata.xml b/dev-java/paulscode-librarylwjglopenal/metadata.xml deleted file mode 100644 index 952a4b9b..00000000 --- a/dev-java/paulscode-librarylwjglopenal/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> -</pkgmetadata> diff --git a/dev-java/paulscode-librarylwjglopenal/paulscode-librarylwjglopenal-20130417.ebuild b/dev-java/paulscode-librarylwjglopenal/paulscode-librarylwjglopenal-20130417.ebuild deleted file mode 100644 index 0ab86c45..00000000 --- a/dev-java/paulscode-librarylwjglopenal/paulscode-librarylwjglopenal-20130417.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="LWJGL OpenAL library plug-in for Paul Lamb's 3D Sound System" -HOMEPAGE="http://www.paulscode.com/forum/index.php?topic=4.0" -SRC_URI="http://www.paulscode.com/source/SoundSystem/${PV:6:2}APR${PV:0:4}/LibraryLWJGLOpenAL.zip -> ${P}.zip" -LICENSE="paulscode-SoundSystem" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -CDEPEND="dev-java/paulscode-soundsystem:0 - dev-java/lwjgl:2.9" - -RDEPEND="${CDEPEND} - >=virtual/jre-1.5" - -DEPEND="${CDEPEND} - >=virtual/jdk-1.5 - app-arch/unzip" - -S="${WORKDIR}/src" -JAVA_GENTOO_CLASSPATH="paulscode-soundsystem,lwjgl-2.9" |