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 4493658973 for ; Sat, 30 Jan 2016 02:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6B2E0877; Sat, 30 Jan 2016 02:56:55 +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 CCCD0E0877 for ; Sat, 30 Jan 2016 02:56:54 +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 AEAA23408F0 for ; Sat, 30 Jan 2016 02:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B9E08E5 for ; Sat, 30 Jan 2016 02:56:47 +0000 (UTC) From: "Alex Brandt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Brandt" Message-ID: <1454122541.08855a2d04e7f865af9868f6cc7925e5953f340b.alunduil@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-bootswatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mkdocs-bootswatch/Manifest dev-python/mkdocs-bootswatch/metadata.xml dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.1.0.ebuild X-VCS-Directories: dev-python/mkdocs-bootswatch/ X-VCS-Committer: alunduil X-VCS-Committer-Name: Alex Brandt X-VCS-Revision: 08855a2d04e7f865af9868f6cc7925e5953f340b X-VCS-Branch: master Date: Sat, 30 Jan 2016 02:56:47 +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: ffd6ab40-a798-44c3-a0a6-be6e8d7303c8 X-Archives-Hash: 94a3ddcee696a73c7a41924097c2802f commit: 08855a2d04e7f865af9868f6cc7925e5953f340b Author: Alex Brandt gentoo org> AuthorDate: Sat Jan 30 02:55:41 2016 +0000 Commit: Alex Brandt gentoo org> CommitDate: Sat Jan 30 02:55:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08855a2d dev-python/mkdocs-bootswatch: add version 0.1.0 Package-Manager: portage-2.2.27 dev-python/mkdocs-bootswatch/Manifest | 1 + dev-python/mkdocs-bootswatch/metadata.xml | 10 ++++++++++ .../mkdocs-bootswatch/mkdocs-bootswatch-0.1.0.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/mkdocs-bootswatch/Manifest b/dev-python/mkdocs-bootswatch/Manifest new file mode 100644 index 0000000..9884b53 --- /dev/null +++ b/dev-python/mkdocs-bootswatch/Manifest @@ -0,0 +1 @@ +DIST mkdocs-bootswatch-0.1.0.tar.gz 4350835 SHA256 8123a872ceba41b63c06f6e7adf46d6d8e6ac74d4fc633df1bf01177b0a63e4e SHA512 1cd770674308fadfaf33a80d6c1e2c0f2c9b1386ce3eb84ccdace02f6a29a9d512b9538ebd1e8a77c2d8d802694fc873936681f531c125bd739eeb4d33ca0e5e WHIRLPOOL fb029d8538588733e60a85c1d14555b6938f706a2943492fbc6c4a02ebfd0ceaca90a92f0138286d0848974a866db080b3326812e2f6db3e21ac5a8d5335896f diff --git a/dev-python/mkdocs-bootswatch/metadata.xml b/dev-python/mkdocs-bootswatch/metadata.xml new file mode 100644 index 0000000..02be8c5 --- /dev/null +++ b/dev-python/mkdocs-bootswatch/metadata.xml @@ -0,0 +1,10 @@ + + + + + alunduil@gentoo.org + Alex Brandt + + + + diff --git a/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.1.0.ebuild b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.1.0.ebuild new file mode 100644 index 0000000..bab1624 --- /dev/null +++ b/dev-python/mkdocs-bootswatch/mkdocs-bootswatch-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) + +inherit distutils-r1 + +DESCRIPTION="Bootswatch themes for MkDocs" +HOMEPAGE="http://www.mkdocs.org" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=""