From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E68D813835D for ; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3289BE0884; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1451AE0884 for ; Mon, 18 Jan 2021 11:36:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC21D340E8B for ; Mon, 18 Jan 2021 11:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 286634AA for ; Mon, 18 Jan 2021 11:36:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1610969771.f4d7b2f928e66265759fb2d415a58a724419d15a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/habak/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/habak/Manifest x11-misc/habak/habak-0.2.5-r2.ebuild X-VCS-Directories: x11-misc/habak/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f4d7b2f928e66265759fb2d415a58a724419d15a X-VCS-Branch: master Date: Mon, 18 Jan 2021 11:36:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ca0bc0d9-25bc-44fd-a747-0b7acdf8dc2a X-Archives-Hash: 841239a274a5dcc71ca8988a4287f8d0 commit: f4d7b2f928e66265759fb2d415a58a724419d15a Author: Jakov Smolic sartura hr> AuthorDate: Mon Jan 18 11:36:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 18 11:36:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d7b2f9 x11-misc/habak: Remove old Bug: https://bugs.gentoo.org/763972 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> x11-misc/habak/Manifest | 1 - x11-misc/habak/habak-0.2.5-r2.ebuild | 44 ------------------------------------ 2 files changed, 45 deletions(-) diff --git a/x11-misc/habak/Manifest b/x11-misc/habak/Manifest index e3fc36262dc..ce4b06b9268 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 9c1d05f55dc..00000000000 --- 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 -}