From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S97WA-0001QC-SF for garchives@archives.gentoo.org; Sun, 18 Mar 2012 04:14:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33782E0880; Sun, 18 Mar 2012 04:14:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 028D4E0880 for ; Sun, 18 Mar 2012 04:14:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664591B401E for ; Sun, 18 Mar 2012 04:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 27902E5403 for ; Sun, 18 Mar 2012 04:14:39 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1332044024.2aacaccb0c43ea61d814af678f89c2fef364d2c2.sping@gentoo> Subject: [gentoo-commits] proj/betagarden:master commit in: www-servers/servefile/ X-VCS-Repository: proj/betagarden X-VCS-Files: www-servers/servefile/servefile-9999.ebuild X-VCS-Directories: www-servers/servefile/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 2aacaccb0c43ea61d814af678f89c2fef364d2c2 X-VCS-Branch: master Date: Sun, 18 Mar 2012 04:14: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 94fd0036-a147-425a-bfc9-dc983033cccc X-Archives-Hash: c0a9892974e2e6ba932c6384d10bf441 commit: 2aacaccb0c43ea61d814af678f89c2fef364d2c2 Author: Sebastian Pipping pipping org> AuthorDate: Sun Mar 18 04:13:44 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Mar 18 04:13:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/betagarden.gi= t;a=3Dcommit;h=3D2aacaccb www-servers/servefile: Fix dependencies, resolve patch --- www-servers/servefile/servefile-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www-servers/servefile/servefile-9999.ebuild b/www-servers/se= rvefile/servefile-9999.ebuild index 67b62dd..fdc7d48 100644 --- a/www-servers/servefile/servefile-9999.ebuild +++ b/www-servers/servefile/servefile-9999.ebuild @@ -18,11 +18,12 @@ KEYWORDS=3D"~amd64 ~x86" IUSE=3D"" =20 DEPEND=3D"" -RDEPEND=3D"sys-apps/iproute2" # for /sbin/ip +RDEPEND=3D"sys-apps/iproute2 + sys-apps/grep + sys-apps/sed" =20 src_install() { distutils_src_install =20 python_convert_shebangs 2 "${D}"/usr/bin/${PN} || die - sed -i 's|/bin/ip|/sbin/ip|' "${D}"/usr/bin/${PN} || die }