x11-misc/urxvt-font-size: version bump to 1.3
authorTim Harder <radhermit@gentoo.org>
Thu, 19 Oct 2017 18:07:31 +0000 (14:07 -0400)
committerTim Harder <radhermit@gentoo.org>
Sat, 21 Oct 2017 04:41:34 +0000 (00:41 -0400)
x11-misc/urxvt-font-size/Manifest
x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild [new file with mode: 0644]
x11-misc/urxvt-font-size/urxvt-font-size-9999.ebuild

index d37f6fc8491891740f540dd1c04858474684f532..b210f8d135c8a1ff41c1eda7bcf8f6a284598b89 100644 (file)
@@ -1 +1,2 @@
 DIST urxvt-font-size-1.1.tar.gz 5490 SHA256 f3a4b917680f028b960741a95e6fafba4574c80c089b1e36faf5528ba1b4d54d SHA512 923cf79dc11cdfd53bf7f0a5bc909cc80916f9e956f1aadc2cfa609d1c9c33211c0b023f5dca4c56a12acf7d3c70d7229e5a78783d20965964511b5f6ad01b1d WHIRLPOOL a4c5a860fe12666f91c3136d25bce110dda85879e8512d3f70ef55570d33718b7fb27ffb313e852ef18df743347d4a0ab2536d03d95bd0c46e75895b8c8f5d43
+DIST urxvt-font-size-1.3.tar.gz 6276 SHA256 98bddf0dbad4e11231b07121c1c10b10116985f0ae6019173b10eaa23491a4af SHA512 546c3cdc1290bac934b36acf74c6148c43385d2cfdd3141afe5a8fe369477cc219d1db5c9d98a53678de4d297fd541d49ebbd702f80f91dd41a11aeab02270e7 WHIRLPOOL 157fb323359633ca9b2766e69e906bac677584b287f6b6161ac0071dc762b3b3cbd8a9ad93748067a964a05a26800906a9103a84373ca40cd70b15ccc265a734
diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
new file mode 100644 (file)
index 0000000..1c2ed2e
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+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
+}
index e09077f0cccc9cb5197f920c5ba9f78908e77930..1c2ed2ed18ec99ec2c5ddce078e938b4d1b89bf9 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 inherit multilib
 
 if [[ ${PV} == 9999* ]]; then