summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-10-29 17:48:33 +0000
committerAli Polatel <hawking@gentoo.org>2007-10-29 17:48:33 +0000
commitccfd47009fac9dbf4a7702ff0b6680faa15c056d (patch)
tree72db2f39f4df440040036522bc0c271788027018
parentUnmask liferea 1.4.x again (diff)
downloadgentoo-2-ccfd47009fac9dbf4a7702ff0b6680faa15c056d.tar.gz
gentoo-2-ccfd47009fac9dbf4a7702ff0b6680faa15c056d.tar.bz2
gentoo-2-ccfd47009fac9dbf4a7702ff0b6680faa15c056d.zip
version bump. fixing bug 180088 and some other problems. changed HOMEPAGE
(Portage version: 2.1.3.16)
-rw-r--r--app-admin/python-updater/ChangeLog8
-rw-r--r--app-admin/python-updater/files/digest-python-updater-0.33
-rw-r--r--app-admin/python-updater/python-updater-0.2.ebuild4
-rw-r--r--app-admin/python-updater/python-updater-0.3.ebuild22
4 files changed, 34 insertions, 3 deletions
diff --git a/app-admin/python-updater/ChangeLog b/app-admin/python-updater/ChangeLog
index ce44ae7b3b14..16e4864d2ca3 100644
--- a/app-admin/python-updater/ChangeLog
+++ b/app-admin/python-updater/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/python-updater
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.20 2007/10/26 09:37:48 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.21 2007/10/29 17:48:32 hawking Exp $
+
+*python-updater-0.3 (29 Oct 2007)
+
+ 29 Oct 2007; Ali Polatel <hawking@gentoo.org> python-updater-0.2.ebuild,
+ +python-updater-0.3.ebuild:
+ version bump. fixing bug 180088 and some other problems. changed HOMEPAGE
26 Oct 2007; Ali Polatel <hawking@gentoo.org> python-updater-0.2.ebuild:
Changed SRC_URI to mirror://gentoo
diff --git a/app-admin/python-updater/files/digest-python-updater-0.3 b/app-admin/python-updater/files/digest-python-updater-0.3
new file mode 100644
index 000000000000..1c72799aa04f
--- /dev/null
+++ b/app-admin/python-updater/files/digest-python-updater-0.3
@@ -0,0 +1,3 @@
+MD5 ae9f83333f9e3d4b44694af260f367af python-updater-0.3.bz2 2545
+RMD160 a94b7c50384801216d794ddf80d6c31da848be02 python-updater-0.3.bz2 2545
+SHA256 57e34e7c2681861dd54caf6382edf6042528a0dd42151bf84d4242d1ad37d5c3 python-updater-0.3.bz2 2545
diff --git a/app-admin/python-updater/python-updater-0.2.ebuild b/app-admin/python-updater/python-updater-0.2.ebuild
index 859dd179637e..65a4c2d4ee11 100644
--- a/app-admin/python-updater/python-updater-0.2.ebuild
+++ b/app-admin/python-updater/python-updater-0.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.2.ebuild,v 1.18 2007/10/26 09:37:48 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.2.ebuild,v 1.19 2007/10/29 17:48:32 hawking Exp $
DESCRIPTION="Script used to remerge python packages when changing Python version."
-HOMEPAGE="http://dev.gentoo.org/"
+HOMEPAGE="http://www.gentoo.org/proj/en/Python"
SRC_URI="mirror://gentoo/${P}.bz2"
LICENSE="GPL-2"
diff --git a/app-admin/python-updater/python-updater-0.3.ebuild b/app-admin/python-updater/python-updater-0.3.ebuild
new file mode 100644
index 000000000000..2830e9aa19f0
--- /dev/null
+++ b/app-admin/python-updater/python-updater-0.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/python-updater-0.3.ebuild,v 1.1 2007/10/29 17:48:32 hawking Exp $
+
+DESCRIPTION="Script used to remerge python packages when changing Python version."
+HOMEPAGE="http://www.gentoo.org/proj/en/Python"
+SRC_URI="mirror://gentoo/${P}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+RDEPEND="!<dev-lang/python-2.3.6-r2
+ || ( >=sys-apps/portage-2.1.2 sys-apps/pkgcore sys-apps/paludis )"
+
+src_install()
+{
+ cd "${WORKDIR}"
+ newsbin ${P} ${PN}
+}