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 0496A139695 for ; Mon, 17 Jul 2017 12:56:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F4E4E0D09; Mon, 17 Jul 2017 12:56:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6ACFEE0D09 for ; Mon, 17 Jul 2017 12:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3CCDD341A37 for ; Mon, 17 Jul 2017 12:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6F0E74BB for ; Mon, 17 Jul 2017 12:56:52 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1500296205.1d2f7456adcff2113b85dc9bad0b41af2e3c2a7d.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbless/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/fbless/Manifest app-text/fbless/fbless-0.2.2-r1.ebuild app-text/fbless/fbless-9999.ebuild X-VCS-Directories: app-text/fbless/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 1d2f7456adcff2113b85dc9bad0b41af2e3c2a7d X-VCS-Branch: master Date: Mon, 17 Jul 2017 12:56:52 +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-Archives-Salt: 059dbf3d-f4c0-4bc6-9add-4cc422fa9700 X-Archives-Hash: 13b54ca83c4eadb93d6fa3b53ee77509 commit: 1d2f7456adcff2113b85dc9bad0b41af2e3c2a7d Author: Sergey Popov gentoo org> AuthorDate: Mon Jul 17 12:55:54 2017 +0000 Commit: Sergey Popov gentoo org> CommitDate: Mon Jul 17 12:56:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2f7456 app-text/fbless: drop obsolete ebuilds Live version is dropped, because upstream deleted repo and no replacement was provided Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-text/fbless/Manifest | 1 - app-text/fbless/fbless-0.2.2-r1.ebuild | 16 ---------------- app-text/fbless/fbless-9999.ebuild | 16 ---------------- 3 files changed, 33 deletions(-) diff --git a/app-text/fbless/Manifest b/app-text/fbless/Manifest index f6a7d9ac99d..d1adfcac8ec 100644 --- a/app-text/fbless/Manifest +++ b/app-text/fbless/Manifest @@ -1,2 +1 @@ -DIST fbless-0.2.2.tar.gz 101438 SHA256 0b5e98293e311df52220b5bb2ab74f3fda9e6776e84d963cb18bc6e622e1793b SHA512 93c20d7d2a53790319443c4cb5383ca4b7dbe1c31755ab0bcce748f02a7786ce728629164120aecd1b8cfb36cb082a28d119c882656d54649bbfdfaa0a4e4959 WHIRLPOOL 6c6c7ee572a9bac0d0301e41c336e13f1ef1403591995235aa955254b1f6d08ef2ca5952367e1fb80cf50f3b8caff15b8a49b73e3cec3f6a6885b324498b0790 DIST fbless-0.2.3.tar.gz 115622 SHA256 68ae914d141da913ed6ff1805a1739346c33756b64a9407c14e95e278452c362 SHA512 b5188b0b4c0654915487a49930987c02a3e9bc3ba47a830f744362b464235a502fb28e20bb8c91cea15a5bdbeea54775697bf57ca581f5ebbadb84134dfdbafd WHIRLPOOL 7cb37452dd320689a33edb3e59a97cf8936dfb1578f6ee60c11da579b1f054767f2335969eb5e6eb3b84e243e41c681f02aaf43b8e750bdefab85427d4b19b1d diff --git a/app-text/fbless/fbless-0.2.2-r1.ebuild b/app-text/fbless/fbless-0.2.2-r1.ebuild deleted file mode 100644 index 0d00670f466..00000000000 --- a/app-text/fbless/fbless-0.2.2-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ncurses,xml" -inherit distutils-r1 - -DESCRIPTION="Python-based console fb2 reader with less-like interface" -HOMEPAGE="https://github.com/matimatik/fbless" -SRC_URI="mirror://github/matimatik/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/app-text/fbless/fbless-9999.ebuild b/app-text/fbless/fbless-9999.ebuild deleted file mode 100644 index bdf9d5b706f..00000000000 --- a/app-text/fbless/fbless-9999.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="git://github.com/matimatik/fbless.git" -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="ncurses,xml" -inherit distutils-r1 git-r3 - -DESCRIPTION="Python-based console fb2 reader with less-like interface" -HOMEPAGE="https://github.com/matimatik/fbless" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS=""