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 1D8741388BF for ; Fri, 19 Feb 2016 08:11:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0494521C01F; Fri, 19 Feb 2016 08:11:22 +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 99A6321C01F for ; Fri, 19 Feb 2016 08:11:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38F2C340DA3 for ; Fri, 19 Feb 2016 08:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89EE3154D for ; Fri, 19 Feb 2016 08:11:18 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1455869468.35f66f6a4f417eadff2cca30b56bfbb869bc55a5.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/adsf/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/adsf/Manifest www-servers/adsf/adsf-1.2.0.ebuild www-servers/adsf/metadata.xml X-VCS-Directories: www-servers/adsf/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 35f66f6a4f417eadff2cca30b56bfbb869bc55a5 X-VCS-Branch: master Date: Fri, 19 Feb 2016 08:11:18 +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: 5d9fd9af-809f-44c2-9472-075c82f5a542 X-Archives-Hash: 2eca57b3df2b3668e9be5da1dd44df8a commit: 35f66f6a4f417eadff2cca30b56bfbb869bc55a5 Author: Hans de Graaff gentoo org> AuthorDate: Fri Feb 19 07:48:07 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Feb 19 08:11:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f66f6a www-servers/adsf: initial import New dependency for www-apps/nanoc, bug 572938 Package-Manager: portage-2.2.26 www-servers/adsf/Manifest | 1 + www-servers/adsf/adsf-1.2.0.ebuild | 23 +++++++++++++++++++++++ www-servers/adsf/metadata.xml | 5 +++++ 3 files changed, 29 insertions(+) diff --git a/www-servers/adsf/Manifest b/www-servers/adsf/Manifest new file mode 100644 index 0000000..875d4fa --- /dev/null +++ b/www-servers/adsf/Manifest @@ -0,0 +1 @@ +DIST adsf-1.2.0.tar.gz 162753 SHA256 ba564c1da4a60c848dcb47fb3e003cbad0d2c6cf393c189f334b35e59937b681 SHA512 e195d36fee5900cfad08521cb511e0941078d46edab5c621d0ea0808fc9045e95ed634d171e8049dd649313b0c2b9e86f00a9f026943593292da57125e6320cb WHIRLPOOL e0bab5114801a30a33618c8cf310ec4d7808123179a35e31b414ff63ad6cfb23f7986f50dd5cf46208e938fbab5cb65b664553f030e6da5fd149dfb6b51ac0f0 diff --git a/www-servers/adsf/adsf-1.2.0.ebuild b/www-servers/adsf/adsf-1.2.0.ebuild new file mode 100644 index 0000000..72344ed --- /dev/null +++ b/www-servers/adsf/adsf-1.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby20 ruby21 ruby22" + +RUBY_FAKEGEM_EXTRADOC="ChangeLog NEWS.md README.md" + +RUBY_FAKEGEM_TASK_DOC="" + +inherit ruby-fakegem + +DESCRIPTION="A Dead Simple Fileserver is a static file server that can launch in a directory" +HOMEPAGE="http://nanoc.stoneship.org/" +SRC_URI="https://github.com/ddfreyne/adsf/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/rack-1.0.0:*" diff --git a/www-servers/adsf/metadata.xml b/www-servers/adsf/metadata.xml new file mode 100644 index 0000000..f977299 --- /dev/null +++ b/www-servers/adsf/metadata.xml @@ -0,0 +1,5 @@ + + + +graaff@gentoo.org +