From 3afdb599954b41f7424eb9aa3e6b1776cfa04272 Mon Sep 17 00:00:00 2001 From: Rob Cakebread Date: Tue, 17 Jul 2007 00:46:08 +0000 Subject: Version bump. Removed obsolete version. (Portage version: 2.1.3_rc8) --- dev-python/yolk/ChangeLog | 8 ++++++- dev-python/yolk/files/digest-yolk-0.3.0 | 3 +++ dev-python/yolk/yolk-0.2.0.ebuild | 37 --------------------------------- dev-python/yolk/yolk-0.3.0.ebuild | 33 +++++++++++++++++++++++++++++ 4 files changed, 43 insertions(+), 38 deletions(-) create mode 100644 dev-python/yolk/files/digest-yolk-0.3.0 delete mode 100644 dev-python/yolk/yolk-0.2.0.ebuild create mode 100644 dev-python/yolk/yolk-0.3.0.ebuild (limited to 'dev-python/yolk') diff --git a/dev-python/yolk/ChangeLog b/dev-python/yolk/ChangeLog index f7c03e1ef6b0..82a1cdcedb5a 100644 --- a/dev-python/yolk/ChangeLog +++ b/dev-python/yolk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/yolk # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.6 2007/07/07 23:18:52 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/ChangeLog,v 1.7 2007/07/17 00:46:08 pythonhead Exp $ + +*yolk-0.3.0 (17 Jul 2007) + + 17 Jul 2007; Rob Cakebread -yolk-0.2.0.ebuild, + +yolk-0.3.0.ebuild: + Version bump. Removed obsolete version. *yolk-0.2.0 (07 Jul 2007) diff --git a/dev-python/yolk/files/digest-yolk-0.3.0 b/dev-python/yolk/files/digest-yolk-0.3.0 new file mode 100644 index 000000000000..58ee86bb04b3 --- /dev/null +++ b/dev-python/yolk/files/digest-yolk-0.3.0 @@ -0,0 +1,3 @@ +MD5 29bf8329626576b1ab1387bb6226331d yolk-0.3.0.tar.gz 78934 +RMD160 be4382c7055ffc894713b5adcca0a86fd42fb357 yolk-0.3.0.tar.gz 78934 +SHA256 c598bf8e7140a3809c7692e7807ce9347ede7661ca801888a7112216d4cb59ea yolk-0.3.0.tar.gz 78934 diff --git a/dev-python/yolk/yolk-0.2.0.ebuild b/dev-python/yolk/yolk-0.2.0.ebuild deleted file mode 100644 index c9265462d66e..000000000000 --- a/dev-python/yolk/yolk-0.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.2.0.ebuild,v 1.2 2007/07/11 06:19:47 mr_bones_ Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages" -HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" -SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test examples" -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND} - test? ( dev-python/nose - || ( >=dev-lang/python-2.5 dev-python/celementtree ) ) - dev-python/yolk-portage" - -src_install() { - distutils_src_install - if use examples ; then - docinto examples/plugins - dodoc ${S}/examples/plugins/* - docinto examples/plugins/yolk_portage - dodoc ${S}/examples/plugins/yolk_portage/* - docinto examples/plugins/yolk_pkg_manager - dodoc ${S}/examples/plugins/yolk_pkg_manager/* - prepalldocs - fi -} - -src_test() { - PYTHONPATH=. "${python}" setup.py nosetests || die "tests failed" -} diff --git a/dev-python/yolk/yolk-0.3.0.ebuild b/dev-python/yolk/yolk-0.3.0.ebuild new file mode 100644 index 000000000000..9e8d932928a0 --- /dev/null +++ b/dev-python/yolk/yolk-0.3.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/yolk/yolk-0.3.0.ebuild,v 1.1 2007/07/17 00:46:08 pythonhead Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +DESCRIPTION="Tool and library for querying PyPI and locally installed Python packages" +HOMEPAGE="http://cheeseshop.python.org/pypi/yolk" +SRC_URI="http://cheeseshop.python.org/packages/source/y/yolk/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" +DEPEND="dev-python/setuptools" +RDEPEND="${DEPEND} + dev-python/yolk-portage" + + +src_install() { + distutils_src_install + if use examples ; then + docinto examples/plugins + dodoc ${S}/examples/plugins/* + docinto examples/plugins/yolk_portage + dodoc ${S}/examples/plugins/yolk_portage/* + docinto examples/plugins/yolk_pkg_manager + dodoc ${S}/examples/plugins/yolk_pkg_manager/* + prepalldocs + fi +} + -- cgit v1.2.3-65-gdbad