public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: virtinst-0.500.6.ebuild virtinst-0.500.5.ebuild ChangeLog virtinst-9999.ebuild
Date: Mon, 28 Mar 2011 08:39:41 +0000 (UTC)	[thread overview]
Message-ID: <20110328083941.8B10620054@flycatcher.gentoo.org> (raw)

flameeyes    11/03/28 08:39:41

  Modified:             virtinst-0.500.5.ebuild ChangeLog
                        virtinst-9999.ebuild
  Added:                virtinst-0.500.6.ebuild
  Log:
  Version bump; fix live ebuild (bug #360077).
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-emulation/virtinst/virtinst-0.500.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild?r1=1.1&r2=1.2

Index: virtinst-0.500.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virtinst-0.500.5.ebuild	2 Feb 2011 21:58:31 -0000	1.1
+++ virtinst-0.500.5.ebuild	28 Mar 2011 08:39:41 -0000	1.2
@@ -1,30 +1,20 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild,v 1.1 2011/02/02 21:58:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.5.ebuild,v 1.2 2011/03/28 08:39:41 flameeyes Exp $
 
 #BACKPORTS=1
 
 EAPI=3
 
-if [[ ${PV} = *9999* ]]; then
-	EHG_REPO_URI="http://hg.fedorahosted.org/hg/python-virtinst"
-	HG_ECLASS="mercurial autotools"
-fi
-
 PYTHON_DEPEND="2"
 RESTRICT_PYTHON_ABIS="3.*"
 SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils eutils ${HG_ECLASS}
 
-if [[ ${PV} = *9999* ]]; then
-	SRC_URI=""
-	KEYWORDS=""
-else
-	SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz
-		${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
-	KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz
+	${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
+KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="Python modules for starting virtualized guest installations"
 HOMEPAGE="http://virt-manager.et.redhat.com/"



1.26                 app-emulation/virtinst/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Feb 2011 08:28:30 -0000	1.25
+++ ChangeLog	28 Mar 2011 08:39:41 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/virtinst
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.25 2011/02/22 08:28:30 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.26 2011/03/28 08:39:41 flameeyes Exp $
+
+*virtinst-0.500.6 (28 Mar 2011)
+
+  28 Mar 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  virtinst-0.500.5.ebuild, +virtinst-0.500.6.ebuild, virtinst-9999.ebuild:
+  Version bump; fix live ebuild (bug #360077).
 
   22 Feb 2011; Markos Chandras <hwoarang@gentoo.org> virtinst-0.500.4.ebuild:
   Stable on amd64 wrt bug #353559



1.5                  app-emulation/virtinst/virtinst-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild?r1=1.4&r2=1.5

Index: virtinst-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virtinst-9999.ebuild	2 Feb 2011 21:58:31 -0000	1.4
+++ virtinst-9999.ebuild	28 Mar 2011 08:39:41 -0000	1.5
@@ -1,21 +1,22 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v 1.4 2011/02/02 21:58:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-9999.ebuild,v 1.5 2011/03/28 08:39:41 flameeyes Exp $
 
 #BACKPORTS=1
 
 EAPI=3
 
+
 if [[ ${PV} = *9999* ]]; then
-	EHG_REPO_URI="http://hg.fedorahosted.org/hg/python-virtinst"
-	HG_ECLASS="mercurial autotools"
+	EGIT_REPO_URI="http://git.fedorahosted.org/git/python-virtinst.git"
+	GIT_ECLASS="git"
 fi
 
 PYTHON_DEPEND="2"
 RESTRICT_PYTHON_ABIS="3.*"
 SUPPORT_PYTHON_ABIS="1"
 
-inherit distutils eutils ${HG_ECLASS}
+inherit distutils eutils ${GIT_ECLASS}
 
 if [[ ${PV} = *9999* ]]; then
 	SRC_URI=""



1.1                  app-emulation/virtinst/virtinst-0.500.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtinst/virtinst-0.500.6.ebuild?rev=1.1&content-type=text/plain

Index: virtinst-0.500.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.500.6.ebuild,v 1.1 2011/03/28 08:39:41 flameeyes Exp $

#BACKPORTS=1

EAPI=3

PYTHON_DEPEND="2"
RESTRICT_PYTHON_ABIS="3.*"
SUPPORT_PYTHON_ABIS="1"

inherit distutils eutils ${HG_ECLASS}

SRC_URI="http://virt-manager.et.redhat.com/download/sources/${PN}/${P}.tar.gz
	${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
KEYWORDS="~amd64 ~x86"

DESCRIPTION="Python modules for starting virtualized guest installations"
HOMEPAGE="http://virt-manager.et.redhat.com/"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
RDEPEND=">=app-emulation/libvirt-0.7.0[python]
	dev-python/urlgrabber
	dev-libs/libxml2[python]"
DEPEND="${RDEPEND}"

PYTHON_MODNAME="virtconv virtinst"

src_prepare() {
	[[ -n ${BACKPORTS} ]] && \
		EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
		epatch

	distutils_src_prepare
}






                 reply	other threads:[~2011-03-28  8:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20110328083941.8B10620054@flycatcher.gentoo.org \
    --to=flameeyes@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