From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D7BF459CB2 for ; Tue, 19 Apr 2016 05:21:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E14E21C01B; Tue, 19 Apr 2016 05:21:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A915C21C01B for ; Tue, 19 Apr 2016 05:21:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D27A3406C2 for ; Tue, 19 Apr 2016 05:21:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5104615F for ; Tue, 19 Apr 2016 05:21:20 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1461043236.1a46cf7aed4d6b1d50acdcf7ec8fd0bb8c5a28b2.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/mongrel2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/mongrel2/Manifest www-servers/mongrel2/mongrel2-1.11.0.ebuild X-VCS-Directories: www-servers/mongrel2/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 1a46cf7aed4d6b1d50acdcf7ec8fd0bb8c5a28b2 X-VCS-Branch: master Date: Tue, 19 Apr 2016 05:21:20 +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: d5f0924c-d6b9-406d-bbfa-f93f5894786f X-Archives-Hash: 94a4a78af3abc4c6e7880c6a0c729aab commit: 1a46cf7aed4d6b1d50acdcf7ec8fd0bb8c5a28b2 Author: Jason Miller geocities com> AuthorDate: Tue Apr 19 04:16:37 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Apr 19 05:20:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a46cf7a www-servers/mongrel2: Fix QA issues from initial ebuild Rename source tarball (#580310) Remove superfluous "|| die" statements (#580312) Add missing quotes to variable (#580314) Gentoo-bug: #580310 #580312 #580314 Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1303 Signed-off-by: Ian Delaney gentoo.org> www-servers/mongrel2/Manifest | 2 +- www-servers/mongrel2/mongrel2-1.11.0.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-servers/mongrel2/Manifest b/www-servers/mongrel2/Manifest index 8ebca85..edbb232 100644 --- a/www-servers/mongrel2/Manifest +++ b/www-servers/mongrel2/Manifest @@ -1 +1 @@ -DIST v1.11.0.tar.gz 1060770 SHA256 dd7accbe4be25ee841b1d73e1fc2e6230e90f5783e1d25527037416e5f519c86 SHA512 60ee5036c2ac826a08bb1300969f5ad7ec2bc67c7f47635a3b458a0bad6d7e2fa37183c2708d512632c86101f537a4eb64eeef0775137705898480da70d61e90 WHIRLPOOL 928b50b5170ac8015bb63c623de644302329bd5ca47608a9f3dfd96b403c95f2ea78475b33b11f8c64403882d4130a5ba1658ba286b5339fbb174b2ebe93d3ba +DIST mongrel2-1.11.0.tar.gz 1060770 SHA256 dd7accbe4be25ee841b1d73e1fc2e6230e90f5783e1d25527037416e5f519c86 SHA512 60ee5036c2ac826a08bb1300969f5ad7ec2bc67c7f47635a3b458a0bad6d7e2fa37183c2708d512632c86101f537a4eb64eeef0775137705898480da70d61e90 WHIRLPOOL 928b50b5170ac8015bb63c623de644302329bd5ca47608a9f3dfd96b403c95f2ea78475b33b11f8c64403882d4130a5ba1658ba286b5339fbb174b2ebe93d3ba diff --git a/www-servers/mongrel2/mongrel2-1.11.0.ebuild b/www-servers/mongrel2/mongrel2-1.11.0.ebuild index 7a3aa38..49f3992 100644 --- a/www-servers/mongrel2/mongrel2-1.11.0.ebuild +++ b/www-servers/mongrel2/mongrel2-1.11.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 DESCRIPTION="A language agnostic web server focused on web applications" HOMEPAGE="http://mongrel2.org" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -23,6 +23,6 @@ src_prepare() { } src_install() { - emake install PREFIX=/usr DESTDIR=${D} || die - dodoc README examples/configs/mongrel2.conf || die + emake install PREFIX=/usr DESTDIR="${D}" + dodoc README examples/configs/mongrel2.conf }