summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-09 18:16:28 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-09 18:16:28 +0000
commit7bc5ac2071a6c85947125cb89197bce5ee80c489 (patch)
treea88f94ef72cfad604d9922909eb2750aaa61f048 /dev-python/django
parentSet SUPPORT_PYTHON_ABIS (bug #312141). (diff)
downloadgentoo-2-7bc5ac2071a6c85947125cb89197bce5ee80c489.tar.gz
gentoo-2-7bc5ac2071a6c85947125cb89197bce5ee80c489.tar.bz2
gentoo-2-7bc5ac2071a6c85947125cb89197bce5ee80c489.zip
Delete "examples" USE flag.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/django')
-rw-r--r--dev-python/django/django-9999.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/dev-python/django/django-9999.ebuild b/dev-python/django/django-9999.ebuild
index ecd83634e5fc..640c2513bce3 100644
--- a/dev-python/django/django-9999.ebuild
+++ b/dev-python/django/django-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.8 2010/09/22 19:48:23 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django/django-9999.ebuild,v 1.9 2011/02/09 18:16:28 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@ SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
-IUSE="doc examples mysql postgres sqlite test"
+IUSE="doc mysql postgres sqlite test"
RDEPEND="dev-python/imaging
sqlite? ( || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] dev-lang/python:2.5[sqlite] dev-python/pysqlite:2 ) )
@@ -63,14 +63,9 @@ src_install() {
dobashcompletion extras/django_bash_completion
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-
if use doc; then
rm -fr docs/_build/html/_sources
- dohtml -A txt -r docs/_build/html/*
+ dohtml -A txt -r docs/_build/html/* || die "dohtml failed"
fi
insinto "${MY_HTDOCSDIR#${EPREFIX}}"