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/files/, x11-misc/hsetroot/
Date: Thu, 24 Dec 2020 12:59:15
Message-Id: 1608814023.cdf61b6dc921df80d68e3014b8a83ce38bffbb0c.marecki@gentoo
1 commit: cdf61b6dc921df80d68e3014b8a83ce38bffbb0c
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 12:47:03 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 12:47:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf61b6d
7
8 x11-misc/hsetroot: remove old
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 .../files/hsetroot-1.0.2-underlinking.patch | 22 -----------------
13 x11-misc/hsetroot/hsetroot-1.0.2.ebuild | 28 ----------------------
14 2 files changed, 50 deletions(-)
15
16 diff --git a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch b/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
17 deleted file mode 100644
18 index cb18ac47230..00000000000
19 --- a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 ---- a/configure.ac
23 -+++ b/configure.ac
24 -@@ -38,6 +38,8 @@
25 - # Checks for typedefs, structures, and compiler characteristics.
26 - AC_C_CONST
27 -
28 -+PKG_CHECK_MODULES(X11, [x11])
29 -+
30 - # Check for imlib2
31 - AC_CHECK_PROGS(imlib2config_cmd, imlib2-config)
32 - if test x$imlib2config_cmd = "x"; then
33 ---- a/src/Makefile.am
34 -+++ b/src/Makefile.am
35 -@@ -1,7 +1,7 @@
36 - bin_PROGRAMS = hsetroot
37 -
38 - AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall
39 --LIBS = @IMLIB2_LIBS@
40 -+LIBS = @IMLIB2_LIBS@ $(X11_LIBS)
41 -
42 - hsetroot_SOURCES = hsetroot.c
43 -
44
45 diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
46 deleted file mode 100644
47 index b5f7777a34b..00000000000
48 --- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
49 +++ /dev/null
50 @@ -1,28 +0,0 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=5
55 -inherit autotools eutils
56 -
57 -DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for X"
58 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
59 -SRC_URI="http://cdn.thegraveyard.org/releases/${PN}/${P}.tar.gz"
60 -
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
64 -IUSE=""
65 -
66 -RDEPEND="x11-libs/libX11
67 - >=media-libs/imlib2-1.0.6.2003[X]"
68 -DEPEND="${RDEPEND}
69 - virtual/pkgconfig
70 - x11-base/xorg-proto"
71 -
72 -DOCS="AUTHORS ChangeLog NEWS README"
73 -
74 -src_prepare() {
75 - epatch "${FILESDIR}"/${P}-underlinking.patch
76 - # The pre-generated configure script contains unneeded deps
77 - eautoreconf
78 -}