* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2019-08-01 6:37 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2019-08-01 6:37 UTC (permalink / raw
To: gentoo-commits
commit: 722b68d3c064ac40f0df8e79be06e3d04749c7e8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 1 06:35:36 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 06:36:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722b68d3
x11-misc/urxvt-tabbedex: add new package
- An extended version of rxvt-unicode's tabbed perl extension with
many new features
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 +
x11-misc/urxvt-tabbedex/metadata.xml | 8 ++++++
.../urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 30 ++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
new file mode 100644
index 00000000000..cc6615b92a1
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -0,0 +1 @@
+DIST urxvt-tabbedex-19.21.tar.gz 32208 BLAKE2B 6951472a21988a4673ef7716c945de6b256ab45c152e9b58729df45a868efb37ec8a82bd564dc9f1c5ab349e4b7c869dd8f2044f54528071953c69fb47f78977 SHA512 8ffb97e80b023d84ec0ba8c49001f3e05cd9dee4b64a1ef87fb44a41a27e609ad73ecf4f21af6335fff2ce750297603facd5e403a2bfdf38b13908cdc66abe33
diff --git a/x11-misc/urxvt-tabbedex/metadata.xml b/x11-misc/urxvt-tabbedex/metadata.xml
new file mode 100644
index 00000000000..6b0a0fb3a72
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>juippis@gentoo.org</email>
+ <name>Joonas Niilola</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
new file mode 100644
index 00000000000..c2f95aaa679
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
+HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
+
+MY_PN=${PN/urxvt-/}
+SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
+
+DOCS=( AUTHORS README.md command-runner.sample )
+
+src_compile() { :; }
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/$(get_libdir)/urxvt/perl/
+ doins ${MY_PN}
+
+ insinto /usr/$(get_libdir)/urxvt/
+ newins pgid-cd.pl tabbedex-pgid-cd
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2019-09-21 6:26 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2019-09-21 6:26 UTC (permalink / raw
To: gentoo-commits
commit: 824f9b717d33f497ea5e351a6f9ff485e33c0a85
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 06:24:34 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 06:26:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824f9b71
x11-misc/urxvt-tabbedex: stable on amd64
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
index c2f95aaa679..f439ed046a2 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2019-09-21 6:26 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2019-09-21 6:26 UTC (permalink / raw
To: gentoo-commits
commit: ac4e46e9a2125c30566d214b84e8e084c4ddfd58
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 06:24:58 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 06:26:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4e46e9
x11-misc/urxvt-tabbedex: stable on x86
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
index f439ed046a2..f9845c7725d 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-02-27 9:36 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-02-27 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 2f4892c882846d6c3f5df569ad2aee5b3b9cb073
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 08:42:54 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 09:35:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4892c8
x11-misc/urxvt-tabbedex: bump to 20.09
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 +
.../urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index cc6615b92a1..bf9cdd2b95d 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1 +1,2 @@
DIST urxvt-tabbedex-19.21.tar.gz 32208 BLAKE2B 6951472a21988a4673ef7716c945de6b256ab45c152e9b58729df45a868efb37ec8a82bd564dc9f1c5ab349e4b7c869dd8f2044f54528071953c69fb47f78977 SHA512 8ffb97e80b023d84ec0ba8c49001f3e05cd9dee4b64a1ef87fb44a41a27e609ad73ecf4f21af6335fff2ce750297603facd5e403a2bfdf38b13908cdc66abe33
+DIST urxvt-tabbedex-20.09.tar.gz 32254 BLAKE2B 7c2bc4d17ad91415210c039adcb01edbafe539e24d82000314124c518d76af97487c1929c168dbce40b4931822aed6224e309e82a855fbc07adf44a0639b538a SHA512 166fa965236d3f60d17d1ad914b3648895237003704219294b0ce72631e6e0431c61a3c320823f227ee58a07f968a1b7d9c479bc58c6246df2f7059e1f04613f
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
new file mode 100644
index 00000000000..492c7a2a0ee
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
+HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
+
+MY_PN=${PN/urxvt-/}
+SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
+
+DOCS=( AUTHORS README.md command-runner.sample )
+
+src_compile() { :; }
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/$(get_libdir)/urxvt/perl/
+ doins ${MY_PN}
+
+ insinto /usr/$(get_libdir)/urxvt/
+ newins pgid-cd.pl tabbedex-pgid-cd
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-03-28 15:28 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-03-28 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 418ea11abe23f7fdc57b30249f0e409d0e14468a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 15:22:37 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 15:27:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418ea11a
x11-misc/urxvt-tabbedex: stabilize 20.09 on amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
index cdf510bebea..28cd53709f7 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-03-28 15:28 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-03-28 15:28 UTC (permalink / raw
To: gentoo-commits
commit: e65a61e99a63c578e52cb5e99c9ad76151f9ca89
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 14:45:04 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 15:27:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65a61e9
x11-misc/urxvt-tabbedex: add ALLARCHES
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/x11-misc/urxvt-tabbedex/metadata.xml b/x11-misc/urxvt-tabbedex/metadata.xml
index 6b0a0fb3a72..0bd14750c66 100644
--- a/x11-misc/urxvt-tabbedex/metadata.xml
+++ b/x11-misc/urxvt-tabbedex/metadata.xml
@@ -5,4 +5,5 @@
<email>juippis@gentoo.org</email>
<name>Joonas Niilola</name>
</maintainer>
+ <stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-03-28 15:28 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-03-28 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 4ec5f6342b90ebf36bde6d63bd91a57763e980d3
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 14:44:34 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 15:27:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec5f634
x11-misc/urxvt-tabbedex: stabilize 20.09 on x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
index 492c7a2a0ee..cdf510bebea 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-03-28 15:28 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-03-28 15:28 UTC (permalink / raw
To: gentoo-commits
commit: 79e8fa6c381f36d80ba9a22a0c29bbe3171eecd7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 15:22:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 15:27:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e8fa6c
x11-misc/urxvt-tabbedex: remove old 19.21
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 -
.../urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index bf9cdd2b95d..30c792166d9 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1,2 +1 @@
-DIST urxvt-tabbedex-19.21.tar.gz 32208 BLAKE2B 6951472a21988a4673ef7716c945de6b256ab45c152e9b58729df45a868efb37ec8a82bd564dc9f1c5ab349e4b7c869dd8f2044f54528071953c69fb47f78977 SHA512 8ffb97e80b023d84ec0ba8c49001f3e05cd9dee4b64a1ef87fb44a41a27e609ad73ecf4f21af6335fff2ce750297603facd5e403a2bfdf38b13908cdc66abe33
DIST urxvt-tabbedex-20.09.tar.gz 32254 BLAKE2B 7c2bc4d17ad91415210c039adcb01edbafe539e24d82000314124c518d76af97487c1929c168dbce40b4931822aed6224e309e82a855fbc07adf44a0639b538a SHA512 166fa965236d3f60d17d1ad914b3648895237003704219294b0ce72631e6e0431c61a3c320823f227ee58a07f968a1b7d9c479bc58c6246df2f7059e1f04613f
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
deleted file mode 100644
index f9845c7725d..00000000000
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
-HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
-
-MY_PN=${PN/urxvt-/}
-SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
-
-DOCS=( AUTHORS README.md command-runner.sample )
-
-src_compile() { :; }
-
-src_install() {
- einstalldocs
-
- insinto /usr/$(get_libdir)/urxvt/perl/
- doins ${MY_PN}
-
- insinto /usr/$(get_libdir)/urxvt/
- newins pgid-cd.pl tabbedex-pgid-cd
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2020-12-05 7:15 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2020-12-05 7:15 UTC (permalink / raw
To: gentoo-commits
commit: 8b737015665cc8915ed1f3d366981213faf01cc4
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 5 07:14:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Dec 5 07:15:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b737015
x11-misc/urxvt-tabbedex: bump to 20.49
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 +
.../urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index 30c792166d9..8d6490ef681 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1 +1,2 @@
DIST urxvt-tabbedex-20.09.tar.gz 32254 BLAKE2B 7c2bc4d17ad91415210c039adcb01edbafe539e24d82000314124c518d76af97487c1929c168dbce40b4931822aed6224e309e82a855fbc07adf44a0639b538a SHA512 166fa965236d3f60d17d1ad914b3648895237003704219294b0ce72631e6e0431c61a3c320823f227ee58a07f968a1b7d9c479bc58c6246df2f7059e1f04613f
+DIST urxvt-tabbedex-20.49.tar.gz 33239 BLAKE2B fd5e3619c7b639cbf65364895389145dc7b5d819808a4d40d99732f2d1154ac4418f0a9324b4e8f001ca6786c959886e58df2b8f81e3b9a723b948708c869a40 SHA512 27e508f388e5725866465fe3c3e6ff052eabd14e9a72c22788c61ebed2a9db69517f676071d648a693ba5b9a438ac14d5b9a9ea1208a044001255c2d2562fc48
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
new file mode 100644
index 00000000000..81d3bcdede9
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
+HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
+
+MY_PN=${PN/urxvt-/}
+SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-terms/rxvt-unicode[perl]"
+
+DOCS=( AUTHORS README.md command-runner.sample )
+
+src_compile() { :; }
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/$(get_libdir)/urxvt/perl/
+ doins ${MY_PN}
+
+ insinto /usr/$(get_libdir)/urxvt/
+ newins pgid-cd.pl tabbedex-pgid-cd
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2021-01-04 5:18 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2021-01-04 5:18 UTC (permalink / raw
To: gentoo-commits
commit: d19ff71409bbd0c71734043cf61c6102fc084e7d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 04:59:05 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 05:18:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19ff714
x11-misc/urxvt-tabbedex: stabilize 20.49 on x86
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
index 81d3bcdede9..1208cc89365 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="x11-terms/rxvt-unicode[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2021-01-04 5:18 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2021-01-04 5:18 UTC (permalink / raw
To: gentoo-commits
commit: 9f3723e37ee74681d2714e8b3b923c6d19f02069
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 05:00:44 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 05:18:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f3723e3
x11-misc/urxvt-tabbedex: stabilize 20.49 on amd64
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
index 1208cc89365..bf69aac9a9e 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
RDEPEND="x11-terms/rxvt-unicode[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2021-01-05 7:41 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2021-01-05 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 57d8f6a8f381fa7f59d4894847e56478ebd8d1dc
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 5 07:41:21 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 5 07:41:21 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d8f6a8
x11-misc/urxvt-tabbedex: clean old 20.09
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 -
.../urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index 8d6490ef681..f06400a9f49 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1,2 +1 @@
-DIST urxvt-tabbedex-20.09.tar.gz 32254 BLAKE2B 7c2bc4d17ad91415210c039adcb01edbafe539e24d82000314124c518d76af97487c1929c168dbce40b4931822aed6224e309e82a855fbc07adf44a0639b538a SHA512 166fa965236d3f60d17d1ad914b3648895237003704219294b0ce72631e6e0431c61a3c320823f227ee58a07f968a1b7d9c479bc58c6246df2f7059e1f04613f
DIST urxvt-tabbedex-20.49.tar.gz 33239 BLAKE2B fd5e3619c7b639cbf65364895389145dc7b5d819808a4d40d99732f2d1154ac4418f0a9324b4e8f001ca6786c959886e58df2b8f81e3b9a723b948708c869a40 SHA512 27e508f388e5725866465fe3c3e6ff052eabd14e9a72c22788c61ebed2a9db69517f676071d648a693ba5b9a438ac14d5b9a9ea1208a044001255c2d2562fc48
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
deleted file mode 100644
index 28cd53709f7..00000000000
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.09.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
-HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
-
-MY_PN=${PN/urxvt-/}
-SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
-
-DOCS=( AUTHORS README.md command-runner.sample )
-
-src_compile() { :; }
-
-src_install() {
- einstalldocs
-
- insinto /usr/$(get_libdir)/urxvt/perl/
- doins ${MY_PN}
-
- insinto /usr/$(get_libdir)/urxvt/
- newins pgid-cd.pl tabbedex-pgid-cd
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2021-11-27 7:37 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2021-11-27 7:37 UTC (permalink / raw
To: gentoo-commits
commit: bfa9ffa365149ac2062bb4f2117fb41daea1e5a7
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 07:37:03 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 07:37:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa9ffa3
x11-misc/urxvt-tabbedex: add 21.47
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 +
.../urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index f06400a9f490..2284fe0bf153 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1 +1,2 @@
DIST urxvt-tabbedex-20.49.tar.gz 33239 BLAKE2B fd5e3619c7b639cbf65364895389145dc7b5d819808a4d40d99732f2d1154ac4418f0a9324b4e8f001ca6786c959886e58df2b8f81e3b9a723b948708c869a40 SHA512 27e508f388e5725866465fe3c3e6ff052eabd14e9a72c22788c61ebed2a9db69517f676071d648a693ba5b9a438ac14d5b9a9ea1208a044001255c2d2562fc48
+DIST urxvt-tabbedex-21.47.tar.gz 33557 BLAKE2B c9d32cf466df00f5cc0c86b939bc8b87bab6edc6b74ada6c6576176d9becdc842b6af7a8d38a200906a4b6614788dbfd1658abb6b2eaee787426466ff9b8b330 SHA512 6459f04ad0e2524a356e0056d9bc08bfe04e3ba6c5c00f3aafa76ad1df3ddb8161c8feee56370cf3e1f4fe47c61b63635cc91f3222f5a8f1161574237c870e7d
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild
new file mode 100644
index 000000000000..b7de4a4f3d32
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
+HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
+
+MY_PN=${PN/urxvt-/}
+SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-terms/rxvt-unicode[perl]"
+
+DOCS=( AUTHORS README.md command-runner.sample )
+
+src_compile() { :; }
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/$(get_libdir)/urxvt/perl/
+ doins ${MY_PN}
+
+ insinto /usr/$(get_libdir)/urxvt/
+ newins pgid-cd.pl tabbedex-pgid-cd
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2022-01-04 7:36 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2022-01-04 7:36 UTC (permalink / raw
To: gentoo-commits
commit: f61206272cfe09658f98117e2cbbbf1fd7acff98
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 07:19:05 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 4 07:19:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6120627
x11-misc/urxvt-tabbedex: stabilize 21.47 for allarches
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild
index b7de4a4f3d32..810342261dfe 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-21.47.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="x11-terms/rxvt-unicode[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2022-01-19 16:28 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2022-01-19 16:28 UTC (permalink / raw
To: gentoo-commits
commit: e4cc77be2021c573b3c41d41a0078017b8ac94d5
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 19 12:56:08 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan 19 16:28:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4cc77be
x11-misc/urxvt-tabbedex: drop 20.49
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 -
.../urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild | 30 ----------------------
2 files changed, 31 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index 2284fe0bf153..fd4248f5343b 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1,2 +1 @@
-DIST urxvt-tabbedex-20.49.tar.gz 33239 BLAKE2B fd5e3619c7b639cbf65364895389145dc7b5d819808a4d40d99732f2d1154ac4418f0a9324b4e8f001ca6786c959886e58df2b8f81e3b9a723b948708c869a40 SHA512 27e508f388e5725866465fe3c3e6ff052eabd14e9a72c22788c61ebed2a9db69517f676071d648a693ba5b9a438ac14d5b9a9ea1208a044001255c2d2562fc48
DIST urxvt-tabbedex-21.47.tar.gz 33557 BLAKE2B c9d32cf466df00f5cc0c86b939bc8b87bab6edc6b74ada6c6576176d9becdc842b6af7a8d38a200906a4b6614788dbfd1658abb6b2eaee787426466ff9b8b330 SHA512 6459f04ad0e2524a356e0056d9bc08bfe04e3ba6c5c00f3aafa76ad1df3ddb8161c8feee56370cf3e1f4fe47c61b63635cc91f3222f5a8f1161574237c870e7d
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
deleted file mode 100644
index bf69aac9a9ec..000000000000
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-20.49.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
-HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
-
-MY_PN=${PN/urxvt-/}
-SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="x11-terms/rxvt-unicode[perl]"
-
-DOCS=( AUTHORS README.md command-runner.sample )
-
-src_compile() { :; }
-
-src_install() {
- einstalldocs
-
- insinto /usr/$(get_libdir)/urxvt/perl/
- doins ${MY_PN}
-
- insinto /usr/$(get_libdir)/urxvt/
- newins pgid-cd.pl tabbedex-pgid-cd
-}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2022-08-14 6:17 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2022-08-14 6:17 UTC (permalink / raw
To: gentoo-commits
commit: d47c5ed8b46e689664b00920ebca8121ec3b6883
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 06:15:55 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 06:15:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47c5ed8
x11-misc/urxvt-tabbedex: drop myself as a maintainer
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-misc/urxvt-tabbedex/metadata.xml b/x11-misc/urxvt-tabbedex/metadata.xml
index 42361307323b..70c16c0f82d3 100644
--- a/x11-misc/urxvt-tabbedex/metadata.xml
+++ b/x11-misc/urxvt-tabbedex/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>juippis@gentoo.org</email>
- <name>Joonas Niilola</name>
- </maintainer>
+ <!-- maintainer-needed -->
<stabilize-allarches/>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2022-08-14 6:17 Joonas Niilola
0 siblings, 0 replies; 18+ messages in thread
From: Joonas Niilola @ 2022-08-14 6:17 UTC (permalink / raw
To: gentoo-commits
commit: 49f6d71bfbd34208b1466c0087b7ac07dce98b78
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 06:12:19 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 06:12:19 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f6d71b
x11-misc/urxvt-tabbedex: add 22.32
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-tabbedex/Manifest | 1 +
.../urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild | 30 ++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
index fd4248f5343b..c0e7fd8f9908 100644
--- a/x11-misc/urxvt-tabbedex/Manifest
+++ b/x11-misc/urxvt-tabbedex/Manifest
@@ -1 +1,2 @@
DIST urxvt-tabbedex-21.47.tar.gz 33557 BLAKE2B c9d32cf466df00f5cc0c86b939bc8b87bab6edc6b74ada6c6576176d9becdc842b6af7a8d38a200906a4b6614788dbfd1658abb6b2eaee787426466ff9b8b330 SHA512 6459f04ad0e2524a356e0056d9bc08bfe04e3ba6c5c00f3aafa76ad1df3ddb8161c8feee56370cf3e1f4fe47c61b63635cc91f3222f5a8f1161574237c870e7d
+DIST urxvt-tabbedex-22.32.tar.gz 34582 BLAKE2B 58b133f8bc950caacd47a7ec2286a8e2f1b1086d074c21be8204a137d618454c4821da054df0bddfae82128464f5c32a6ffb417f24a91879a1aa2645e1e54034 SHA512 5322c05c5d1fc37d213eac8673d8af5b2f3c6bd378d91097fcd2099e59bf61b2a78697fdee8e394bc3943c7c0d5c6fafbe5efd240da8ef1507681031293711d2
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild
new file mode 100644
index 000000000000..7d280b9d9618
--- /dev/null
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
+HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
+
+MY_PN=${PN/urxvt-/}
+SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="x11-terms/rxvt-unicode[perl]"
+
+DOCS=( AUTHORS README.md command-runner.sample )
+
+src_compile() { :; }
+
+src_install() {
+ einstalldocs
+
+ insinto /usr/$(get_libdir)/urxvt/perl/
+ doins ${MY_PN}
+
+ insinto /usr/$(get_libdir)/urxvt/
+ newins pgid-cd.pl tabbedex-pgid-cd
+}
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
@ 2022-12-18 12:47 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2022-12-18 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 12fb4c9eff50c02da195858bd93f700c8a506d16
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:47:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:47:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fb4c9e
x11-misc/urxvt-tabbedex: Stabilize 22.32 ALLARCHES, #886815
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild
index 7d280b9d9618..810342261dfe 100644
--- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild
+++ b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-22.32.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="x11-terms/rxvt-unicode[perl]"
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2022-12-18 12:47 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-04 5:18 [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2022-12-18 12:47 Sam James
2022-08-14 6:17 Joonas Niilola
2022-08-14 6:17 Joonas Niilola
2022-01-19 16:28 Joonas Niilola
2022-01-04 7:36 Joonas Niilola
2021-11-27 7:37 Joonas Niilola
2021-01-05 7:41 Joonas Niilola
2021-01-04 5:18 Joonas Niilola
2020-12-05 7:15 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-02-27 9:36 Joonas Niilola
2019-09-21 6:26 Joonas Niilola
2019-09-21 6:26 Joonas Niilola
2019-08-01 6:37 Joonas Niilola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox