Skip to content

Commit

Permalink
Versio bump of django-bootstrap3
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.8-r2
  • Loading branch information
ercpe committed Oct 12, 2014
1 parent 2779caa commit 93f90af
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev-python/django-bootstrap3/ChangeLog
Expand Up @@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*django-bootstrap3-4.11.0 (12 Oct 2014)

12 Oct 2014; Johann Schmitz <ercpe@gentoo.org>
+django-bootstrap3-4.11.0.ebuild:
Versio bump of django-bootstrap3

*django-bootstrap3-4.7.0 (12 Jun 2014)

12 Jun 2014; Johann Schmitz <ercpe@gentoo.org>
Expand Down
1 change: 1 addition & 0 deletions dev-python/django-bootstrap3/Manifest
@@ -1 +1,2 @@
DIST django-bootstrap3-4.11.0.tar.gz 32605 SHA256 4cd090df8a8a9f11d598b8579d83be478783cf2c970bf4c8b1c6fcc4d0436b2e SHA512 98e1a81e74dfcf4d9cc28268c6473b660b7cccbee23e00ca4d6adcb4d971236e15e71cb0d7ef3a7c57a800164a43f07d0539ec733b0adb59d70509a21b8f03b9 WHIRLPOOL c61304df37a11011a02f569b11fefcd425cef66bff217895ed3bfae81c732a7ba8fb1781570ae7fab727de130bbcb06aa133e5bb99d806c6e21c03ffd0d7fdac
DIST django-bootstrap3-4.7.0.tar.gz 30990 SHA256 e8f0924b491cf33f0b5142d7af238da5b4b6ab7b2c28a5e8e0e6e114625e07a2 SHA512 6b4eba20acd745aa8a5155d669aedd0a4316b9bc247f6c7badac7595b5794172e07419dbae59bc6823f4886abbc920cbc4355b8f4e1e1e96df7130ea4ba2454f WHIRLPOOL d99dcd195ff4402c37722b02537ed0b33efb9e2d07e8e0c302d62d9e95741c1f434ad63024c74e36312a8993a67646d0e95ddb8f2e7a2871ed6a0552d5031cdb
30 changes: 30 additions & 0 deletions dev-python/django-bootstrap3/django-bootstrap3-4.11.0.ebuild
@@ -0,0 +1,30 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Bootstrap 3 integration with Django"
HOMEPAGE="https://github.com/dyve/django-bootstrap3"
SRC_URI="https://github.com/dyve/django-bootstrap3/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
RDEPEND="dev-python/django[${PYTHON_USEDEP}]"

src_compile() {
distutils-r1_src_compile
if use doc; then
cd "docs" || die
make html || die
HTML_DOCS=( docs/_build/html )
fi
}

0 comments on commit 93f90af

Please sign in to comment.