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/set_opacity/set_opacity-1.0.ebuild | |
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/set_opacity/set_opacity-1.0.ebuild')
-rw-r--r-- | x11-misc/set_opacity/set_opacity-1.0.ebuild | 31 |
1 files changed, 0 insertions, 31 deletions
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 -} |