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 01620138239 for ; Sun, 17 Feb 2019 18:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37E1CE0848; Sun, 17 Feb 2019 17:59:59 +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 13BA9E0848 for ; Sun, 17 Feb 2019 17:59:59 +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 28287335D02 for ; Sun, 17 Feb 2019 17:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5283266 for ; Sun, 17 Feb 2019 17:59:56 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1550426389.641622b657657b3528e871d15f8547c8201a49bc.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/lv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/lv/lv-4.51-r3.ebuild X-VCS-Directories: app-text/lv/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 641622b657657b3528e871d15f8547c8201a49bc X-VCS-Branch: master Date: Sun, 17 Feb 2019 17:59:56 +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: aafc2777-a751-4b94-9d2a-f66c0aeb86c4 X-Archives-Hash: 4269ab8ba4ae64eb40322728c2946332 commit: 641622b657657b3528e871d15f8547c8201a49bc Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Feb 17 17:58:39 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Feb 17 17:59:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=641622b6 app-text/lv: drop old Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> app-text/lv/lv-4.51-r3.ebuild | 49 ------------------------------------------- 1 file changed, 49 deletions(-) diff --git a/app-text/lv/lv-4.51-r3.ebuild b/app-text/lv/lv-4.51-r3.ebuild deleted file mode 100644 index f5f4561fe2c..00000000000 --- a/app-text/lv/lv-4.51-r3.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit autotools eutils toolchain-funcs - -MY_P="${PN}${PV//./}" - -DESCRIPTION="Powerful Multilingual File Viewer" -#HOMEPAGE="http://www.ff.iij4u.or.jp/~nrt/lv/" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="mirror://gentoo/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND="!app-editors/levee - sys-libs/ncurses" -DEPEND="${RDEPEND} - dev-lang/perl" -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-gentoo.patch - epatch "${FILESDIR}"/${PN}-headers.patch - epatch "${FILESDIR}"/${PN}-tinfo.patch - epatch "${FILESDIR}"/${PN}-xz.patch - - cd "${S}"/src - mv configure.{in,ac} - eautoreconf -} - -src_configure() { - ECONF_SOURCE=src econf -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc README hello.sample - dohtml index.html relnote.html hello.sample.gif -}