summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-08-14 21:56:23 +0200
committerMichał Górny <mgorny@gentoo.org>2017-08-14 22:00:12 +0200
commitf82193ea414a5b4684f0d1bdb43ba855fb0c7748 (patch)
tree72c9c9d15d6ad4da3349ceb3ab2964974c150aca /app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild
parentmedia-libs/embree: Remove last-rited pkg, #595396 (diff)
downloadgentoo-f82193ea414a5b4684f0d1bdb43ba855fb0c7748.tar.gz
gentoo-f82193ea414a5b4684f0d1bdb43ba855fb0c7748.tar.bz2
gentoo-f82193ea414a5b4684f0d1bdb43ba855fb0c7748.zip
app-text/mbtpdfasm: Remove last-rited pkg, #594668
Diffstat (limited to 'app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild')
-rw-r--r--app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild b/app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild
deleted file mode 100644
index 2fc80244a256..000000000000
--- a/app-text/mbtpdfasm/mbtpdfasm-1.0.28-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-MY_P="mbtPdfAsm-${PV}"
-
-DESCRIPTION="Tool to assemble/merge, extract information from, and update the metadata in PDF"
-HOMEPAGE="http://thierry.schmit.free.fr/dev/mbtPdfAsm/mbtPdfAsm2.html"
-SRC_URI="http://thierry.schmit.free.fr/spip/IMG/gz/${MY_P}.tar.gz
- http://sbriesen.de/gentoo/distfiles/${P}-manual.pdf.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-makefile.diff"
- epatch "${FILESDIR}/${P}-64bit.diff"
- epatch "${FILESDIR}/${P}-main.diff"
-
- # use system zlib
- epatch "${FILESDIR}/${P}-zlib.diff"
- mv -f "zlib.h" "zlib.h.disabled"
-}
-
-src_compile() {
- emake CC="$(tc-getCXX)" || die "emake failed"
-}
-
-src_install() {
- dobin mbtPdfAsm || die "install failed"
- insinto "/usr/share/doc/${PF}"
- newins ${P}-manual.pdf mbtPdfAsm.pdf
-}