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 97164138206 for ; Tue, 2 Jan 2018 19:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB17E085E; Tue, 2 Jan 2018 19:07:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 80D33E085E for ; Tue, 2 Jan 2018 19:07:28 +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 6E43A335C0D for ; Tue, 2 Jan 2018 19:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3334812D for ; Tue, 2 Jan 2018 19:07:26 +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: <1514920037.2948c992be2f67cca4cd6312c4dc98a579c037ea.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tayga/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tayga/tayga-0.9.2.ebuild X-VCS-Directories: net-proxy/tayga/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2948c992be2f67cca4cd6312c4dc98a579c037ea X-VCS-Branch: master Date: Tue, 2 Jan 2018 19:07:26 +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: b3eadf50-008c-4d4a-bd96-0f32cc2869a6 X-Archives-Hash: 798009697639d832843bbce9e92c3167 commit: 2948c992be2f67cca4cd6312c4dc98a579c037ea Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jan 2 19:07:17 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jan 2 19:07:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2948c992 net-proxy/tayga: Drop old Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-proxy/tayga/tayga-0.9.2.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/net-proxy/tayga/tayga-0.9.2.ebuild b/net-proxy/tayga/tayga-0.9.2.ebuild deleted file mode 100644 index ad5952e38af..00000000000 --- a/net-proxy/tayga/tayga-0.9.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=3 - -inherit autotools - -DESCRIPTION="out-of-kernel stateless NAT64 implementation based on TUN" -HOMEPAGE="http://www.litech.org/tayga/" -SRC_URI="http://www.litech.org/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -e '/^CFLAGS/d' \ - -i configure.ac - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README || die -}