Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pspdftool/
Date: Tue, 21 Jan 2020 21:51:31
Message-Id: 1579643455.fc3102162c3dfde79c376a10a674be8262c066a0.soap@gentoo
1 commit: fc3102162c3dfde79c376a10a674be8262c066a0
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 21:50:55 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 21:50:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc310216
7
8 app-text/pspdftool: Remove live ebuild
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/pspdftool/pspdftool-9999.ebuild | 37 --------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/app-text/pspdftool/pspdftool-9999.ebuild b/app-text/pspdftool/pspdftool-9999.ebuild
17 deleted file mode 100644
18 index 96932275aac..00000000000
19 --- a/app-text/pspdftool/pspdftool-9999.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -ESVN_REPO_URI="https://svn.code.sf.net/p/pspdftool/code/trunk"
28 -ESVN_PROJECT="pspdftool"
29 -
30 -[[ "${PV}" == "9999" ]] && EXTRA_ECLASS="subversion"
31 -inherit autotools ${EXTRA_ECLASS}
32 -unset EXTRA_ECLASS
33 -
34 -DESCRIPTION="Tool for prepress preparation of PDF and PostScript documents"
35 -HOMEPAGE="https://sourceforge.net/projects/pspdftool"
36 -[[ "${PV}" == "9999" ]] || SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
37 -[[ "${PV}" == "9999" ]] || \
38 -KEYWORDS="~amd64 ~x86"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -IUSE="zlib"
43 -
44 -DEPEND="zlib? ( sys-libs/zlib ) "
45 -RDEPEND="${DEPEND}"
46 -
47 -src_prepare() {
48 - eautoreconf
49 -}
50 -
51 -src_configure() {
52 - econf $(use_with zlib)
53 -}
54 -
55 -src_install() {
56 - default
57 - rm -rf "${ED}"/usr/share/doc/${PN}*
58 -}