summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-03-17 21:17:27 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-03-17 21:17:27 +0000
commit0a8c82bf1af8ca942acf0f43535d03c37ddb7f4a (patch)
tree92291e0bb3d0ea0aaef9d47e05b488a4f10df642 /dev-python/sphinx-bootstrap-theme
parentVersion bump (diff)
downloadgentoo-2-0a8c82bf1af8ca942acf0f43535d03c37ddb7f4a.tar.gz
gentoo-2-0a8c82bf1af8ca942acf0f43535d03c37ddb7f4a.tar.bz2
gentoo-2-0a8c82bf1af8ca942acf0f43535d03c37ddb7f4a.zip
Version bump
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-python/sphinx-bootstrap-theme')
-rw-r--r--dev-python/sphinx-bootstrap-theme/ChangeLog8
-rw-r--r--dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.0.ebuild18
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-python/sphinx-bootstrap-theme/ChangeLog b/dev-python/sphinx-bootstrap-theme/ChangeLog
index b2fc36e6116d..80611ed66bdf 100644
--- a/dev-python/sphinx-bootstrap-theme/ChangeLog
+++ b/dev-python/sphinx-bootstrap-theme/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/sphinx-bootstrap-theme
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog,v 1.1 2014/02/25 17:23:08 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/ChangeLog,v 1.2 2014/03/17 21:17:27 bicatali Exp $
+
+*sphinx-bootstrap-theme-0.4.0 (17 Mar 2014)
+
+ 17 Mar 2014; Sébastien Fabbro <bicatali@gentoo.org>
+ +sphinx-bootstrap-theme-0.4.0.ebuild:
+ Version bump
*sphinx-bootstrap-theme-0.3.9 (25 Feb 2014)
diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.0.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.0.ebuild
new file mode 100644
index 000000000000..a57b1e900e4c
--- /dev/null
+++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.0.ebuild,v 1.1 2014/03/17 21:17:27 bicatali Exp $
+
+EAPI=5
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sphinx theme integrates the Bootstrap CSS / JavaScript framework"
+HOMEPAGE="http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""