summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-01-18 12:36:11 +0100
committerDavid Seifert <soap@gentoo.org>2021-01-18 12:36:11 +0100
commitf4d7b2f928e66265759fb2d415a58a724419d15a (patch)
tree4d3128e56956f461aec8bc3104d6ca66e0413bf3 /x11-misc
parentx11-libs/xforms: Remove old (diff)
downloadgentoo-f4d7b2f928e66265759fb2d415a58a724419d15a.tar.gz
gentoo-f4d7b2f928e66265759fb2d415a58a724419d15a.tar.bz2
gentoo-f4d7b2f928e66265759fb2d415a58a724419d15a.zip
x11-misc/habak: Remove old
Bug: https://bugs.gentoo.org/763972 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/habak/Manifest1
-rw-r--r--x11-misc/habak/habak-0.2.5-r2.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/x11-misc/habak/Manifest b/x11-misc/habak/Manifest
index e3fc36262dca..ce4b06b92680 100644
--- a/x11-misc/habak/Manifest
+++ b/x11-misc/habak/Manifest
@@ -1,2 +1 @@
DIST habak-0.2.5-sourceforge.tar.gz 28747 BLAKE2B 60c6f60e0a16dca2091f41c9e4f419e5fb4be88a3ce44de98d91740f94e468fb7bd64bbf0b399b64035c21547b50fccf2e40954e0ff59ab1f1c0ce8dc6e56670 SHA512 4b1ff1484c65f74441b297e558360a8f2ea8f12ac63c4b74f846e41328dd84a1d619bde55e81224c3bd527897625e17bc07a6bb0d4cc3bd0eec6f4e787201277
-DIST habak-0.2.5.tar.bz2 22657 BLAKE2B 10b3c4808251b255bcf26935974514a2df5946520bd4bc080b9bdc551c727925c8b9a7485124013303654769b9daacff42d54fc0e5d567b26d99c5a75a0a50c2 SHA512 256ac24a3b322397b6cdbd2ca8add5938c77d166092a783234baa6186c3b4e01aeffd0b890749c7ac14aa39961e5fc6326f614ceb04eadfc5e4af282d04b7188
diff --git a/x11-misc/habak/habak-0.2.5-r2.ebuild b/x11-misc/habak/habak-0.2.5-r2.ebuild
deleted file mode 100644
index 9c1d05f55dc5..000000000000
--- a/x11-misc/habak/habak-0.2.5-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A simple but powerful tool to set desktop wallpaper"
-HOMEPAGE="http://home.gna.org/fvwm-crystal/"
-SRC_URI="http://download.gna.org/fvwm-crystal/${PN}/${PV}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="media-libs/imlib2[X]
- x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-# Skip into the src directory so we avoid a recursive make call that
-# is going to break parallel make.
-S="${WORKDIR}/${P}/src"
-
-DOCS=( ChangeLog README TODO "${FILESDIR}"/README.en )
-
-src_prepare() {
- default
- sed -i \
- -e '/(LDFLAGS)/s:$: -lImlib2 -lm -lX11:' \
- -e 's:gcc:$(CC):' \
- "${S}"/Makefile || die "Makefile fixing failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" ${PN}
-}
-
-src_install() {
- dobin ${PN}
- cd "${WORKDIR}/${P}" || die
- einstalldocs
-}