commit: be1e39f2334589b0d7c7feaa482b1d76412914b3 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Sun Apr 26 07:09:43 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Apr 26 08:39:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1e39f2
x11-misc/urxvt-perls: remove old 2.3 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild b/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild deleted file mode 100644 index b35147bce41..00000000000 --- a/x11-misc/urxvt-perls/urxvt-perls-2.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 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" - -RDEPEND="x11-misc/xsel - x11-terms/rxvt-unicode[perl]" - -src_install() { - insinto /usr/$(get_libdir)/urxvt/perl - doins keyboard-select - dodoc README.md -}
