public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2016-02-24 17:51 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2016-02-24 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     d629ca77c31630459e1203c1f2d1f7523a701a52
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 17:47:58 2016 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 17:51:27 2016 +0000
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-9999.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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>pinkbyte@gentoo.org</email>
-    <name>Sergey Popov</name>
-  </maintainer>
+	<maintainer type="person">
+		<email>pinkbyte@gentoo.org</email>
+		<name>Sergey Popov</name>
+	</maintainer>
+	<upstream>
+		<maintainer type="person">
+			<email>anton.kochkov@gmail.com</email>
+			<name>Anton Kochkov</name>
+		</maintainer>
+		<remote-id type="github">XVilka/set_opacity</remote-id>
+	</upstream>
 </pkgmetadata>

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-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild
index 6633e15..3626e68 100644
--- a/x11-misc/set_opacity/set_opacity-9999.ebuild
+++ b/x11-misc/set_opacity/set_opacity-9999.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"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2016-03-18 19:11 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2016-03-18 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3ceba61237396fa53da17cbcfbd9b809ba0976cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 19:04:22 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 19:10:41 2016 +0000
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 @@
 		<name>Sergey Popov</name>
 	</maintainer>
 	<upstream>
-		<maintainer type="person">
+		<maintainer>
 			<email>anton.kochkov@gmail.com</email>
 			<name>Anton Kochkov</name>
 		</maintainer>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2019-11-18  2:18 Aaron Bauman
  0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-11-18  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c37a61d98e601a96c05310d80e60a26a5135b3e5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 18 02:17:44 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Nov 18 02:17:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a61d9

x11-misc/set_opacity: bump EAPI and stuff

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 x11-misc/set_opacity/set_opacity-1.0.ebuild  | 4 ++--
 x11-misc/set_opacity/set_opacity-9999.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-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild
index 5d3a926a7b1..d08b2ad8465 100644
--- a/x11-misc/set_opacity/set_opacity-9999.ebuild
+++ b/x11-misc/set_opacity/set_opacity-9999.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=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2023-02-14 11:19 Sergey Popov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov @ 2023-02-14 11:19 UTC (permalink / raw
  To: gentoo-commits

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

x11-misc/set_opacity: remove myself from maintainers

Signed-off-by: Sergey Popov <pinkbyte <AT> 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!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>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2024-05-24 23:35 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-05-24 23:35 UTC (permalink / raw
  To: gentoo-commits

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

x11-misc/set_opacity: remove live ebuild

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

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

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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2024-05-24 23:35 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-05-24 23:35 UTC (permalink / raw
  To: gentoo-commits

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

x11-misc/set_opacity: remove old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/36719
Signed-off-by: Conrad Kostecki <conikost <AT> 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..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
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
@ 2024-05-24 23:35 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-05-24 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eecf0ea7348d01ed26848240c72fb918bfa02a97
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri May 17 14:07:38 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri May 24 23:35:13 2024 +0000
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 <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> 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 000000000000..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
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-24 23:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24 23:35 [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24 23:35 Conrad Kostecki
2024-05-24 23:35 Conrad Kostecki
2023-02-14 11:19 Sergey Popov
2019-11-18  2:18 Aaron Bauman
2016-03-18 19:11 Michał Górny
2016-02-24 17:51 Sergey Popov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox