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 4E3F01396D0 for ; Tue, 19 Sep 2017 16:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE4371FC0DA; Tue, 19 Sep 2017 16:16:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 80DAB1FC0DA for ; Tue, 19 Sep 2017 16:16:18 +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 5AF6833BEBE for ; Tue, 19 Sep 2017 16:16:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 261759065 for ; Tue, 19 Sep 2017 16:16:16 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1505837762.561022e669b16cf3a4c509f2aa9155db129ac9bc.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/clair/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/clair/Manifest dev-util/clair/clair-2.0.0.ebuild X-VCS-Directories: dev-util/clair/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 561022e669b16cf3a4c509f2aa9155db129ac9bc X-VCS-Branch: master Date: Tue, 19 Sep 2017 16:16:16 +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: 53bd63de-2ba4-4de8-9795-84eca0c5a919 X-Archives-Hash: 51a109280eb9fc16cf163d1df061d59b commit: 561022e669b16cf3a4c509f2aa9155db129ac9bc Author: Manuel Rüger gentoo org> AuthorDate: Tue Sep 19 16:16:02 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Sep 19 16:16:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561022e6 dev-util/clair: Remove old Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/clair/Manifest | 1 - dev-util/clair/clair-2.0.0.ebuild | 46 --------------------------------------- 2 files changed, 47 deletions(-) diff --git a/dev-util/clair/Manifest b/dev-util/clair/Manifest index 5826086fc86..f8a080909e0 100644 --- a/dev-util/clair/Manifest +++ b/dev-util/clair/Manifest @@ -1,2 +1 @@ -DIST clair-2.0.0.tar.gz 5194402 SHA256 c255e4855929304617884720360bd7f58b8e9c11b608b50879329ca5725a122b SHA512 ee6fc3d15a6f2937bc6c25ebcd279982a220c60b7dc79db7e2fd127a810fdea9aff92a9546cec69e075a8cf0617dfd4605db846eeea456fc82bee14febc2f841 WHIRLPOOL ec76553be1fba1ffc2bab4bba1eebe9f21c7ad25714ce53df5026733fe701ba9cee3adfeb0eac578de583dbe3a5017d898f32da54f8d21e85cdbb47622c7d323 DIST clair-2.0.1.tar.gz 5194465 SHA256 dd4d608a763cbde2d8fba98aadeadee4c8baa900467b5e8b10f94629439540f7 SHA512 03293829426d81157860effd893b72164679b4ec40c19294e321d489ced67dfea72415cdd9b1005ae590367c68f746664a76f63a29c7d714b22917f2323c4937 WHIRLPOOL f728ff4028ef54dd4351e00ed6ed58230c96476c5bfce74ded867d879ea85f88570476d66fd8d35ca02c4182f7c33e0133d077cb657cbe34f1684f97ee475614 diff --git a/dev-util/clair/clair-2.0.0.ebuild b/dev-util/clair/clair-2.0.0.ebuild deleted file mode 100644 index 2ee9185f3f2..00000000000 --- a/dev-util/clair/clair-2.0.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit user golang-build golang-vcs-snapshot - -EGO_PN="github.com/coreos/clair" -EGIT_COMMIT="v${PV}" -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Vulnerability Static Analysis for Containers" -HOMEPAGE="https://github.com/coreos/clair" -SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RDEPEND="app-arch/rpm - app-arch/xz-utils - dev-vcs/bzr - dev-vcs/git - !!sci-visualization/xd3d" # File collision (Bug #621044) - -pkg_setup() { - enewgroup ${PN} - enewuser ${PN} -1 -1 -1 ${PN} -} - -src_compile() { - GOPATH="${S}" go build -o bin/${PN} -v ${EGO_PN}/cmd/${PN} || die -} - -src_install() { - dobin bin/${PN} - pushd src/${EGO_PN} || die - dodoc {README,ROADMAP,CONTRIBUTING}.md - insinto /etc/${PN} - doins config.example.yaml - popd || die - - newinitd "${FILESDIR}"/${PN}.initd ${PN} - newconfd "${FILESDIR}"/${PN}.confd ${PN} - keepdir /var/log/${PN} - fowners ${PN}:${PN} /var/log/${PN} -}