commit:     cdf61b6dc921df80d68e3014b8a83ce38bffbb0c
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 24 12:47:03 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Dec 24 12:47:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf61b6d

x11-misc/hsetroot: remove old

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 .../files/hsetroot-1.0.2-underlinking.patch        | 22 -----------------
 x11-misc/hsetroot/hsetroot-1.0.2.ebuild            | 28 ----------------------
 2 files changed, 50 deletions(-)

diff --git a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch 
b/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
deleted file mode 100644
index cb18ac47230..00000000000
--- a/x11-misc/hsetroot/files/hsetroot-1.0.2-underlinking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -38,6 +38,8 @@
- # Checks for typedefs, structures, and compiler characteristics.
- AC_C_CONST
- 
-+PKG_CHECK_MODULES(X11, [x11])
-+
- # Check for imlib2
- AC_CHECK_PROGS(imlib2config_cmd, imlib2-config)
- if test x$imlib2config_cmd = "x"; then
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = hsetroot
- 
- AM_CFLAGS = @CFLAGS@ @IMLIB2_CFLAGS@ -Wall
--LIBS = @IMLIB2_LIBS@
-+LIBS = @IMLIB2_LIBS@ $(X11_LIBS)
- 
- hsetroot_SOURCES = hsetroot.c
- 

diff --git a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild 
b/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
deleted file mode 100644
index b5f7777a34b..00000000000
--- a/x11-misc/hsetroot/hsetroot-1.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Tool which allows you to compose wallpapers ('root pixmaps') for 
X"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
-SRC_URI="http://cdn.thegraveyard.org/releases/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
-       >=media-libs/imlib2-1.0.6.2003[X]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       x11-base/xorg-proto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-underlinking.patch
-       # The pre-generated configure script contains unneeded deps
-       eautoreconf
-}

Reply via email to