From d9d6c9f83c60b0494aefa8a8a99118d74a98d673 Mon Sep 17 00:00:00 2001 From: "Markus Rennings (mren)" Date: Thu, 17 Jul 2008 09:50:33 +0000 Subject: dev-python/pysvn: Version bump svn path=/sunrise/; revision=6514 --- dev-python/pysvn/ChangeLog | 4 +++ dev-python/pysvn/Manifest | 6 ++-- dev-python/pysvn/pysvn-1.5.3.ebuild | 55 ------------------------------------- dev-python/pysvn/pysvn-1.6.0.ebuild | 55 +++++++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 58 deletions(-) delete mode 100644 dev-python/pysvn/pysvn-1.5.3.ebuild create mode 100644 dev-python/pysvn/pysvn-1.6.0.ebuild (limited to 'dev-python/pysvn') diff --git a/dev-python/pysvn/ChangeLog b/dev-python/pysvn/ChangeLog index ee3b5bedc..052da29b2 100644 --- a/dev-python/pysvn/ChangeLog +++ b/dev-python/pysvn/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 17 Jul 2008; Markus Rennings (mren) -pysvn-1.5.3.ebuild, + +pysvn-1.6.0.ebuild: + Version bump + 02 Mar 2008; Markus Rennings (mren) -files/pysvn-1.5.2-nokrb.patch, -pysvn-1.5.2.ebuild, +pysvn-1.5.3.ebuild: Version bump, it seems, the patch is not needed anymore diff --git a/dev-python/pysvn/Manifest b/dev-python/pysvn/Manifest index 35dbbccb8..78296b857 100644 --- a/dev-python/pysvn/Manifest +++ b/dev-python/pysvn/Manifest @@ -1,4 +1,4 @@ -DIST pysvn-1.5.3.tar.gz 473567 RMD160 c042ab1c7f7caa94f8e98032547412426e6ac869 SHA1 0de3c4be6bdc97968f31b1ae08d52efbf4838a41 SHA256 ec068cbe3a0f6ee63192102c91d3f4829108587a4e4c6513c3d7af90a75f8566 -EBUILD pysvn-1.5.3.ebuild 1287 RMD160 07117f5d48c07a7701396d99d8e5cc920b1598e8 SHA1 f124bda4edcc87c1dde22a67cfb49dce92c8e97d SHA256 682c98eee22b27428f86655c8ccd74eea58f7a6179b37f14d47ea8ab5c30c982 -MISC ChangeLog 1117 RMD160 1062c32dbba1ced58208f9adf6fd0d92ae6f3594 SHA1 001691032ee27154dcab89c29174a23014a46c30 SHA256 fa6be909f19fc8d404f8e321a94f42e8b34cefce6012ecc6cd79c33884d76942 +DIST pysvn-1.6.0.tar.gz 215312 RMD160 096de64a013a74d7d9e5e9a07f02d646a03eb001 SHA1 a87a72e9822b6494363f98768df6214e82c789d4 SHA256 bb08a17f2a2432db369210513ab3bda13420276ffa42155d8e374834339c1618 +EBUILD pysvn-1.6.0.ebuild 1287 RMD160 07117f5d48c07a7701396d99d8e5cc920b1598e8 SHA1 f124bda4edcc87c1dde22a67cfb49dce92c8e97d SHA256 682c98eee22b27428f86655c8ccd74eea58f7a6179b37f14d47ea8ab5c30c982 +MISC ChangeLog 1230 RMD160 df0c910a57508b636b6f1724e85afb2ba9b9a3f5 SHA1 0c7e4fa101b0c590bcfffd8af902bb99df72b6b1 SHA256 9c969c2f1e3c618d30e9870f49b85e91ceb114646c8bdcacc057e862cc3ee82a MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-python/pysvn/pysvn-1.5.3.ebuild b/dev-python/pysvn/pysvn-1.5.3.ebuild deleted file mode 100644 index 638de8b0c..000000000 --- a/dev-python/pysvn/pysvn-1.5.3.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit eutils python toolchain-funcs multilib - -DESCRIPTION="Object-oriented python bindings for subversion" -HOMEPAGE="http://pysvn.tigris.org/" -SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-util/subversion-1.2.0" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}/Source" - -src_unpack() { - unpack ${A} - cd "${S}" - - python setup.py configure || die "configure failed" - - # we want our CFLAGS as well - sed -e 's:^\(CCFLAGS=\)\(.*\):\1$(CFLAGS) \2:g' \ - -e 's:^\(CCCFLAGS=\)\(.*\):\1$(CXXFLAGS) \2:g' \ - -e "/^CCC=/s:g++:$(tc-getCXX):" \ - -e "/^CC=/s:gcc:$(tc-getCC):" \ - -i Makefile \ - || die "sed failed in Makefile" -} - -src_install() { - python_version - - cd pysvn - exeinto /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} - doexe _pysvn_2_4.so - insinto /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} - doins __init__.py - - cd "${S}/../Docs" - dohtml *.html *.js -} - -pkg_postinst() { - python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" -} diff --git a/dev-python/pysvn/pysvn-1.6.0.ebuild b/dev-python/pysvn/pysvn-1.6.0.ebuild new file mode 100644 index 000000000..638de8b0c --- /dev/null +++ b/dev-python/pysvn/pysvn-1.6.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit eutils python toolchain-funcs multilib + +DESCRIPTION="Object-oriented python bindings for subversion" +HOMEPAGE="http://pysvn.tigris.org/" +SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz" + +LICENSE="Apache-1.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-util/subversion-1.2.0" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}/Source" + +src_unpack() { + unpack ${A} + cd "${S}" + + python setup.py configure || die "configure failed" + + # we want our CFLAGS as well + sed -e 's:^\(CCFLAGS=\)\(.*\):\1$(CFLAGS) \2:g' \ + -e 's:^\(CCCFLAGS=\)\(.*\):\1$(CXXFLAGS) \2:g' \ + -e "/^CCC=/s:g++:$(tc-getCXX):" \ + -e "/^CC=/s:gcc:$(tc-getCC):" \ + -i Makefile \ + || die "sed failed in Makefile" +} + +src_install() { + python_version + + cd pysvn + exeinto /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} + doexe _pysvn_2_4.so + insinto /usr/$(get_libdir)/python${PYVER}/site-packages/${PN} + doins __init__.py + + cd "${S}/../Docs" + dohtml *.html *.js +} + +pkg_postinst() { + python_mod_optimize "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" +} + +pkg_postrm() { + python_mod_cleanup "${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/${PN}" +} -- cgit v1.2.3