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 C758D1396D0 for ; Sun, 8 Oct 2017 18:39:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB6F02BC00B; Sun, 8 Oct 2017 18:38:59 +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 BBB852BC00B for ; Sun, 8 Oct 2017 18:38: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 54E2F33C4EE for ; Sun, 8 Oct 2017 18:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9CCA909B for ; Sun, 8 Oct 2017 18:38:56 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1507487914.336c8aa6b69895e7210509438cd8d2b4da484ab0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild X-VCS-Directories: dev-libs/tvision/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 336c8aa6b69895e7210509438cd8d2b4da484ab0 X-VCS-Branch: master Date: Sun, 8 Oct 2017 18:38: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-Archives-Salt: 464aa632-fe04-427e-badf-fdaea1658fd1 X-Archives-Hash: baefeaed2d1a904e6a8c222194b341bc commit: 336c8aa6b69895e7210509438cd8d2b4da484ab0 Author: Pacho Ramos gentoo org> AuthorDate: Sun Oct 8 18:38:34 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Oct 8 18:38:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336c8aa6 dev-libs/tvision: Drop old Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild | 42 --------------------------- 1 file changed, 42 deletions(-) diff --git a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild b/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild deleted file mode 100644 index 7c979b1df73..00000000000 --- a/dev-libs/tvision/tvision-2.1.0_pre2-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils multilib - -DESCRIPTION="Text User Interface that implements the well known CUA widgets" -HOMEPAGE="http://tvision.sourceforge.net/" -SRC_URI="mirror://sourceforge/tvision/rhtvision_${PV/_pre/-}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc41.patch - epatch "${FILESDIR}"/${P}-outb.patch - epatch "${FILESDIR}"/${P}-underflow.patch - epatch "${FILESDIR}"/${P}-asneeded.patch - epatch "${FILESDIR}"/${P}-gcc44.patch - epatch "${FILESDIR}"/${P}-ldconfig.patch - epatch "${FILESDIR}"/${P}-flags.patch -} - -src_compile() { - ./configure \ - --prefix=/usr \ - --fhs \ - || die - emake || die -} - -src_install() { - einstall libdir="\$(prefix)/$(get_libdir)"|| die - dosym rhtvision /usr/include/tvision - dodoc readme.txt THANKS TODO - dohtml -r www-site -}