From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81171138335 for ; Mon, 7 Oct 2019 08:28:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76DD7E0802; Mon, 7 Oct 2019 08:28:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DC96E0802 for ; Mon, 7 Oct 2019 08:28:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B5E134BA00 for ; Mon, 7 Oct 2019 08:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B17F7828 for ; Mon, 7 Oct 2019 08:28:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570436290.7d43e6d8d7c382c17ff790876d42caaafa204829.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fdftk/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/fdftk/Manifest app-text/fdftk/fdftk-6.0-r1.ebuild app-text/fdftk/metadata.xml profiles/package.mask X-VCS-Directories: app-text/fdftk/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d43e6d8d7c382c17ff790876d42caaafa204829 X-VCS-Branch: master Date: Mon, 7 Oct 2019 08:28:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 260eb77c-f585-4c5f-bee4-fa79b2689159 X-Archives-Hash: 0b6708e862ec7b9caba608ac546300f7 commit: 7d43e6d8d7c382c17ff790876d42caaafa204829 Author: Michał Górny gentoo org> AuthorDate: Mon Oct 7 08:18:10 2019 +0000 Commit: Michał Górny gentoo 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 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 @@ - - - - - robbat2@gentoo.org - - - tex@gentoo.org - Gentoo TeX Project - - 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 (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 (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal.