From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-perls/
Date: Wed, 25 Mar 2020 19:35:06 +0000 (UTC) [thread overview]
Message-ID: <1585164892.c1593e29c658ae71e5afe8ce65ed26e7479059f8.juippis@gentoo> (raw)
commit: c1593e29c658ae71e5afe8ce65ed26e7479059f8
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 19:34:11 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 19:34:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1593e29
x11-misc/urxvt-perls: introduce 'deprecated' USE
- to install deprecated scripts declared by upstream, put them
behind USE flag because they might break some user configuration,
- suggested by neeshy.
Closes: https://github.com/gentoo/gentoo/pull/15076
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/urxvt-perls/metadata.xml | 3 +++
x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/x11-misc/urxvt-perls/metadata.xml b/x11-misc/urxvt-perls/metadata.xml
index 67c8b7560e0..d787dd46015 100644
--- a/x11-misc/urxvt-perls/metadata.xml
+++ b/x11-misc/urxvt-perls/metadata.xml
@@ -5,6 +5,9 @@
<email>juippis@gentoo.org</email>
<name>Joonas Niilola</name>
</maintainer>
+ <use>
+ <flag name="deprecated">Install scripts which have been marked as deprecated by upstream</flag>
+ </use>
<upstream>
<remote-id type="github">muennich/urxvt-perls</remote-id>
</upstream>
diff --git a/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild b/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild
new file mode 100644
index 00000000000..76baa0b0d90
--- /dev/null
+++ b/x11-misc/urxvt-perls/urxvt-perls-2.3-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Perl extensions for rxvt-unicode"
+HOMEPAGE="https://github.com/muennich/urxvt-perls"
+SRC_URI="https://github.com/muennich/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="deprecated"
+
+RDEPEND="x11-misc/xsel
+ x11-terms/rxvt-unicode[perl]"
+
+src_install() {
+ insinto /usr/$(get_libdir)/urxvt/perl
+ doins keyboard-select
+
+ use deprecated && doins deprecated/{clipboard,url-select}
+
+ einstalldocs
+}
next reply other threads:[~2020-03-25 19:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-25 19:35 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-06-04 16:19 [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-perls/ Arthur Zamarin
2022-08-14 6:17 Joonas Niilola
2020-04-26 8:40 Joonas Niilola
2020-04-26 7:08 Joonas Niilola
2020-04-26 7:08 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-12-30 11:54 Joonas Niilola
2019-11-18 6:27 Joonas Niilola
2019-11-18 6:21 Tim Harder
2019-11-18 6:21 Tim Harder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1585164892.c1593e29c658ae71e5afe8ce65ed26e7479059f8.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox