summaryrefslogtreecommitdiff
path: root/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild')
-rw-r--r--x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
deleted file mode 100644
index 6e9c01b1a6e1..000000000000
--- a/x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib
-
-if [[ ${PV} == 9999* ]]; then
- EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git"
- inherit git-r3
-else
- KEYWORDS="amd64 x86"
- SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="Perl extension for rxvt-unicode to change the font size on the fly"
-HOMEPAGE="https://github.com/majutsushi/urxvt-font-size/"
-
-LICENSE="MIT"
-SLOT="0"
-
-RDEPEND="
- x11-apps/xlsfonts
- x11-terms/rxvt-unicode[perl]
-"
-
-src_install() {
- insinto /usr/$(get_libdir)/urxvt/perl
- doins font-size
- dodoc README.markdown
-}