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 3B4F21388C1 for ; Tue, 10 Nov 2015 21:42:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA3121C022; Tue, 10 Nov 2015 21:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24A7421C022 for ; Tue, 10 Nov 2015 21:42:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 315453405D5 for ; Tue, 10 Nov 2015 21:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87C82A47 for ; Tue, 10 Nov 2015 21:42:24 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1447191649.6ff107ead223648c66ff9490cf916ed9a41ff400.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/servefile/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/servefile/Manifest www-servers/servefile/servefile-0.4.4.ebuild X-VCS-Directories: www-servers/servefile/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 6ff107ead223648c66ff9490cf916ed9a41ff400 X-VCS-Branch: master Date: Tue, 10 Nov 2015 21:42:24 +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: 3214f7d1-3731-4ea9-aa9c-d70e916b7edb X-Archives-Hash: b53b94cb03d09bc02a9c6001554e1035 commit: 6ff107ead223648c66ff9490cf916ed9a41ff400 Author: Sebastian Pipping gentoo org> AuthorDate: Tue Nov 10 21:25:51 2015 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Nov 10 21:40:49 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff107ea www-servers/servefile: 0.4.4 Also EAPI 5, distutils-r1, dependency clean-up www-servers/servefile/Manifest | 1 + www-servers/servefile/servefile-0.4.4.ebuild | 31 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/www-servers/servefile/Manifest b/www-servers/servefile/Manifest index 7e447a2..9600925 100644 --- a/www-servers/servefile/Manifest +++ b/www-servers/servefile/Manifest @@ -1,2 +1,3 @@ DIST servefile-0.4.2.tar.gz 13334 SHA256 4dc8e293d72dd36c6ff55e975b1acbcc1957164cbd54e19d0fa12bcc33b4ca1f SHA512 56b694e8f1df15270ff6f618bff3dcfe7bf3f942edd181d8ae6183e05a69ee09b27813c01fc523b1448d3f2232b4b3e42cd8aab89c5d4849d5337a8f16533395 WHIRLPOOL 2807a886336a886b2b9038f66d575363ea110fcb4c2bf162e7082bd72a46154bdb3d01e7d5fa49b29c62e3063e182ba5b0fed5b38731014fc2e05825c1ed1913 DIST servefile-0.4.3.tar.gz 13880 SHA256 53564c0cf4791ce2dbe86aeae9b7f436d85a1b6d0d2d04de1afd237943363c83 SHA512 ccdabe31d41750cc085e47b6d22bcd093ce28e727f82e9b90232d6d859f57e7d931994454287374125665071015eaa485f689d7ea912af8d1321612216128e8a WHIRLPOOL 64eaf048057eec6096e724649058c0dc1668b55a6a87c85597fc54d3e620239ac4eeffe409d2beaa3e823fd8a898e04d64d99581af97f7884e5aa4294f0e88fe +DIST servefile-0.4.4.tar.gz 14219 SHA256 8b43c1158df1a575a06077e334dba271cc4541b1f25cba1c132241c18bbe2bc2 SHA512 31ce200db7c8deee9f135c2151565a41fa791dcaa969d9096e6aae2c6975673fd409320be09b7ca20b544326293ed73369f3bd77f379a2ec5f94642d4ef3e1f4 WHIRLPOOL e04a82e1b6cfb7ecc293e5e544fcd8d15128296c63dd6e76966a731b7f1107f6d98557ba292c33fd141dd9de5dda7b31686c586b40e1857b7c2cfb6e26826990 diff --git a/www-servers/servefile/servefile-0.4.4.ebuild b/www-servers/servefile/servefile-0.4.4.ebuild new file mode 100644 index 0000000..a86c6ef --- /dev/null +++ b/www-servers/servefile/servefile-0.4.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="Serve a single file via HTTP" +HOMEPAGE="http://seba-geek.de/stuff/servefile/" +SRC_URI="http://seba-geek.de/proj/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ssl" + +RDEPEND=" + ssl? ( dev-python/pyopenssl ) + sys-apps/grep + sys-apps/iproute2 + sys-apps/net-tools + sys-apps/sed" + +src_install() { + distutils-r1_src_install + + dodoc ChangeLog || die + doman ${PN}.1 || die +}