Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/poster/
Date: Wed, 02 Dec 2020 14:08:16
Message-Id: 1606918016.8b22ac84643d6d29316a2e122a15d6d0dd30f910.bman@gentoo
1 commit: 8b22ac84643d6d29316a2e122a15d6d0dd30f910
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 14:06:56 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 14:06:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b22ac84
7
8 net-print/poster: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 net-print/poster/poster-20060221-r2.ebuild | 30 ------------------------------
13 net-print/poster/poster-20060221.ebuild | 25 -------------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/net-print/poster/poster-20060221-r2.ebuild b/net-print/poster/poster-20060221-r2.ebuild
17 deleted file mode 100644
18 index 294fbc285b5..00000000000
19 --- a/net-print/poster/poster-20060221-r2.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Small utility for making a poster from an EPS file or a one-page PS document"
30 -SRC_URI="mirror://kde/printing/${P}.tar.bz2"
31 -HOMEPAGE="https://printing.kde.org/downloads"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -PATCHES=(
39 - "${FILESDIR}/${P}-fix_gs_crash.patch"
40 - "${FILESDIR}/${P}-fix_duplicate_DocumentMedia.patch"
41 -)
42 -
43 -src_compile() {
44 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
45 -}
46 -
47 -src_install() {
48 - dobin ${PN}
49 - doman ${PN}.1
50 - dodoc README ChangeLog
51 -}
52
53 diff --git a/net-print/poster/poster-20060221.ebuild b/net-print/poster/poster-20060221.ebuild
54 deleted file mode 100644
55 index 34c1a6bc4d5..00000000000
56 --- a/net-print/poster/poster-20060221.ebuild
57 +++ /dev/null
58 @@ -1,25 +0,0 @@
59 -# Copyright 1999-2020 Gentoo Authors
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=5
63 -
64 -inherit toolchain-funcs
65 -
66 -DESCRIPTION="small utility for making a poster from an EPS file or a one-page PS document"
67 -SRC_URI="mirror://kde/printing/${P}.tar.bz2"
68 -HOMEPAGE="https://printing.kde.org/downloads"
69 -
70 -LICENSE="GPL-2"
71 -SLOT="0"
72 -KEYWORDS="amd64 ~ppc x86"
73 -IUSE=""
74 -
75 -src_compile() {
76 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -lm -o ${PN} || die
77 -}
78 -
79 -src_install() {
80 - dobin ${PN}
81 - doman ${PN}.1
82 - dodoc README ChangeLog
83 -}