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 63B8E13888F for ; Wed, 14 Oct 2015 15:59:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDE7C21C009; Wed, 14 Oct 2015 15:59:40 +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 6A02E21C009 for ; Wed, 14 Oct 2015 15:59:40 +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 27408340A0E for ; Wed, 14 Oct 2015 15:59:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4765D929 for ; Wed, 14 Oct 2015 15:59:36 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444838373.3246630a73cf4f5604e9626c8225c9c3f367a98e.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx_rtd_theme/Manifest dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild X-VCS-Directories: dev-python/sphinx_rtd_theme/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3246630a73cf4f5604e9626c8225c9c3f367a98e X-VCS-Branch: master Date: Wed, 14 Oct 2015 15:59:36 +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: 1b73ad50-5185-403b-93e0-d2309521a0dd X-Archives-Hash: 80b421de6f3aa068786b406b02aa5ffd commit: 3246630a73cf4f5604e9626c8225c9c3f367a98e Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 15:59:33 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 14 15:59:33 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3246630a dev-python/sphinx_rtd_theme: Readd dropped last stable version Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/sphinx_rtd_theme/Manifest | 1 + .../sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest index 195bdd9..3b26909 100644 --- a/dev-python/sphinx_rtd_theme/Manifest +++ b/dev-python/sphinx_rtd_theme/Manifest @@ -1 +1,2 @@ +DIST sphinx_rtd_theme-0.1.6.tar.gz 217067 SHA256 0f29f544f6d037989fa0c7729a9eab7e4d8ea50d6f0ef37363f472756c1edca6 SHA512 f79e8192264ef01675240853e9be8a5bd0c86808f0e918e60c7c6e0c078caeef87c76421db795149214ef4edc1389e7c2001a98436611292ff826e7b9b9d0f15 WHIRLPOOL 110494f3c9bb6e838557fa4bcb1ac8f33e91b30d2da780720e897cfc4f635c0a14f502d5aac50115495bcc591de79eae83a2e359b81b917e524c9459194420f6 DIST sphinx_rtd_theme-0.1.9.tar.gz 698461 SHA256 273846f8aacac32bf9542365a593b495b68d8035c2e382c9ccedcac387c9a0a1 SHA512 e793a4da6209c26acb261efd03e6591561d7fbad97b3d7ab0a105e125a15a035d2066a1b1572a95954304d361abec39d9e1e401cd7200c6206cc8c89ad134d0f WHIRLPOOL 77edc637b20b86a0273c9365fabdec7712dc40e6dae8533085c6c1f6261df9b0ada32f8b0d0d818f2c20902ce1c6619d9fe534da9c524f034638fb729a204052 diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild new file mode 100644 index 0000000..0971b04 --- /dev/null +++ b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="ReadTheDocs.org theme for Sphinx" +HOMEPAGE="https://github.com/snide/sphinx_rtd_theme/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"