From: Frank Brehm Date: Mon, 29 Dec 2014 11:28:41 +0000 (+0100) Subject: Removed dev-python/pb-logging/pb-logging-0.4.0.1.ebuild, Added dev-python/pb-logging... X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=91291968b09ccfe80522050b7cd259f86ec0ff94;p=portage.git Removed dev-python/pb-logging/pb-logging-0.4.0.1.ebuild, Added dev-python/pb-logging/pb-logging-0.4.6-r1.ebuild --- diff --git a/dev-python/pb-logging/Manifest b/dev-python/pb-logging/Manifest index 6770f13..95b752d 100644 --- a/dev-python/pb-logging/Manifest +++ b/dev-python/pb-logging/Manifest @@ -1,4 +1,4 @@ EBUILD pb-logging-0.3.2.1.ebuild 1540 SHA256 65fb300b2d90dc0b0d1db2a0cbac35acc94c4e5dae0ebf41d90cd4d697f40248 SHA512 8395a3d940110d6af0a805dde3c7a467b61976b44e70e195e20b3703ce9ec95fd8946abbed0f17dabed131c74452cf04e039faab22066eb161a5b11502facf52 WHIRLPOOL e2208db4b1c1965a63f13ec002ee7bc6cb2707805a69784dc45ddd15b01344efeaa2344edf48bb5ab284f73e59f64a58884f98b45029fa6520d85d8488cffc4f -EBUILD pb-logging-0.4.0.1.ebuild 1333 SHA256 019e5eaff5030bd6e55dd060a8ec28644d2cb01a3139f561c0792384a83d66b6 SHA512 3f8ad2b0a20b7e8bc62ab9763527bb50a753bee7010ae5bc1f7202d1789096204c62d4612dcf31fefce14d9de1fedcafe7b66d0c17346f5f45211ed29a70bf60 WHIRLPOOL f5266db7db22d5a8e7511f44fb23fd38c0bb36bdd31e07ecb7b490285f1c303c9b682409486e0d01914b6342b399436012a67ca005b092b2d556635fb81ae134 EBUILD pb-logging-0.4.1.3-r3.ebuild 1337 SHA256 930af4b9facb0e4139d82ea8747c64353ebf691d69e1f3a5c005e6709b1a19f4 SHA512 84bf75bd2797a280c64ad03e6f688d7126461bd2127f6da8a0910a35f6b3cc6074116ec1a659280a6560738cbd0fc1b2632c5ae9018e311e4c46d989c33189f7 WHIRLPOOL a099427ca68422ddcebe1604332b46bef2fec5d04b221c8ae00dc718ab0a4404499ca320b22810ffc6950ef36e7f46fd48e6a8626debffedeb0835c79b049a6c EBUILD pb-logging-0.4.5.1.ebuild 1339 SHA256 95901d2798b4227e3b4c1720765c48778b2cea94ca9b317be2adde1313e3b8dd SHA512 f1f289daaebe90173b22d8fc52ff261ba123b946b03800c0af9e87017372179a48ac77b59c2d0aad8ec1edbeb53b7c9ab80066e7d3b9d3ad9eb492366141e100 WHIRLPOOL f7fec2be78e0969f221f2db3c5d33f50f489db5fbc68ac5a50ef22eb88bd92cba4bacac05bf0c1542d5bf8f689263482854222cc84684cb4d7ac4210522f8644 +EBUILD pb-logging-0.4.6-r1.ebuild 1346 SHA256 516768ace9a75edc6ef14c9a16c71f1b294bec0fe647f7b4a6ad6a26a1f65556 SHA512 cbfd3a44dc973b1e93b92c81aea37c5c4de0456e50d70f35fa158416da330ef54c1ab5dc33dd49c54c879eecbcb02d8850d75182f8ce19d69a0c9de6aeffacd2 WHIRLPOOL 18a3d9740018e9018437b06f14cc52e435afa0d8d8616bbe02f1bd0a4af82a71b8b0181527bbd1b9538773279bbc622c48ddbf82526a3e83f5c514f342e3e61a diff --git a/dev-python/pb-logging/pb-logging-0.4.0.1.ebuild b/dev-python/pb-logging/pb-logging-0.4.0.1.ebuild deleted file mode 100644 index c7120df..0000000 --- a/dev-python/pb-logging/pb-logging-0.4.0.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) - -DESCRIPTION="Python modules to extend the logging mechanism in Python." -HOMEPAGE="https://github.com/fbrehm/py_pb_logging" -SRC_URI="" -EGIT_REPO_URI="https://github.com/fbrehm/py_pb_logging.git" - -inherit git-2 distutils-r1 user versionator - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -EGIT_BRANCH="develop" -EGIT_COMMIT=$(replace_version_separator 3 '-') - -DOCS="debian/changelog README.txt" - -RDEPEND=" - virtual/python-argparse -" -DEPEND=" - ${RDEPEND} - doc? ( dev-python/epydoc - dev-python/docutils - ) -" - -src_prepare() { - elog "Used GIT tag: '${EGIT_COMMIT}'." - distutils-r1_src_prepare -} - -src_install() { - - distutils-r1_src_install - - if use doc; then - einfo "Installing documentation ..." - dodir "/usr/share/doc/${PF}" - dodir "/usr/share/doc/${PF}/html" - dodir "/usr/share/doc/${PF}/pdf" - - einfo "Creating epydoc html documentation" - epydoc --html -v -o "${ED}/usr/share/doc/${PF}/html" "${S}/pb_logging" || ewarn "Could not create epydoc html documentation" - einfo "Creating epydoc pdf documentation" - epydoc --pdf -o "${ED}/usr/share/doc/${PF}/pdf" "${S}/pb_logging" || ewarn "Could not create epydoc pdf documentation" - - fi - -} - diff --git a/dev-python/pb-logging/pb-logging-0.4.6-r1.ebuild b/dev-python/pb-logging/pb-logging-0.4.6-r1.ebuild new file mode 100644 index 0000000..d07cc87 --- /dev/null +++ b/dev-python/pb-logging/pb-logging-0.4.6-r1.ebuild @@ -0,0 +1,59 @@ +# 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} pypy2_0 ) + + +DESCRIPTION="Python modules to extend the logging mechanism in Python." +HOMEPAGE="https://github.com/fbrehm/py_pb_logging" +SRC_URI="" +EGIT_REPO_URI="https://github.com/fbrehm/py_pb_logging.git" + +inherit git-2 distutils-r1 user versionator + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc" + +EGIT_BRANCH="master" +EGIT_COMMIT="$(replace_version_separator 3 '-')_deb6" + +DOCS="debian/changelog README.txt" + +RDEPEND=" +" +DEPEND=" + ${RDEPEND} + doc? ( dev-python/epydoc + dev-python/docutils + ) +" + +src_prepare() { + elog "Used GIT tag: '${EGIT_COMMIT}'." + distutils-r1_src_prepare +} + +src_install() { + + distutils-r1_src_install + + if use doc; then + einfo "Installing documentation ..." + dodir "/usr/share/doc/${PF}" + dodir "/usr/share/doc/${PF}/html" + dodir "/usr/share/doc/${PF}/pdf" + + einfo "Creating epydoc html documentation" + epydoc --html -v -o "${ED}/usr/share/doc/${PF}/html" "${S}/pb_logging" || ewarn "Could not create epydoc html documentation" + einfo "Creating epydoc pdf documentation" + epydoc --pdf -o "${ED}/usr/share/doc/${PF}/pdf" "${S}/pb_logging" || ewarn "Could not create epydoc pdf documentation" + + fi + +} + +# vim: filetype=ebuild ts=4 sw=4