summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rennings (mren) <mren@mrmx.de>2008-08-18 19:15:05 +0000
committerMarkus Rennings (mren) <mren@mrmx.de>2008-08-18 19:15:05 +0000
commit8a22112bb4727c72a90e7dd886ff20ebfba6ca63 (patch)
treea84858d57cbf211571a1d749f849a3faf40d673e
parentmedia-radio/xastir: Missing ebuild changes fixed. (diff)
downloadsunrise-8a22112bb4727c72a90e7dd886ff20ebfba6ca63.tar.gz
sunrise-8a22112bb4727c72a90e7dd886ff20ebfba6ca63.tar.bz2
sunrise-8a22112bb4727c72a90e7dd886ff20ebfba6ca63.zip
dev-python/pysvn: add example USE flag
svn path=/sunrise/; revision=6756
-rw-r--r--dev-python/pysvn/ChangeLog3
-rw-r--r--dev-python/pysvn/Manifest4
-rw-r--r--dev-python/pysvn/pysvn-1.6.0.ebuild7
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/pysvn/ChangeLog b/dev-python/pysvn/ChangeLog
index 545461057..395d3bd95 100644
--- a/dev-python/pysvn/ChangeLog
+++ b/dev-python/pysvn/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Aug 2008; Markus Rennings (mren) <mren@mrmx.de> pysvn-1.6.0.ebuild:
+ add example USE flag
+
01 Aug 2008; Markus Rennings (mren) <mren@mrmx.de> pysvn-1.6.0.ebuild:
fixed an issue due to python update (not copying the correct files), thx to
Collin Day for noticing (and to Tommy@g.o for forwarding)
diff --git a/dev-python/pysvn/Manifest b/dev-python/pysvn/Manifest
index 1b0bd3e0c..eaf2ec5bf 100644
--- a/dev-python/pysvn/Manifest
+++ b/dev-python/pysvn/Manifest
@@ -1,4 +1,4 @@
DIST pysvn-1.6.0.tar.gz 215312 RMD160 096de64a013a74d7d9e5e9a07f02d646a03eb001 SHA1 a87a72e9822b6494363f98768df6214e82c789d4 SHA256 bb08a17f2a2432db369210513ab3bda13420276ffa42155d8e374834339c1618
-EBUILD pysvn-1.6.0.ebuild 1284 RMD160 ae9c0369cdfeef18c9a2d85c43dfc10447a70714 SHA1 8ec8d70f31cdbfd5e78ddd663089e3e2a358b2d2 SHA256 038ed49e28053933f5c2975a0fcd7e6ceb302d766f00cef988814ad1998d2e78
-MISC ChangeLog 1442 RMD160 c371ad334a633e1d650a1e05be776c61a07b5bc1 SHA1 c5896fb4cef38fdd0f85734fad7d3e0c8e490093 SHA256 364ac40ff808ad959ec488f38a5de8821949440d3308edffe328d838811def14
+EBUILD pysvn-1.6.0.ebuild 1394 RMD160 cc87e6ea08de2cee0b5857a45f724b89afa404eb SHA1 9e3ae9e50d058479b17aab05d6283e6561fcc639 SHA256 f4427734e8f9da15b2adeb6f0729122012497e9b28c03eb7a236339d91f489d7
+MISC ChangeLog 1539 RMD160 ae44d87136ff2dbad434ffaa9928b26b3ab3405e SHA1 88e22c52bbb78ea701e2e067c4a745f6fdf2353c SHA256 0b33ae9c2da2aa692d52ebf8317754a1e10fc5bcbda4f3f749e57745b0783b3b
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-python/pysvn/pysvn-1.6.0.ebuild b/dev-python/pysvn/pysvn-1.6.0.ebuild
index 55ad9ca83..1dfa865a9 100644
--- a/dev-python/pysvn/pysvn-1.6.0.ebuild
+++ b/dev-python/pysvn/pysvn-1.6.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz"
LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="examples"
DEPEND=">=dev-util/subversion-1.2.0"
RDEPEND="${DEPEND}"
@@ -44,6 +44,11 @@ src_install() {
cd "${S}/../Docs"
dohtml *.html *.js
+
+ if use examples; then
+ insinto "/usr/share/doc/${PF}/Examples"
+ doins -r "${S}"/../Examples/*
+ fi
}
pkg_postinst() {