summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-11-29 23:51:12 +0100
committerMarek Szuba <marecki@gentoo.org>2020-11-29 23:51:57 +0100
commit300e0002c11320314b8f570b3cb9f26bf9d84684 (patch)
treebe09f070fafec341a07052ef917ce2b069dd324a
parentx11-misc/hsetroot-1.0.5: use einstalldocs instead of dodoc (diff)
downloadgentoo-300e0002.tar.gz
gentoo-300e0002.tar.bz2
gentoo-300e0002.zip
x11-misc/hsetroot: remove old
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--x11-misc/hsetroot/Manifest2
-rw-r--r--x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild41
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/hsetroot/Manifest b/x11-misc/hsetroot/Manifest
index 237e0b3b298c..481ba3078a3b 100644
--- a/x11-misc/hsetroot/Manifest
+++ b/x11-misc/hsetroot/Manifest
@@ -1,4 +1,2 @@
DIST hsetroot-1.0.2.tar.gz 125535 BLAKE2B 351c022e11e3d82118db451eb6d64ff765018a09fe1ac9cc3b437f7a351d575fca66619fde9671d297b346af7c7f265442d18115388d984554bf1f9af9fbe82d SHA512 51788a6b579b82368ef5e11255ff56e2db978a02f7ad752ba64ec33c56ae5f27c1f0ef3452725d1c7bdb9d97b8a3a5b64422031c9c75a7279c407b8772d5edc3
DIST hsetroot-1.0.5.tar.gz 12878 BLAKE2B 54e80f00d140a83a950d98663db6555a00ac770bd85826b17d8293e3af27cba2a45c2da5e4c185ca90c6adc35bbf2ccdaa3722d015b31654d5e35f4e65a61366 SHA512 b43f7cd75886e72cb6134446d383d7d9a684c818f2d8a0f829670c8dfca5eaaa1eb6c25f30dda41f3483609b25e8a44a3a3cb3a969bba7f77a9b9df712fa2167
-DIST hsetroot_1.0.2-5.debian.tar.xz 4384 BLAKE2B 5ea72b6017a90bdf36030334c021cef1000ca29370f359f2596feea69365ebe5bd6b58286b109ca63a16dc953aea1f873ee4a7eadd50432655093d2dd7e6249d SHA512 5f1dbb00daebf6b8c9db77a51dbc463ea92b4564e0d7a2dac1ea9c316dd2e2126fb8c6454f4d1eddfd19533297e29651444987a7eacb7c0080e26c14383c827d
-DIST hsetroot_1.0.2.orig.tar.gz 125621 BLAKE2B 932acda46653d2211c528008dad14c8877b0b6ace0888da19e1316af58a39b0cde0464f5dd058b752d7d95dd6d69deefc254a0a445e37077c4b177ddedf74809 SHA512 cac98cc602fd8825dbfce27d289dc4ba47805c99c78de804e95c539e83ffae6984601a535cdb90658536a007a5f17c71e27e4c31af562ade6610f11f0d0d2ca5
diff --git a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild b/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
deleted file mode 100644
index 691121fea2e5..000000000000
--- a/x11-misc/hsetroot/hsetroot-1.0.2_p5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-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="
- mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
- mirror://debian/pool/main/h/${PN}/${PN}_${PV/_p*/}-${PV/*_p/}.debian.tar.xz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="
- >=media-libs/imlib2-1.0.6.2003[X]
- x11-libs/libX11
-"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto
-"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-PATCHES=(
- "${FILESDIR}"/${P/_p*/}-underlinking.patch
- "${WORKDIR}"/debian/patches/01_fix-no-display-crash.patch
- "${WORKDIR}"/debian/patches/02_extend-mode.patch
- "${WORKDIR}"/debian/patches/03_cover-mode.patch
-)
-S=${WORKDIR}/${P/_p*/}.orig
-
-src_prepare() {
- default
-
- eautoreconf
-}