[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2024-05-24 Thread Conrad Kostecki
commit: 9a2fb4952e3d4172c967d19af6b145617958b222
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri May 17 14:07:01 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri May 24 23:35:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2fb495

x11-misc/set_opacity: remove live ebuild

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/set_opacity/set_opacity-.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/x11-misc/set_opacity/set_opacity-.ebuild 
b/x11-misc/set_opacity/set_opacity-.ebuild
deleted file mode 100644
index d08b2ad84659..
--- a/x11-misc/set_opacity/set_opacity-.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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2024-05-24 Thread Conrad Kostecki
commit: eecf0ea7348d01ed26848240c72fb918bfa02a97
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri May 17 14:07:38 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri May 24 23:35:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eecf0ea7

x11-misc/set_opacity: EAPI8 bump, fix SRC_URI, LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/set_opacity/Manifest  |  1 +
 x11-misc/set_opacity/set_opacity-1.0-r1.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/set_opacity/Manifest b/x11-misc/set_opacity/Manifest
index 474657501cb1..63195346d2a5 100644
--- a/x11-misc/set_opacity/Manifest
+++ b/x11-misc/set_opacity/Manifest
@@ -1 +1,2 @@
+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-r1.ebuild 
b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild
new file mode 100644
index ..2672fb5edb2e
--- /dev/null
+++ b/x11-misc/set_opacity/set_opacity-1.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+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/tags/${PV}.tar.gz -> 
${P}-gh.tar.gz"
+S="${WORKDIR}/${PN}-tags-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="x11-libs/libXdamage
+   x11-libs/libXcomposite
+   x11-libs/libXfixes
+   x11-libs/libXrender"
+RDEPEND=${DEPEND}
+
+src_compile() {
+   emake CC="$(tc-getCC)"
+}
+
+src_install() {
+   dobin set_opacity
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2024-05-24 Thread Conrad Kostecki
commit: 2140c34fc24bb1e9884bcf744b02fe506aa3e1b6
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri May 17 14:07:59 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri May 24 23:35:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2140c34f

x11-misc/set_opacity: remove old

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36719
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/set_opacity/Manifest   |  1 -
 x11-misc/set_opacity/set_opacity-1.0.ebuild | 31 -
 2 files changed, 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2023-02-14 Thread Sergey Popov
commit: 70ae44d221961ec2cfbb04b919c2b72ea7630f74
Author: Sergey Popov  gentoo  org>
AuthorDate: Tue Feb 14 11:12:37 2023 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Tue Feb 14 11:12:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ae44d2

x11-misc/set_opacity: remove myself from maintainers

Signed-off-by: Sergey Popov  gentoo.org>

 x11-misc/set_opacity/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-misc/set_opacity/metadata.xml 
b/x11-misc/set_opacity/metadata.xml
index 4e4faa35cf5c..eb9043c9e743 100644
--- a/x11-misc/set_opacity/metadata.xml
+++ b/x11-misc/set_opacity/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pinkb...@gentoo.org
-   Sergey Popov
-   
+   


anton.koch...@gmail.com



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2019-11-17 Thread Aaron Bauman
commit: c37a61d98e601a96c05310d80e60a26a5135b3e5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Nov 18 02:17:44 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Nov 18 02:17:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a61d9

x11-misc/set_opacity: bump EAPI and stuff

Signed-off-by: Aaron Bauman  gentoo.org>

 x11-misc/set_opacity/set_opacity-1.0.ebuild  | 4 ++--
 x11-misc/set_opacity/set_opacity-.ebuild | 8 
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild 
b/x11-misc/set_opacity/set_opacity-1.0.ebuild
index 6f014ba2556..c2462bb21a7 100644
--- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
+++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit toolchain-funcs
 

diff --git a/x11-misc/set_opacity/set_opacity-.ebuild 
b/x11-misc/set_opacity/set_opacity-.ebuild
index 5d3a926a7b1..d08b2ad8465 100644
--- a/x11-misc/set_opacity/set_opacity-.ebuild
+++ b/x11-misc/set_opacity/set_opacity-.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
-
-EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git;
+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=""



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/files/

2017-02-18 Thread David Seifert
commit: 5ce5fc4c5145ebf3dd604acfbd004f59831faa67
Author: Michael Mair-Keimberger (asterix)  gmail 
 com>
AuthorDate: Sat Feb 18 15:37:18 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Feb 18 22:07:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce5fc4c

x11-misc/set_opacity: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/4017

 x11-misc/set_opacity/files/makefile.patch | 21 -
 1 file changed, 21 deletions(-)

diff --git a/x11-misc/set_opacity/files/makefile.patch 
b/x11-misc/set_opacity/files/makefile.patch
deleted file mode 100644
index bb21db68ce..00
--- a/x11-misc/set_opacity/files/makefile.patch
+++ /dev/null
@@ -1,21 +0,0 @@
 Makefile   2006-02-09 16:45:52.0 +0300
-+++ Makefile   2011-07-18 13:58:58.644703015 +0400
-@@ -1,14 +1,14 @@
- PACKAGES = xcomposite xfixes xdamage xrender
--LIBS=`pkg-config --libs ${PACKAGES}` -lm
--INCS=`pkg-config --cflags ${PACKAGES}`
-+LIBS=$(shell pkg-config --libs $(PACKAGES)) -lm
-+INCS=$(shell pkg-config --cflags $(PACKAGES))
- 
- .c.o:
--  $(CC) $(CFLAGS) $(INCS) -c $*.c
-+  $(CC) $(CFLAGS) $(INCS) -c $< -o $@
- 
- OBJS=set_opacity.o interface.o stack.o
- 
- set_opacity: $(OBJS)
--  $(CC) $(CFLAGS) -g -o $@ $(OBJS) $(LIBS)
-+  $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
- 
- $(OBJS): interface.h stack.h
- 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2016-03-19 Thread Michał Górny
commit: 3ceba61237396fa53da17cbcfbd9b809ba0976cd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 19:04:22 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 19:10:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ceba612

x11-misc/set_opacity: Remove type="" from upstream maintainer

Remove the type="" attribute from upstream maintainer entry as it is not
allowed per GLEP 46 (and GLEP 67 is out of scope).

 x11-misc/set_opacity/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/set_opacity/metadata.xml 
b/x11-misc/set_opacity/metadata.xml
index c88f3b9..a3e23a3 100644
--- a/x11-misc/set_opacity/metadata.xml
+++ b/x11-misc/set_opacity/metadata.xml
@@ -6,7 +6,7 @@
Sergey Popov


-   
+   
anton.koch...@gmail.com
Anton Kochkov




[gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/

2016-02-24 Thread Sergey Popov
commit: d629ca77c31630459e1203c1f2d1f7523a701a52
Author: Sergey Popov  gentoo  org>
AuthorDate: Wed Feb 24 17:47:58 2016 +
Commit: Sergey Popov  gentoo  org>
CommitDate: Wed Feb 24 17:51:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629ca77

x11-misc/set_opacity: adjust HOMEPAGE and live ebuild repo path, add upstream 
maintainer information

Gentoo-Bug: 544870

Package-Manager: portage-2.2.26

 x11-misc/set_opacity/metadata.xml| 15 +++
 x11-misc/set_opacity/set_opacity-1.0.ebuild  |  6 +++---
 x11-misc/set_opacity/set_opacity-.ebuild | 10 +-
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/x11-misc/set_opacity/metadata.xml 
b/x11-misc/set_opacity/metadata.xml
index 7140693..c88f3b9 100644
--- a/x11-misc/set_opacity/metadata.xml
+++ b/x11-misc/set_opacity/metadata.xml
@@ -1,8 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-pinkb...@gentoo.org
-Sergey Popov
-  
+   
+   pinkb...@gentoo.org
+   Sergey Popov
+   
+   
+   
+   anton.koch...@gmail.com
+   Anton Kochkov
+   
+   XVilka/set_opacity
+   
 

diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild 
b/x11-misc/set_opacity/set_opacity-1.0.ebuild
index 37a6cba..5cf114b 100644
--- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
+++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,8 +7,8 @@ EAPI="4"
 inherit toolchain-funcs
 
 DESCRIPTION="Tool for set real compositing for windows through window's id, 
process' pid etc."
-HOMEPAGE="https://gitorious.org/x11-tools/set_opacity;
-SRC_URI="https://gitorious.org/x11-tools/set_opacity/archive-tarball/${PV} -> 
${P}.tar.gz"
+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"

diff --git a/x11-misc/set_opacity/set_opacity-.ebuild 
b/x11-misc/set_opacity/set_opacity-.ebuild
index 6633e15..3626e68 100644
--- a/x11-misc/set_opacity/set_opacity-.ebuild
+++ b/x11-misc/set_opacity/set_opacity-.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI="6"
 
-EGIT_REPO_URI="git://gitorious.org/x11-tools/set_opacity.git"
+EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git;
 
-inherit git-2 toolchain-funcs
+inherit git-r3 toolchain-funcs
 
 DESCRIPTION="Tool for set real compositing for windows through window's id, 
process' pid etc."
-HOMEPAGE="https://gitorious.org/x11-tools/set_opacity;
+HOMEPAGE="https://github.com/XVilka/set_opacity;
 SRC_URI=""
 
 LICENSE="GPL-2"