public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: ChangeLog virtinst-0.600.4.ebuild virtinst-9999.ebuild
@ 2013-05-13 14:41 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2013-05-13 14:41 UTC (permalink / raw
  To: gentoo-commits

cardoe      13/05/13 14:41:12

  Modified:             ChangeLog
  Added:                virtinst-0.600.4.ebuild
  Removed:              virtinst-9999.ebuild
  Log:
  Version bump. Drop the git ebuild as this project has merged with virt-manager
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)

Revision  Changes    Path
1.45                 app-emulation/virtinst/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	24 Mar 2013 03:12:05 -0000	1.44
+++ ChangeLog	13 May 2013 14:41:12 -0000	1.45
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/virtinst
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.44 2013/03/24 03:12:05 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/ChangeLog,v 1.45 2013/05/13 14:41:12 cardoe Exp $
+
+*virtinst-0.600.4 (13 May 2013)
+
+  13 May 2013; Doug Goldstein <cardoe@gentoo.org> +virtinst-0.600.4.ebuild,
+  -virtinst-9999.ebuild:
+  Version bump. Drop the git ebuild as this project has merged with
+  virt-manager
 
   24 Mar 2013; Doug Goldstein <cardoe@gentoo.org> -virtinst-0.600.0.ebuild,
   -virtinst-0.600.1.ebuild:



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

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

Index: virtinst-0.600.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virtinst/virtinst-0.600.4.ebuild,v 1.1 2013/05/13 14:41:12 cardoe Exp $

#BACKPORTS=2

EAPI=3

if [[ ${PV} = *9999* ]]; then
	EGIT_REPO_URI="http://git.fedorahosted.org/git/python-virtinst.git"
	GIT_ECLASS="git-2"
fi

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

inherit distutils eutils ${GIT_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}-bp-${BACKPORTS}.tar.bz2
		http://dev.gentoo.org/~cardoe/distfiles/${P}-bp-${BACKPORTS}.tar.bz2}"
	KEYWORDS="~amd64 ~x86"
fi

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-13 14:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 14:41 [gentoo-commits] gentoo-x86 commit in app-emulation/virtinst: ChangeLog virtinst-0.600.4.ebuild virtinst-9999.ebuild Doug Goldstein (cardoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox