From 1565ba80b556d46b19bf0b5992f012be03aebdaf Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Tue, 19 Jun 2007 09:49:22 +0000 Subject: dev-python/mother: version bump svn path=/sunrise/; revision=3978 --- dev-python/mother/ChangeLog | 4 ++++ dev-python/mother/Manifest | 6 +++--- dev-python/mother/mother-0.5.2.ebuild | 28 ---------------------------- dev-python/mother/mother-0.5.5.ebuild | 28 ++++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 31 deletions(-) delete mode 100644 dev-python/mother/mother-0.5.2.ebuild create mode 100644 dev-python/mother/mother-0.5.5.ebuild (limited to 'dev-python') diff --git a/dev-python/mother/ChangeLog b/dev-python/mother/ChangeLog index 522c13c57..f111506a9 100644 --- a/dev-python/mother/ChangeLog +++ b/dev-python/mother/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 19 Jun 2007; Ali Polatel (hawking) + -mother-0.5.2.ebuild, +mother-0.5.5.ebuild: + version bump + 26 Apr 2007; Ali Polatel (hawking) -mother-0.4.6.ebuild, +mother-0.5.2.ebuild: version bump diff --git a/dev-python/mother/Manifest b/dev-python/mother/Manifest index 39213493e..1029d1132 100644 --- a/dev-python/mother/Manifest +++ b/dev-python/mother/Manifest @@ -1,4 +1,4 @@ -DIST mother-0.5.2.tgz 40494 RMD160 97c7bcfb770423fbebc34bdc3f6bffb730a68e14 SHA1 75b0913f3955326a2eddea544edf10d8d7222c32 SHA256 f24bb82b97f4c485cd76835f01a1cce0f3ee8346d855ee769783b5988eea7e96 -EBUILD mother-0.5.2.ebuild 513 RMD160 94682b3fc7dcefea6ddf40dbba0a2887fcbe74df SHA1 9f41980ed118389f98e0c6839ad7c82a49e50918 SHA256 541bfde9a2cbf0547d4dedd54b97fbe03566041c9d19aeff0bf5cfd60c0ba03e -MISC ChangeLog 484 RMD160 751a8095b1fc12d6fcc58f2432649477aee47545 SHA1 326554cd328a608f8fd9fc94f9c1642bd283c3b2 SHA256 f237989e9e6a680ad52b76a3529b192b2f34a0eac1e54b4c5f332b42c0d0d181 +DIST mother-0.5.5.tgz 44826 RMD160 6500985416ab1241469e44c53c86524e495fa30d SHA1 ab67e457a06921494e66f07918b5f3377e0bf7c6 SHA256 1526e5f61a630b2136a214ccb6c597d47113a5694381a4ca17aa92b67b986608 +EBUILD mother-0.5.5.ebuild 514 RMD160 66580722cdf471e56dfecffa2795e4d3b0fe611b SHA1 2ebb687d37d547a4848f510bb6ac84810d61e17e SHA256 3ed191b76334e4e9ad2644dfae59a0ad3322fa4d54f8f1dc153c299fcec55f34 +MISC ChangeLog 603 RMD160 c56241fd38e6fa7cd4e18eb5faf595c570efbaaa SHA1 e34f98dc74477560d707f07b303d6b5b1b9f4a8d SHA256 ff79fe547a393e9e317e90e5c7e1e155ab2d7219fb6f13aa417d66070af9c66d MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/dev-python/mother/mother-0.5.2.ebuild b/dev-python/mother/mother-0.5.2.ebuild deleted file mode 100644 index a4cdc3344..000000000 --- a/dev-python/mother/mother-0.5.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -NEED_PYHON="2.4" - -inherit distutils - -DESCRIPTION="A python PostgreSQL introspective ORM" -HOMEPAGE="http://www.dbmother.org" -SRC_URI="http://www.dbmother.org/download/${P}.tgz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=dev-python/psycopg-2.0" - -DOCS="AUTHORS doc/*" - -src_install() { - distutils_src_install - - insinto /usr/share/doc/${PF}/examples - doins examples/* -} diff --git a/dev-python/mother/mother-0.5.5.ebuild b/dev-python/mother/mother-0.5.5.ebuild new file mode 100644 index 000000000..3e577179f --- /dev/null +++ b/dev-python/mother/mother-0.5.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +NEED_PYHON="2.4" + +inherit distutils + +DESCRIPTION="A python PostgreSQL introspective ORM" +HOMEPAGE="http://www.dbmother.org/" +SRC_URI="http://www.dbmother.org/download/${P}.tgz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-python/psycopg-2.0" + +DOCS="AUTHORS doc/*" + +src_install() { + distutils_src_install + + insinto /usr/share/doc/${PF}/examples + doins examples/* +} -- cgit v1.2.3-65-gdbad