diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-14 17:45:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-14 17:45:27 +0200 |
commit | fb4156d6ed302d88385c437bbf3cf2ce8adea90d (patch) | |
tree | db4cddb500daae3c564ebc4e7d1e8b6f5ace0482 | |
parent | dev-util/deskzilla: Remove last-rited pkg (diff) | |
download | gentoo-fb4156d6ed302d88385c437bbf3cf2ce8adea90d.tar.gz gentoo-fb4156d6ed302d88385c437bbf3cf2ce8adea90d.tar.bz2 gentoo-fb4156d6ed302d88385c437bbf3cf2ce8adea90d.zip |
app-text/jpdftweak: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | app-text/jpdftweak/Manifest | 1 | ||||
-rw-r--r-- | app-text/jpdftweak/jpdftweak-0.9-r1.ebuild | 41 | ||||
-rw-r--r-- | app-text/jpdftweak/metadata.xml | 21 | ||||
-rw-r--r-- | profiles/package.mask | 1 |
4 files changed, 0 insertions, 64 deletions
diff --git a/app-text/jpdftweak/Manifest b/app-text/jpdftweak/Manifest deleted file mode 100644 index d0776d425372..000000000000 --- a/app-text/jpdftweak/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jpdftweak-src-0.9.zip 129611 BLAKE2B 182e81323144cf543ff50c2f95acd009ae53eedf838a00cd8596a2db0c53858fc56ed424e3719a0eedd653be3492a2e4e3af6971ab30a77dbab878f74892c342 SHA512 55e68ba13876f2ac24b635af955d3054fed00135f05532625f40a245cc39176398bf6c0bf4a393e9e475604933727a7fdb270b94b38390b8ca9a41447d6652f7 diff --git a/app-text/jpdftweak/jpdftweak-0.9-r1.ebuild b/app-text/jpdftweak/jpdftweak-0.9-r1.ebuild deleted file mode 100644 index d7923408a8da..000000000000 --- a/app-text/jpdftweak/jpdftweak-0.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="Swiss Army Knife for PDF files" -HOMEPAGE="http://jpdftweak.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${PN}-src-${PV}.zip" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -COMMON_DEPEND="dev-java/itext:0 - dev-java/jgoodies-forms:0" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEPEND}" - -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip:0 - ${COMMON_DEPEND}" - -S="${WORKDIR}" - -java_prepare() { - cd lib || die - - java-pkg_jar-from jgoodies-forms forms.jar - java-pkg_jar-from itext iText.jar itext.jar -} - -src_install() { - java-pkg_dojar ${PN}.jar - java-pkg_dolauncher ${PN} --main ${PN}.Main - - dodoc README.txt - dohtml manual/* -} diff --git a/app-text/jpdftweak/metadata.xml b/app-text/jpdftweak/metadata.xml deleted file mode 100644 index 6909e49b5a32..000000000000 --- a/app-text/jpdftweak/metadata.xml +++ /dev/null @@ -1,21 +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> - <longdescription> - jPDF Tweak is a Java Swing application that can combine, split, rotate, - reorder, watermark, encrypt, sign, and otherwise tweak PDF files. - - You can use it to make printable booklets from your PDFs, to add PDF - bookmarks, effects (page transitions), to combine multiple PDF files, - to watermark them, to rotate pages that do not fit, to attach files to - your PDF, to encrypt and sign your PDFs, to change metadata (like - author or keywords), and much more. - </longdescription> - <upstream> - <remote-id type="sourceforge">jpdftweak</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 83d061665267..703f4957688a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1113,7 +1113,6 @@ dev-lang/pasm # sec bug #636976, unmaintained in Gentoo, license # forked multiple times. Removal in 30 days. dev-java/itext -app-text/jpdftweak # Michał Górny <mgorny@gentoo.org> (2019-08-14) # No longer builds. Homepage is gone, and its keep-alive fork is also |