public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/python-updater: python-updater-0.7-r1.ebuild ChangeLog
Date: Fri, 29 Jan 2010 17:37:12 +0000	[thread overview]
Message-ID: <E1NaumO-00018a-9E@stork.gentoo.org> (raw)

arfrever    10/01/29 17:37:12

  Modified:             ChangeLog
  Added:                python-updater-0.7-r1.ebuild
  Log:
  Backport fix for bug #288361.
  (Portage version: 15217-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 app-admin/python-updater/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/python-updater/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/python-updater/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/python-updater/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	29 Jan 2010 17:17:00 -0000	1.44
+++ ChangeLog	29 Jan 2010 17:37:11 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/python-updater
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.44 2010/01/29 17:17:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/python-updater/ChangeLog,v 1.45 2010/01/29 17:37:11 arfrever Exp $
+
+*python-updater-0.7-r1 (29 Jan 2010)
+
+  29 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +python-updater-0.7-r1.ebuild, +files/python-updater-0.7-fix_import.patch:
+  Backport fix for bug #288361.
 
 *python-updater-0.8 (29 Jan 2010)
 



1.1                  app-admin/python-updater/python-updater-0.7-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/python-updater/python-updater-0.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/python-updater/python-updater-0.7-r1.ebuild?rev=1.1&content-type=text/plain

Index: python-updater-0.7-r1.ebuild
===================================================================
# Copyright 1999-2010 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.7-r1.ebuild,v 1.1 2010/01/29 17:37:11 arfrever Exp $

inherit eutils

DESCRIPTION="Script used to remerge python packages when changing Python version."
HOMEPAGE="http://www.gentoo.org/proj/en/Python"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE=""

DEPEND=""
RDEPEND="!<dev-lang/python-2.3.6-r2
	>=sys-apps/portage-2.1.2"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# Delete vulnerable code.
	epatch "${FILESDIR}/${P}-fix_import.patch"
}

src_install()
{
	dosbin ${PN} || die "dosbin failed"
	doman ${PN}.1 || die "doman failed"
	dodoc AUTHORS ChangeLog || die "dodoc failed"
}






             reply	other threads:[~2010-01-29 17:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-29 17:37 Arfrever Frehtes Taifersar Arahesis (arfrever) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-01 22:02 [gentoo-commits] gentoo-x86 commit in app-admin/python-updater: python-updater-0.7-r1.ebuild ChangeLog Christian Faulhammer (fauli)
2010-03-09 22:50 Joseph Jezak (josejx)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NaumO-00018a-9E@stork.gentoo.org \
    --to=arfrever@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox