summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/set_opacity')
-rw-r--r--x11-misc/set_opacity/Manifest2
-rw-r--r--x11-misc/set_opacity/metadata.xml7
-rw-r--r--x11-misc/set_opacity/set_opacity-1.0-r1.ebuild (renamed from x11-misc/set_opacity/set_opacity-1.0.ebuild)12
-rw-r--r--x11-misc/set_opacity/set_opacity-9999.ebuild32
4 files changed, 8 insertions, 45 deletions
diff --git a/x11-misc/set_opacity/Manifest b/x11-misc/set_opacity/Manifest
index 474657501cb1..63becbcb17db 100644
--- a/x11-misc/set_opacity/Manifest
+++ b/x11-misc/set_opacity/Manifest
@@ -1 +1 @@
-DIST set_opacity-1.0.tar.gz 5115 BLAKE2B 2855de8d20a1431c6eb3d07690ec8ead5f00c80e0e25f588fe03ec0123885621053629223f82a2e689c480cd253a35abe4a3aad0629b25e69feb696eb44dcc1c SHA512 cfe702d5c48968fd283c63420d8cbbfb7a9783a339c962bd10818caaa3754bf5a044c81d4670421ceb13fe697ef461bceed0647be45a4682c8fe0a210bf98ddd
+DIST set_opacity-1.0-gh.tar.gz 4830 BLAKE2B 717d5f01ce2895d3a3bc722d2aa326225627dc9049a3fbe875fc9037562bf2502727cb99bb5f19a0add401c1eafad04a38823121aa05939364a2fe7a5dab47e5 SHA512 e7d0af8d248194538cd34aba33734070468ac55275f9a4f936216d5c397178dc01f154f8cf07cc113a946813215a001be55d81281d2d01908b55bdefc3e87e53
diff --git a/x11-misc/set_opacity/metadata.xml b/x11-misc/set_opacity/metadata.xml
index a3e23a3c6ecb..eb9043c9e743 100644
--- a/x11-misc/set_opacity/metadata.xml
+++ b/x11-misc/set_opacity/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<maintainer>
<email>anton.kochkov@gmail.com</email>
diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild
index c2462bb21a72..2672fb5edb2e 100644
--- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
+++ b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild
@@ -1,18 +1,18 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
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"
+SRC_URI="https://github.com/XVilka/set_opacity/archive/tags/${PV}.tar.gz -> ${P}-gh.tar.gz"
+S="${WORKDIR}/${PN}-tags-${PV}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="x11-libs/libXdamage
x11-libs/libXcomposite
@@ -20,8 +20,6 @@ DEPEND="x11-libs/libXdamage
x11-libs/libXrender"
RDEPEND=${DEPEND}
-S="${WORKDIR}/x11-tools-set_opacity"
-
src_compile() {
emake CC="$(tc-getCC)"
}
diff --git a/x11-misc/set_opacity/set_opacity-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild
deleted file mode 100644
index d08b2ad84659..000000000000
--- a/x11-misc/set_opacity/set_opacity-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 toolchain-funcs
-
-EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git"
-
-DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
-HOMEPAGE="https://github.com/XVilka/set_opacity"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="x11-libs/libXdamage
- x11-libs/libXcomposite
- x11-libs/libXfixes
- x11-libs/libXrender"
-RDEPEND=${DEPEND}
-
-KEYWORDS=""
-
-src_compile() {
- emake CC="$(tc-getCC)"
-}
-
-src_install() {
- dobin set_opacity
-}