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 DEB9D138AE9 for ; Tue, 26 Dec 2017 15:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 537B6E0CCD; Tue, 26 Dec 2017 15:17:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E5217E0CCD for ; Tue, 26 Dec 2017 15:17:15 +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 BFBFC33FE60 for ; Tue, 26 Dec 2017 15:17:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B3FFAE93 for ; Tue, 26 Dec 2017 15:17:13 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1514301428.00bcf1c7143d6b7e59d1b61ea19a9f3d52f549ec.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/nfbtrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild app-accessibility/nfbtrans/nfbtrans-7.74.ebuild X-VCS-Directories: app-accessibility/nfbtrans/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 00bcf1c7143d6b7e59d1b61ea19a9f3d52f549ec X-VCS-Branch: master Date: Tue, 26 Dec 2017 15:17:13 +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: ba0615da-cff0-41eb-b1ea-b7783093db7d X-Archives-Hash: c9a958ea5adae59653a9a7f211d28018 commit: 00bcf1c7143d6b7e59d1b61ea19a9f3d52f549ec Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 26 15:17:08 2017 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 26 15:17:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00bcf1c7 app-accessibility/nfbtrans: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild | 41 ---------------------- app-accessibility/nfbtrans/nfbtrans-7.74.ebuild | 38 -------------------- 2 files changed, 79 deletions(-) diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild deleted file mode 100644 index 6b5b3fe9191..00000000000 --- a/app-accessibility/nfbtrans/nfbtrans-7.74-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="3" - -inherit eutils - -DESCRIPTION="braille translator from the National Federation of the Blind" -HOMEPAGE="http://www.nfb.org/nfbtrans" -SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND=" >=app-arch/unzip-5.50-r2" -RDEPEND="" - -S=${WORKDIR} - -src_prepare() { - mv MAKEFILE Makefile - mv SPANISH.ZIP spanish.zip - make lowercase || die - epatch "${FILESDIR}"/${P}-gentoo-fix.patch - epatch "${FILESDIR}"/${P}-getline-fix.patch -} - -src_compile() { - make CC=$(tc-getCC) \ - LIBS= \ - CFLAGS="${CFLAGS} -DLINUX" LDFLAGS="${LDFLAGS}" all || die -} - -src_install() { - dobin nfbtrans || die - dodoc *fmt readme.txt makedoc - insinto /etc/nfbtrans - doins *cnf *tab *dic spell.dat *zip -} diff --git a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild b/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild deleted file mode 100644 index 384f8bbb294..00000000000 --- a/app-accessibility/nfbtrans/nfbtrans-7.74.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="braille translator from the National Federation of the Blind" -HOMEPAGE="http://www.nfb.org/nfbtrans" -SRC_URI="http://www.nfb.org/Images/nfb/Products_Technology/nfbtr774.zip" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND=" >=app-arch/unzip-5.50-r2" -RDEPEND="" - -S=${WORKDIR} - -src_unpack() { - unpack ${A} - mv MAKEFILE Makefile - mv SPANISH.ZIP spanish.zip - make lowercase || die - epatch "${FILESDIR}"/${P}-gentoo-fix.patch - epatch "${FILESDIR}"/${P}-getline-fix.patch -} - -src_compile() { - make CC=$(tc-getCC) LIBS= CFLAGS="${CFLAGS} -DLINUX" all || die -} - -src_install() { - dobin nfbtrans || die - dodoc *fmt readme.txt makedoc - insinto /etc/nfbtrans - doins *cnf *tab *dic spell.dat *zip -}