public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/fdftk/, profiles/
@ 2019-10-07  8:28 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-10-07  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     7d43e6d8d7c382c17ff790876d42caaafa204829
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:18:10 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:18:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d43e6d8

app-text/fdftk: Remove last-rited pkg

Closes: https://bugs.gentoo.org/693658
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/fdftk/Manifest            |  1 -
 app-text/fdftk/fdftk-6.0-r1.ebuild | 60 --------------------------------------
 app-text/fdftk/metadata.xml        | 11 -------
 profiles/package.mask              |  6 ----
 4 files changed, 78 deletions(-)

diff --git a/app-text/fdftk/Manifest b/app-text/fdftk/Manifest
deleted file mode 100644
index dacc9066d77..00000000000
--- a/app-text/fdftk/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST FDFToolkitForUnix.tar.gz 5725906 BLAKE2B 800ff670744bcbb9673db6edbb1d35e0c530fed5374da26520152b257c83abda3588886d6bac787701e767c5ae0651341804468b2a744bb466b525338a7ae899 SHA512 835438c5031464c169543d42a512ad691824dcea6d7f38e746bbe778adc9511eaa15c49ac2d4b3a92e4f831275e16a409e9e1e275983fb70309559ecdf686a66

diff --git a/app-text/fdftk/fdftk-6.0-r1.ebuild b/app-text/fdftk/fdftk-6.0-r1.ebuild
deleted file mode 100644
index d4f4935a36b..00000000000
--- a/app-text/fdftk/fdftk-6.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-MY_P="FDFToolkitForUnix"
-At="${MY_P}.tar.gz"
-
-DESCRIPTION="Acrobat FDF Toolkit"
-HOMEPAGE="http://www.adobe.com/devnet/acrobat/fdftoolkit.html"
-SRC_URI="${At}"
-
-SLOT="0"
-LICENSE="Adobe"
-KEYWORDS="-* x86" # binaries for i386 type hardware ONLY
-RESTRICT="fetch strip mirror"
-
-#DEPEND="
-#		perl? ( dev-lang/perl )"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
-
-pkg_nofetch() {
-	einfo "1. Visit ${HOMEPAGE}"
-	einfo "2. Review EULA"
-	einfo "3. Download ${At}"
-	einfo "4. Move ${At} to your DISTDIR directory"
-}
-
-src_unpack() {
-	if [ ! -r ${DISTDIR}/${At} ]; then
-		eerror "cannot read ${At}. Please check the permission and try again."
-		die
-	fi
-	unpack ${At} || die
-}
-
-src_install () {
-	into /opt/${P}
-	dolib.so "Headers and Libraries/LINUX/libFdfTk.so" || die
-	insinto /opt/${P}/include
-	doins "Headers and Libraries/Headers/FdfTk.h" || die
-	# It doesn't support Perl 5.8.*
-	#if use perl; then
-	#	eval `perl '-V:package'`
-	#	eval `perl '-V:version'`
-	#	eval `perl '-V:archname'`
-	#	insinto /usr/lib/${package}/vendor_perl/${version}/Acrobat
-	#	exeinto /usr/lib/${package}/vendor_perl/${version}/${archname}/auto/Acrobat/FDF
-	#	doexe "Headers and Libraries/LINUX/FDF.so" || die
-	#	doins "Headers and Libraries/Headers/FDF.pm" || die
-	#fi
-
-	into /usr
-	dodoc ReadMe.txt Documentation/*.pdf
-
-	dodir /etc/env.d
-	echo "LDPATH=/opt/${P}/lib" >${D}/etc/env.d/55${P}
-}

diff --git a/app-text/fdftk/metadata.xml b/app-text/fdftk/metadata.xml
deleted file mode 100644
index f93818d4dfc..00000000000
--- a/app-text/fdftk/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>robbat2@gentoo.org</email>
-</maintainer>
-<maintainer type="project">
-  <email>tex@gentoo.org</email>
-  <name>Gentoo TeX Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 92dab57ecb4..8885797bd27 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1098,12 +1098,6 @@ sys-apps/adjtime
 # Removal in 30 days.  Bug #692522.
 app-admin/yaala
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Last release in 2004.  EAPI 0.  x86-only.  Upstream recommends
-# switching to XML Forms.
-# Removal in 30 days.  Bug #693658.
-app-text/fdftk
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-07  8:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-07  8:28 [gentoo-commits] repo/gentoo:master commit in: app-text/fdftk/, profiles/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox