From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/
Date: Wed, 14 Oct 2015 13:47:56 +0000 (UTC) [thread overview]
Message-ID: <1444830474.40d87526440e425b512d9c3feec03f250367d9a6.jlec@gentoo> (raw)
commit: 40d87526440e425b512d9c3feec03f250367d9a6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 14 13:44:01 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Oct 14 13:47:54 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40d87526
dev-python/sphinx_rtd_theme: Drop old
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/sphinx_rtd_theme/Manifest | 3 ---
.../sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild | 20 --------------------
.../sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild | 20 --------------------
.../sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild | 20 --------------------
4 files changed, 63 deletions(-)
diff --git a/dev-python/sphinx_rtd_theme/Manifest b/dev-python/sphinx_rtd_theme/Manifest
index 8756073..195bdd9 100644
--- a/dev-python/sphinx_rtd_theme/Manifest
+++ b/dev-python/sphinx_rtd_theme/Manifest
@@ -1,4 +1 @@
-DIST sphinx_rtd_theme-0.1.6.tar.gz 217067 SHA256 0f29f544f6d037989fa0c7729a9eab7e4d8ea50d6f0ef37363f472756c1edca6 SHA512 f79e8192264ef01675240853e9be8a5bd0c86808f0e918e60c7c6e0c078caeef87c76421db795149214ef4edc1389e7c2001a98436611292ff826e7b9b9d0f15 WHIRLPOOL 110494f3c9bb6e838557fa4bcb1ac8f33e91b30d2da780720e897cfc4f635c0a14f502d5aac50115495bcc591de79eae83a2e359b81b917e524c9459194420f6
-DIST sphinx_rtd_theme-0.1.7.tar.gz 220230 SHA256 9a490c861f6cf96a0050c29a92d5d1e01eda02ae6f50760ad5c96a327cdf14e8 SHA512 390f007ecba0a59ef92e1aab3457e7c09fa7ff45690f9351857d8aa635371c81329b12e7d4052ba9abaabb82a28a911334c4dc601105ee97cb0eb2b1be0ae426 WHIRLPOOL 00150c49a8e1a56aa378cac795b7ed7a681aef59c7a70294b1b3e582fa1d13ce7abc251567219422fa495c610dfda2a40c1255c2c8306af72188294fa1a84ec2
-DIST sphinx_rtd_theme-0.1.8.tar.gz 424804 SHA256 74f633ed3a61da1d1d59c3185483c81a9d7346bf0e7b5f29ad0764a6f159b68a SHA512 2ade6b86f88fa9e8fa3242b4f5fcf665016098a3819e08400fbe216ccb8ab6e1d0786fba20c1ed722525bc5fd088bc70ceb93c0ed4c5a8ac79ab6499a0a98994 WHIRLPOOL 7bfdd8679d4300a9cef03ca5bbff01cc2cfbc241244f26f08c0356aba8da5bcfdd2bba4603cc687ba5bfbc2b3c7dbf69a5169d88c215173d3dd686fed035704b
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
deleted file mode 100644
index 90f3657..0000000
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,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}]"
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild
deleted file mode 100644
index 7985fb1..0000000
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.7.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,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 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
diff --git a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild b/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild
deleted file mode 100644
index f7c5387..0000000
--- a/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.8.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,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="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
next reply other threads:[~2015-10-14 13:48 UTC|newest]
Thread overview: 84+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-14 13:47 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-14 5:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx_rtd_theme/ Michał Górny
2023-02-13 3:02 Matt Turner
2023-02-12 9:00 Yixun Lan
2023-02-12 6:42 Sam James
2023-02-12 6:23 Sam James
2023-02-12 6:23 Sam James
2023-02-12 6:23 Sam James
2023-02-12 4:43 Michał Górny
2022-12-10 8:57 Michał Górny
2022-12-10 8:50 Arthur Zamarin
2022-11-05 5:00 Michał Górny
2022-11-02 7:37 Michał Górny
2022-09-19 6:42 Michał Górny
2022-08-27 10:11 WANG Xuerui
2022-07-02 12:19 Arthur Zamarin
2022-07-02 12:18 Arthur Zamarin
2022-05-30 20:49 Michał Górny
2022-05-30 20:49 Michał Górny
2021-12-22 7:43 Michał Górny
2021-12-22 5:32 Sam James
2021-10-23 13:16 Sam James
2021-09-26 22:28 James Le Cuirot
2021-09-13 20:31 Michał Górny
2021-06-04 12:23 Michał Górny
2021-05-06 11:03 Michał Górny
2021-05-06 9:57 Sam James
2021-04-06 7:22 Michał Górny
2021-02-19 8:35 Michał Górny
2021-02-19 2:45 Sam James
2021-01-06 10:00 Michał Górny
2020-12-13 0:16 Sam James
2020-12-01 10:31 Sam James
2020-11-08 21:14 Sam James
2020-10-03 12:16 Sergei Trofimovich
2020-07-24 14:31 Michał Górny
2020-07-13 20:57 Sam James
2020-07-11 9:16 Michał Górny
2020-07-09 8:41 Agostino Sarubbo
2020-07-09 8:27 Agostino Sarubbo
2020-07-09 8:16 Agostino Sarubbo
2020-07-09 8:04 Agostino Sarubbo
2020-04-22 8:15 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-04-04 10:52 Sergei Trofimovich
2020-04-04 10:30 Sergei Trofimovich
2020-04-04 10:30 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-29 9:16 Michał Górny
2020-03-29 9:16 Michał Górny
2020-03-29 9:16 Michał Górny
2020-03-16 4:10 Matt Turner
2020-03-16 4:10 Matt Turner
2020-03-14 18:14 Mikle Kolyada
2020-03-12 23:07 Sergei Trofimovich
2020-03-12 14:05 Mart Raudsepp
2020-03-11 7:21 Sergei Trofimovich
2020-03-05 18:06 Michał Górny
2020-03-03 7:01 Michał Górny
2019-12-19 21:40 Piotr Karbowski
2019-04-09 1:32 Aaron Bauman
2019-03-02 21:30 Matt Turner
2019-03-02 20:02 Matt Turner
2019-02-15 17:05 Mikle Kolyada
2019-02-15 15:46 Thomas Deutschmann
2019-02-12 21:14 Sergei Trofimovich
2019-02-12 21:03 Sergei Trofimovich
2019-02-12 8:11 Sergei Trofimovich
2019-02-11 23:36 Sergei Trofimovich
2019-02-10 7:46 Mikle Kolyada
2018-07-30 23:31 Mikle Kolyada
2018-02-19 21:07 Michał Górny
2018-02-17 21:51 Patrice Clement
2017-09-12 9:13 Fabian Groffen
2017-07-21 0:23 Sebastien Fabbro
2016-11-30 18:05 Michał Górny
2015-10-27 15:20 Agostino Sarubbo
2015-10-14 15:59 Justin Lecher
2015-10-14 13:47 Justin Lecher
2015-10-11 14:41 Justin Lecher
2015-10-09 4:20 Ian Delaney
2015-09-16 8:53 Justin Lecher
2015-08-12 13:44 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444830474.40d87526440e425b512d9c3feec03f250367d9a6.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox