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: 1606690311.c595ff644213fda093438b63659f79800cacabe7.marecki@gentoo
1 commit: c595ff644213fda093438b63659f79800cacabe7
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 22:46:45 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 22:51:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c595ff64
7
8 x11-misc/hsetroot-1.0.5: cosmetics
9
10 DOCS is not used any more + lists files upstream no longer distributes.
11 Everything else has been just whitespace changes.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 x11-misc/hsetroot/hsetroot-1.0.5.ebuild | 23 ++++++++---------------
16 1 file changed, 8 insertions(+), 15 deletions(-)
17
18 diff --git a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
19 index cde4912ca94..a1e16b31f17 100644
20 --- a/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
21 +++ b/x11-misc/hsetroot/hsetroot-1.0.5.ebuild
22 @@ -2,31 +2,24 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 +
27 inherit toolchain-funcs
28
29 DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
30 HOMEPAGE="https://github.com/himdel/hsetroot/"
31 -SRC_URI="
32 - https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
33 -"
34 +SRC_URI="https://github.com/himdel/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
39
40 -RDEPEND="
41 - >=media-libs/imlib2-1.0.6.2003[X]
42 +RDEPEND=">=media-libs/imlib2-1.0.6.2003[X]
43 x11-libs/libX11
44 - x11-libs/libXinerama
45 -"
46 -DEPEND="
47 - ${RDEPEND}
48 - x11-base/xorg-proto
49 -"
50 -BDEPEND="
51 - virtual/pkgconfig
52 -"
53 -DOCS="AUTHORS ChangeLog NEWS README"
54 + x11-libs/libXinerama"
55 +DEPEND="${RDEPEND}
56 + x11-base/xorg-proto"
57 +BDEPEND="virtual/pkgconfig"
58 +
59 PATCHES=(
60 "${FILESDIR}"/${PN}-1.0.5-XOpenDisplay.patch
61 )