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 547FE1382C5 for ; Wed, 21 Feb 2018 14:34:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1359E0893; Wed, 21 Feb 2018 14:34:01 +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 83282E0893 for ; Wed, 21 Feb 2018 14:34:01 +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 499BE335C31 for ; Wed, 21 Feb 2018 14:34:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE6C215 for ; Wed, 21 Feb 2018 14:33:58 +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: <1519223584.fa65946445d772ec677ddca7bcf8b07847de3d65.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/caddy/Manifest www-servers/caddy/caddy-0.10.9.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: fa65946445d772ec677ddca7bcf8b07847de3d65 X-VCS-Branch: master Date: Wed, 21 Feb 2018 14:33:58 +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: f9b33634-e31d-4d91-bdd4-fda22af876c8 X-Archives-Hash: 23b5f4ee0420f964bf6db3626a65a4e7 commit: fa65946445d772ec677ddca7bcf8b07847de3d65 Author: Manuel Rüger gentoo org> AuthorDate: Wed Feb 21 14:33:04 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Wed Feb 21 14:33:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa659464 www-servers/caddy: Remove old Package-Manager: Portage-2.3.24, Repoman-2.3.6 www-servers/caddy/Manifest | 1 - www-servers/caddy/caddy-0.10.9.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest index b998345d17d..3994f1444c2 100644 --- a/www-servers/caddy/Manifest +++ b/www-servers/caddy/Manifest @@ -1,3 +1,2 @@ DIST caddy-0.10.10.tar.gz 2706112 BLAKE2B 23ba725f3e8530233bc604b8f16342782c349b58bc78db49412fe72885a872a200407e3b27d5c28b24c5d0e286cbb2886d9ea54d0c034839cd04075366024a17 SHA512 78152e01739ffbe6d36f5d10cab92ad0d112242d679064199c271c20fd22c24f8d51ed884ddef6d80291d15d41d4620d6431e9a6fb0e8c0eab66cc50d57d5b0d DIST caddy-0.10.11.tar.gz 2860871 BLAKE2B 9050ee76a325c5ae183dcafec05b0d234a1308103f617908ec31a2bd8c3ce55c8d9ced9e30a36d616ff2c6f1581e1496bed4379a6f1ba3d0b5e7f9242edfabf8 SHA512 03539ae59f654d56ad0b441e7f67eb51135b1ffd539f9eb5953445089e72d3eab905ad9b08b001ef27e5054b760887a898b89ea85b48b4f852398b073e6e4924 -DIST caddy-0.10.9.tar.gz 2695894 BLAKE2B db6ecb92b199a28df730ceb17c17eb6ec7a61322df484d6962aface9fc18032aa454ec235acf3709ab33f05c615d1dc02c81350bbddf97711384293298bcb1b0 SHA512 dc61a059f1e1abacdf1e2baa154b4c53e68e32d27dabc9bf17157d5a54d92e0976539a90ebe9ba74f9f726660f17610dfa938f715b2466d3e4db514b1104098d diff --git a/www-servers/caddy/caddy-0.10.9.ebuild b/www-servers/caddy/caddy-0.10.9.ebuild deleted file mode 100644 index 28d63e7aab2..00000000000 --- a/www-servers/caddy/caddy-0.10.9.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGO_PN="github.com/mholt/${PN}" - -inherit golang-build golang-vcs-snapshot - -EGIT_COMMIT="v${PV}" -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64" - -DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS" -HOMEPAGE="https://github.com/mholt/caddy" - -SRC_URI="${ARCHIVE_URI}" -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" - -RESTRICT="test" - -src_compile() { - GOPATH="${WORKDIR}/${P}" go install -ldflags "-X github.com/mholt/caddy/caddy/caddymain.gitTag=${PV}" ${EGO_PN}/caddy || die -} - -src_install() { - dobin bin/* - dodoc src/${EGO_PN}/README.md src/${EGO_PN}/dist/CHANGES.txt -}