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 1F7DF138334 for ; Wed, 20 Feb 2019 13:18:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39613E0968; Wed, 20 Feb 2019 13:18:37 +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 100B6E0968 for ; Wed, 20 Feb 2019 13:18:37 +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 C584B335D1B for ; Wed, 20 Feb 2019 13:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4170F44B for ; Wed, 20 Feb 2019 13:18:34 +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: <1550668698.03a3374e883332174cabfba2fb994ed51c5ba69c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/ncdc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/ncdc/Manifest net-p2p/ncdc/ncdc-1.19.1.ebuild X-VCS-Directories: net-p2p/ncdc/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 03a3374e883332174cabfba2fb994ed51c5ba69c X-VCS-Branch: master Date: Wed, 20 Feb 2019 13:18:34 +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: 4c051aff-637d-4779-8a7e-d72820f5c8ee X-Archives-Hash: 2d1c3d30f462ad49e9846929da8fae95 commit: 03a3374e883332174cabfba2fb994ed51c5ba69c Author: Mikle Kolyada gentoo org> AuthorDate: Wed Feb 20 13:18:18 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Wed Feb 20 13:18:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a3374e net-p2p/ncdc: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-p2p/ncdc/Manifest | 1 - net-p2p/ncdc/ncdc-1.19.1.ebuild | 39 --------------------------------------- 2 files changed, 40 deletions(-) diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest index a3d46262c79..58e4a8f4c40 100644 --- a/net-p2p/ncdc/Manifest +++ b/net-p2p/ncdc/Manifest @@ -1,2 +1 @@ -DIST ncdc-1.19.1.tar.gz 354308 BLAKE2B dc2f7e821c22d0ac1efbd6241ffcfc36f76676b90569aa459cd1a85b7e517104320757fd83ed918b0e2ea3ba4bd8343849b81f6700a25b968fa3db24c5ea2193 SHA512 36eda8c582ddb40ef732151ecc1654eae927a6a004430d8d27528b3c57ae5e1b06c23a867d8e1624ee4365031325fd7ced2888dd64ff129431bba9ff4171f189 DIST ncdc-1.20.tar.gz 367688 BLAKE2B 33bf6cd92146b0cf3d188cec4b5c29f0860f91cbdf7a1ab33789985a61b706647591513fb596f89b21d3d8aebf683316397b94f184aac928a93e23fc17030e82 SHA512 0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7 diff --git a/net-p2p/ncdc/ncdc-1.19.1.ebuild b/net-p2p/ncdc/ncdc-1.19.1.ebuild deleted file mode 100644 index d58a060fb10..00000000000 --- a/net-p2p/ncdc/ncdc-1.19.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils toolchain-funcs - -DESCRIPTION="ncurses directconnect client" -HOMEPAGE="https://dev.yorhel.nl/ncdc" -SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="geoip" - -RDEPEND="app-arch/bzip2 - dev-db/sqlite:3 - dev-libs/glib:2 - net-libs/gnutls - sys-libs/ncurses:0[unicode] - sys-libs/zlib - geoip? ( dev-libs/geoip )" -DEPEND="${RDEPEND} - dev-util/makeheaders - virtual/pkgconfig" - -src_prepare() { - epatch_user && eautoreconf -} - -src_configure() { - econf \ - $(use_with geoip) -} - -src_compile() { - emake AR="$(tc-getAR)" -}