diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-05-17 16:07:59 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-25 01:35:13 +0200 |
commit | 2140c34fc24bb1e9884bcf744b02fe506aa3e1b6 (patch) | |
tree | d33667cd3058c0716256a203259ccc752ae13bd2 /x11-misc | |
parent | x11-misc/set_opacity: EAPI8 bump, fix SRC_URI, LICENSE (diff) | |
download | gentoo-2140c34fc24bb1e9884bcf744b02fe506aa3e1b6.tar.gz gentoo-2140c34fc24bb1e9884bcf744b02fe506aa3e1b6.tar.bz2 gentoo-2140c34fc24bb1e9884bcf744b02fe506aa3e1b6.zip |
x11-misc/set_opacity: remove old
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36719
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/set_opacity/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/set_opacity/set_opacity-1.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/set_opacity/Manifest b/x11-misc/set_opacity/Manifest index 63195346d2a5..63becbcb17db 100644 --- a/x11-misc/set_opacity/Manifest +++ b/x11-misc/set_opacity/Manifest @@ -1,2 +1 @@ DIST set_opacity-1.0-gh.tar.gz 4830 BLAKE2B 717d5f01ce2895d3a3bc722d2aa326225627dc9049a3fbe875fc9037562bf2502727cb99bb5f19a0add401c1eafad04a38823121aa05939364a2fe7a5dab47e5 SHA512 e7d0af8d248194538cd34aba33734070468ac55275f9a4f936216d5c397178dc01f154f8cf07cc113a946813215a001be55d81281d2d01908b55bdefc3e87e53 -DIST set_opacity-1.0.tar.gz 5115 BLAKE2B 2855de8d20a1431c6eb3d07690ec8ead5f00c80e0e25f588fe03ec0123885621053629223f82a2e689c480cd253a35abe4a3aad0629b25e69feb696eb44dcc1c SHA512 cfe702d5c48968fd283c63420d8cbbfb7a9783a339c962bd10818caaa3754bf5a044c81d4670421ceb13fe697ef461bceed0647be45a4682c8fe0a210bf98ddd diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild deleted file mode 100644 index c2462bb21a72..000000000000 --- a/x11-misc/set_opacity/set_opacity-1.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc." -HOMEPAGE="https://github.com/XVilka/set_opacity" -SRC_URI="https://github.com/XVilka/set_opacity/archive-tarball/${PV} -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/libXdamage - x11-libs/libXcomposite - x11-libs/libXfixes - x11-libs/libXrender" -RDEPEND=${DEPEND} - -S="${WORKDIR}/x11-tools-set_opacity" - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin set_opacity -} |