Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-tabbedex/
Date: Sat, 28 Mar 2020 15:28:09
Message-Id: 1585409274.79e8fa6c381f36d80ba9a22a0c29bbe3171eecd7.juippis@gentoo
1 commit: 79e8fa6c381f36d80ba9a22a0c29bbe3171eecd7
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 15:22:55 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 15:27:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e8fa6c
7
8 x11-misc/urxvt-tabbedex: remove old 19.21
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-misc/urxvt-tabbedex/Manifest | 1 -
13 .../urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/x11-misc/urxvt-tabbedex/Manifest b/x11-misc/urxvt-tabbedex/Manifest
17 index bf9cdd2b95d..30c792166d9 100644
18 --- a/x11-misc/urxvt-tabbedex/Manifest
19 +++ b/x11-misc/urxvt-tabbedex/Manifest
20 @@ -1,2 +1 @@
21 -DIST urxvt-tabbedex-19.21.tar.gz 32208 BLAKE2B 6951472a21988a4673ef7716c945de6b256ab45c152e9b58729df45a868efb37ec8a82bd564dc9f1c5ab349e4b7c869dd8f2044f54528071953c69fb47f78977 SHA512 8ffb97e80b023d84ec0ba8c49001f3e05cd9dee4b64a1ef87fb44a41a27e609ad73ecf4f21af6335fff2ce750297603facd5e403a2bfdf38b13908cdc66abe33
22 DIST urxvt-tabbedex-20.09.tar.gz 32254 BLAKE2B 7c2bc4d17ad91415210c039adcb01edbafe539e24d82000314124c518d76af97487c1929c168dbce40b4931822aed6224e309e82a855fbc07adf44a0639b538a SHA512 166fa965236d3f60d17d1ad914b3648895237003704219294b0ce72631e6e0431c61a3c320823f227ee58a07f968a1b7d9c479bc58c6246df2f7059e1f04613f
23
24 diff --git a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild b/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
25 deleted file mode 100644
26 index f9845c7725d..00000000000
27 --- a/x11-misc/urxvt-tabbedex/urxvt-tabbedex-19.21.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -DESCRIPTION="An extended version of rxvt-unicode's tabbed perl extension"
36 -HOMEPAGE="https://github.com/mina86/urxvt-tabbedex"
37 -
38 -MY_PN=${PN/urxvt-/}
39 -SRC_URI="https://github.com/mina86/urxvt-tabbedex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -RDEPEND=">=x11-terms/rxvt-unicode-9.21[perl]"
46 -
47 -DOCS=( AUTHORS README.md command-runner.sample )
48 -
49 -src_compile() { :; }
50 -
51 -src_install() {
52 - einstalldocs
53 -
54 - insinto /usr/$(get_libdir)/urxvt/perl/
55 - doins ${MY_PN}
56 -
57 - insinto /usr/$(get_libdir)/urxvt/
58 - newins pgid-cd.pl tabbedex-pgid-cd
59 -}