summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/jmf-mp3/Manifest2
-rw-r--r--dev-java/jmf-mp3/jmf-mp3-1.0.ebuild46
2 files changed, 0 insertions, 48 deletions
diff --git a/dev-java/jmf-mp3/Manifest b/dev-java/jmf-mp3/Manifest
deleted file mode 100644
index 0a4cf92..0000000
--- a/dev-java/jmf-mp3/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST javamp3-1_0.zip 80348 RMD160 96a9bfe8ac68a7fea95f74883c98ed899fe557fa SHA1 a3673ea7cb0f86e03cddbaa84aac7b176c3cb446 SHA256 ec2785c8ad9958fb11c7d3704965209952c171e11dc0aeddcf19832230d51193
-EBUILD jmf-mp3-1.0.ebuild 1005 RMD160 49a578e3c1e07e24db7f311cd7868abeb2265e76 SHA1 70bacd1137bc7915c6e54d5986aa729a15c45b53 SHA256 4f840591e1722c16e312667cf8a3362f485fd34e8ffadc75c8abc9b95d1a56f7
diff --git a/dev-java/jmf-mp3/jmf-mp3-1.0.ebuild b/dev-java/jmf-mp3/jmf-mp3-1.0.ebuild
deleted file mode 100644
index 22b1a77..0000000
--- a/dev-java/jmf-mp3/jmf-mp3-1.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit java-pkg
-
-At="javamp3-1_0.zip"
-DESCRIPTION="Enables MP3 Decoding in Java"
-HOMEPAGE="http://java.sun.com/products/java-media/jmf/mp3/download.html"
-SRC_URI="${At}"
-
-LICENSE="sun-bcla-jmf"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-COMMON_DEP="dev-java/jmf-bin"
-
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEP}"
-RESTRICT="fetch"
-
-pkg_nofetch() {
- einfo
- einfo " Due to license restrictions, we cannot fetch the"
- einfo " distributables automagically."
- einfo
- einfo " 1. Visit ${HOMEPAGE} and select 'Cross Platform Java'"
- einfo " 2. Download ${At}"
- einfo " 3. Move file to ${DISTDIR}"
- einfo " 4. Run emerge on this package again to complete"
- einfo
-}
-
-src_unpack() {
- unzip -qq ${DISTDIR}/${At} || die
-}
-
-src_install() {
- java-pkg_dojar ${WORKDIR}/lib/ext/*.jar
- dodoc ${WORKDIR}/copyright.txt ${WORKDIR}/license.txt
-}
.git/commit/internal/feed/template/text.tpl.go?h=v1.5.2&id=5e5d848b1324cc5ea3991276f2a0750883e5aab0&follow=1'>Text part in emailsRené 'Necoro' Neumann7-33/+115 2020-05-10Allow options on group level.René 'Necoro' Neumann3-5/+11 2020-05-10Renamed feed template to html templateRené 'Necoro' Neumann2-2/+2 2020-05-10Release v0.2.0v0.2.0René 'Necoro' Neumann2-2/+6 2020-05-10Fix building cacheRené 'Necoro' Neumann1-1/+3 2020-05-10Update READMERené 'Necoro' Neumann1-5/+44 2020-05-10Ignore 'dist' folder and build productsRené 'Necoro' Neumann1-0/+2 2020-05-08Print item hashes in debug modeRené 'Necoro' Neumann1-1/+7 2020-05-07Improve html renderingRené 'Necoro' Neumann2-53/+32 2020-05-07Do not assume items to be new when their published date is newer than the las...René 'Necoro' Neumann2-7/+1 2020-05-07Updating some depsRené 'Necoro' Neumann2-2/+7 2020-05-07Better detection if a text starts with html or notRené 'Necoro' Neumann2-4/+13 2020-05-07go fmtRené 'Necoro' Neumann1-3/+2 2020-05-07Add header X-Feed2Imap-GUIDRené 'Necoro' Neumann3-1/+7 2020-05-07update changelogRené 'Necoro' Neumann1-0/+1 2020-05-07FixRené 'Necoro' Neumann1-1/+1 2020-05-07Unified publishedDate and updatedDate into one (just as the old feed2imap...)René 'Necoro' Neumann5-21/+32 2020-05-06Print version during startupRené 'Necoro' Neumann1-1/+1 2020-05-06Improve templateRené 'Necoro' Neumann3-20/+28 2020-05-05Fix pipelineRené 'Necoro' Neumann1-2/+5 2020-05-05Make changelog a part of the release pipeline (untested)René 'Necoro' Neumann2-0/+12