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 5F4171396D0 for ; Mon, 9 Oct 2017 14:07:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA4082BC012; Mon, 9 Oct 2017 14:07:42 +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 873762BC012 for ; Mon, 9 Oct 2017 14:07:42 +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 A4F4133BF0F for ; Mon, 9 Oct 2017 14:07:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 675DE8F66 for ; Mon, 9 Oct 2017 14:07:39 +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: <1507557933.7eb00d239c67893a1a553e985ad25891b91e9494.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.10.ebuild X-VCS-Directories: www-servers/caddy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 7eb00d239c67893a1a553e985ad25891b91e9494 X-VCS-Branch: master Date: Mon, 9 Oct 2017 14:07:39 +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: 86f08abe-ccb3-489e-9111-65159187c65a X-Archives-Hash: f1abfad5c434339feba8beb78351a5e0 commit: 7eb00d239c67893a1a553e985ad25891b91e9494 Author: Manuel Rüger gentoo org> AuthorDate: Mon Oct 9 14:05:33 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Oct 9 14:05:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb00d23 www-servers/caddy: Version bump to 0.10.10 Package-Manager: Portage-2.3.11, Repoman-2.3.3 www-servers/caddy/Manifest | 1 + www-servers/caddy/caddy-0.10.10.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest index 8825545c2de..b43b5253d2a 100644 --- a/www-servers/caddy/Manifest +++ b/www-servers/caddy/Manifest @@ -1 +1,2 @@ +DIST caddy-0.10.10.tar.gz 2706112 SHA256 aafaeb092e7b1bcff8ec31f19a1ded1253ff95cfdd4441378e5a530508614e8d SHA512 78152e01739ffbe6d36f5d10cab92ad0d112242d679064199c271c20fd22c24f8d51ed884ddef6d80291d15d41d4620d6431e9a6fb0e8c0eab66cc50d57d5b0d WHIRLPOOL a08be3aec673cfffb7ca5047247f35cee2cc96e9aa747ba6dce31dfbf36a0be3039781159d4b330f3ca2f1e6c2f85013038d6f73a94d9fb94fa2418a05cb3734 DIST caddy-0.10.9.tar.gz 2695894 SHA256 be70a4324e3f6cd4da5e379b31562d07f40f6e39439c7274d4bb94fe482b86e4 SHA512 dc61a059f1e1abacdf1e2baa154b4c53e68e32d27dabc9bf17157d5a54d92e0976539a90ebe9ba74f9f726660f17610dfa938f715b2466d3e4db514b1104098d WHIRLPOOL 0a29f2eaaf9babadcf7478d6e315e54c280c9ea14e839bc675a65fa6217d763b8e8d441d7bf73f0e7c443cb2ab93b1bd421a932ab5488872b1e5032d1b27c2cb diff --git a/www-servers/caddy/caddy-0.10.10.ebuild b/www-servers/caddy/caddy-0.10.10.ebuild new file mode 100644 index 00000000000..28d63e7aab2 --- /dev/null +++ b/www-servers/caddy/caddy-0.10.10.ebuild @@ -0,0 +1,31 @@ +# 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 +}