From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 832DB138334 for ; Mon, 18 Nov 2019 06:21:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 690EAE08AC; Mon, 18 Nov 2019 06:21:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19EF6E08AC for ; Mon, 18 Nov 2019 06:21:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2859F34CF56 for ; Mon, 18 Nov 2019 06:21:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DCCD26C for ; Mon, 18 Nov 2019 06:21:12 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1574057956.e68a88d7de9e7dacc20d9c00adb7fa07b758f3ef.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/urxvt-font-size/Manifest x11-misc/urxvt-font-size/urxvt-font-size-1.1.ebuild X-VCS-Directories: x11-misc/urxvt-font-size/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e68a88d7de9e7dacc20d9c00adb7fa07b758f3ef X-VCS-Branch: master Date: Mon, 18 Nov 2019 06:21:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab569700-2979-4e0f-830f-1865c64583dd X-Archives-Hash: c8b91d379a5d868ea0ef19f206cd36ef commit: e68a88d7de9e7dacc20d9c00adb7fa07b758f3ef Author: Tim Harder gentoo org> AuthorDate: Mon Nov 18 06:11:30 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Nov 18 06:19:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68a88d7 x11-misc/urxvt-font-size: remove old Signed-off-by: Tim Harder gentoo.org> x11-misc/urxvt-font-size/Manifest | 1 - .../urxvt-font-size/urxvt-font-size-1.1.ebuild | 30 ---------------------- 2 files changed, 31 deletions(-) diff --git a/x11-misc/urxvt-font-size/Manifest b/x11-misc/urxvt-font-size/Manifest index 353040382ba..f8f71d3ce59 100644 --- a/x11-misc/urxvt-font-size/Manifest +++ b/x11-misc/urxvt-font-size/Manifest @@ -1,2 +1 @@ -DIST urxvt-font-size-1.1.tar.gz 5490 BLAKE2B 5e9388c25a143a41d84511a03c8821058568d2032cfd4f3f9929d66d47273be0d091ec8787485cf2eb02a9a2f4a00160d745b72cf9c2c8c552c2308dd9cc8260 SHA512 923cf79dc11cdfd53bf7f0a5bc909cc80916f9e956f1aadc2cfa609d1c9c33211c0b023f5dca4c56a12acf7d3c70d7229e5a78783d20965964511b5f6ad01b1d DIST urxvt-font-size-1.3.tar.gz 6276 BLAKE2B 55d0585d8bd817bb39a0d4336f4627592ae7805c03484a273d4151bd81454fd740ac675649d6ed7643cb78de5d911f2aa3471426ffec8770673096a13999b810 SHA512 546c3cdc1290bac934b36acf74c6148c43385d2cfdd3141afe5a8fe369477cc219d1db5c9d98a53678de4d297fd541d49ebbd702f80f91dd41a11aeab02270e7 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 6e9c01b1a6e..00000000000 --- 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 -}