Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/scrot/
Date: Fri, 03 May 2019 15:23:58
Message-Id: 1556897021.9da7f979ea0d6468d265e1ef05d47d96298d8e65.pacho@gentoo
1 commit: 9da7f979ea0d6468d265e1ef05d47d96298d8e65
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 3 15:23:41 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 15:23:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da7f979
7
8 media-gfx/scrot: Drop old
9
10 Package-Manager: Portage-2.3.64, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-gfx/scrot/Manifest | 1 -
14 media-gfx/scrot/scrot-0.8-r1.ebuild | 27 --------------------------
15 media-gfx/scrot/scrot-0.8_p13.ebuild | 37 ------------------------------------
16 3 files changed, 65 deletions(-)
17
18 diff --git a/media-gfx/scrot/Manifest b/media-gfx/scrot/Manifest
19 index 4da02439da5..59dd502e262 100644
20 --- a/media-gfx/scrot/Manifest
21 +++ b/media-gfx/scrot/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST scrot-0.8.tar.gz 74324 BLAKE2B 56facc81c29f101279ffc6d5d323a0cecd32b1ff6d1d4bb2052a90703353a9ad5b6ab46c8840ed20834f976badab4258fbb0f031645d9689eef1b838ebd4b1a0 SHA512 cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c
24 DIST scrot_0.8-13.debian.tar.gz 7943 BLAKE2B 6c58c76f3a8dcf61a8ca4c31f5845cb27b4d0ed2bf9619cc8ea5824b5e42c66ee5163c7f4e76308763947b933003dbd3df6e641b0596ed342993343fd5418a75 SHA512 3f6d0a8e592088af38a3d90394b6b7246430479f5b0c8451af5eae383725d1896dc4bbf595495f9f2b546f00ef38780123c4ee0e3f06971c55a6ac2dfa5b7d53
25 DIST scrot_0.8.orig.tar.gz 74324 BLAKE2B 56facc81c29f101279ffc6d5d323a0cecd32b1ff6d1d4bb2052a90703353a9ad5b6ab46c8840ed20834f976badab4258fbb0f031645d9689eef1b838ebd4b1a0 SHA512 cba8f589e45758ddbfe4e276399a1ecb0dbe29569be5d85d97733e7f64de2911bd2d03e62700ad0c718a1fc886c2e3def9dee1de5cac884f9e65e772cebe838c
26
27 diff --git a/media-gfx/scrot/scrot-0.8-r1.ebuild b/media-gfx/scrot/scrot-0.8-r1.ebuild
28 deleted file mode 100644
29 index e5f7314290b..00000000000
30 --- a/media-gfx/scrot/scrot-0.8-r1.ebuild
31 +++ /dev/null
32 @@ -1,27 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit bash-completion-r1
39 -
40 -DESCRIPTION="Screen capture utility using imlib2 library"
41 -HOMEPAGE="http://www.linuxbrit.co.uk/"
42 -SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
43 -
44 -LICENSE="feh LGPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
47 -IUSE=""
48 -
49 -RDEPEND=">=media-libs/imlib2-1.0.3
50 - >=media-libs/giblib-1.2.3"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_install() {
54 - emake DESTDIR="${D}" install
55 - rm -r "${D}"/usr/doc
56 - dodoc AUTHORS ChangeLog
57 -
58 - newbashcomp "${FILESDIR}/${PN}.bash-completion" ${PN}
59 -}
60
61 diff --git a/media-gfx/scrot/scrot-0.8_p13.ebuild b/media-gfx/scrot/scrot-0.8_p13.ebuild
62 deleted file mode 100644
63 index 3beccb11abb..00000000000
64 --- a/media-gfx/scrot/scrot-0.8_p13.ebuild
65 +++ /dev/null
66 @@ -1,37 +0,0 @@
67 -# Copyright 1999-2019 Gentoo Authors
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=5
71 -
72 -MY_PV=${PV/_p/-}
73 -
74 -inherit bash-completion-r1 eutils
75 -
76 -DESCRIPTION="Screen capture utility using imlib2 library"
77 -HOMEPAGE="http://scrot.sourcearchive.com/"
78 -SRC_URI="http://${PN}.sourcearchive.com/downloads/${MY_PV}/${PN}_0.8.orig.tar.gz
79 - http://${PN}.sourcearchive.com/downloads/${MY_PV}/${PN}_${MY_PV}.debian.tar.gz"
80 -
81 -LICENSE="feh LGPL-2+"
82 -SLOT="0"
83 -KEYWORDS="alpha amd64 arm ~arm64 hppa ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
84 -IUSE=""
85 -
86 -RDEPEND=">=media-libs/imlib2-1.0.3
87 - >=media-libs/giblib-1.2.3"
88 -DEPEND="${RDEPEND}"
89 -
90 -S=${WORKDIR}/${PN}-0.8
91 -
92 -src_prepare() {
93 - local d=${WORKDIR}/debian/patches
94 - EPATCH_SOURCE=${d} epatch $(<"${d}"/series)
95 -}
96 -
97 -src_install() {
98 - emake DESTDIR="${D}" install
99 - rm -r "${D}"/usr/doc
100 - dodoc AUTHORS ChangeLog
101 -
102 - newbashcomp "${FILESDIR}"/${PN}.bash-completion ${PN}
103 -}