Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/hsetroot/
Date: Sun, 29 Nov 2020 22:52:10
Message-Id: 1606690317.300e0002c11320314b8f570b3cb9f26bf9d84684.marecki@gentoo
1 commit: 300e0002c11320314b8f570b3cb9f26bf9d84684
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 22:51:12 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 22:51:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300e0002
7
8 x11-misc/hsetroot: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-misc/hsetroot/Manifest | 2 --
13 x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild | 41 ------------------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
17 index 237e0b3b298..481ba3078a3 100644
18 --- a/x11-misc/hsetroot/Manifest
19 +++ b/x11-misc/hsetroot/Manifest
20 @@ -1,4 +1,2 @@
21 DIST hsetroot-1.0.2.tar.gz 125535 BLAKE2B 351c022e11e3d82118db451eb6d64ff765018a09fe1ac9cc3b437f7a351d575fca66619fde9671d297b346af7c7f265442d18115388d984554bf1f9af9fbe82d SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
22 DIST hsetroot-1.0.5.tar.gz 12878 BLAKE2B 54e80f00d140a83a950d98663db6555a00ac770bd85826b17d8293e3af27cba2a45c2da5e4c185ca90c6adc35bbf2ccdaa3722d015b31654d5e35f4e65a61366 SHA512 b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167
23 -DIST hsetroot_1.0.2-5.debian.tar.xz 4384 BLAKE2B 5ea72b6017a90bdf36030334c021cef1000ca29370f359f2596feea69365ebe5bd6b58286b109ca63a16dc953aea1f873ee4a7eadd50432655093d2dd7e6249d SHA512 5f1dbb00daebf6b8c9db77a51dbc463ea92b4564e0d7a2dac1ea9c316dd2e2126fb8c6454f4d1eddfd19533297e29651444987a7eacb7c0080e26c14383c827d
24 -DIST hsetroot_1.0.2.orig.tar.gz 125621 BLAKE2B 932acda46653d2211c528008dad14c8877b0b6ace0888da19e1316af58a39b0cde0464f5dd058b752d7d95dd6d69deefc254a0a445e37077c4b177ddedf74809 SHA512 cac98cc602fd8825dbfce27d289dc4ba47805c99c78de804e95c539e83ffae6984601a535cdb90658536a007a5f17c71e27e4c31af562ade6610f11f0d0d2ca5
25
26 diff --git a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
27 deleted file mode 100644
28 index 691121fea2e..00000000000
29 --- a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit autotools eutils
37 -
38 -DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
39 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
40 -SRC_URI="
41 - mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
42 - mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}-${PV/*_p/}.debian.tar.xz
43 -"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
48 -
49 -RDEPEND="
50 - >=media-libs/imlib2-1.0.6.2003[X]
51 - x11-libs/libX11
52 -"
53 -DEPEND="
54 - ${RDEPEND}
55 - virtual/pkgconfig
56 - x11-base/xorg-proto
57 -"
58 -
59 -DOCS="AUTHORS ChangeLog NEWS README"
60 -PATCHES=(
61 - "${FILESDIR}"/${P/_p*/}-underlinking.patch
62 - "${WORKDIR}"/debian/patches/01_fix-no-display-crash.patch
63 - "${WORKDIR}"/debian/patches/02_extend-mode.patch
64 - "${WORKDIR}"/debian/patches/03_cover-mode.patch
65 -)
66 -S=${WORKDIR}/${P/_p*/}.orig
67 -
68 -src_prepare() {
69 - default
70 -
71 - eautoreconf
72 -}