* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild
@ 2011-01-13 16:16 Doug Goldstein (cardoe)
0 siblings, 0 replies; 5+ messages in thread
From: Doug Goldstein (cardoe) @ 2011-01-13 16:16 UTC (permalink / raw
To: gentoo-commits
cardoe 11/01/13 16:16:35
Modified: ChangeLog
Added: virt-manager-9999.ebuild
Log:
Add ebuild for live hg checkouts
(Portage version: 2.1.9.30/cvs/Linux x86_64)
Revision Changes Path
1.37 app-emulation/virt-manager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 3 Sep 2010 22:03:40 -0000 1.36
+++ ChangeLog 13 Jan 2011 16:16:35 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virt-manager
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.36 2010/09/03 22:03:40 cardoe Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.37 2011/01/13 16:16:35 cardoe Exp $
+
+*virt-manager-9999 (13 Jan 2011)
+
+ 13 Jan 2011; Doug Goldstein <cardoe@gentoo.org> +virt-manager-9999.ebuild:
+ Add ebuild for live hg checkouts
03 Sep 2010; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.8.5.ebuild:
Fix app-emulation/virtinst depend
1.1 app-emulation/virt-manager/virt-manager-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.1&content-type=text/plain
Index: virt-manager-9999.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.1 2011/01/13 16:16:35 cardoe Exp $
#BACKPORTS=1
EAPI=2
if [[ ${PV} = *9999* ]]; then
EHG_REPO_URI="http://hg.fedorahosted.org/hg/virt-manager"
HG_ECLASS="mercurial autotools"
fi
PYTHON_DEPEND="2:2.4"
# Stop gnome2.eclass from doing stuff on USE=debug
GCONF_DEBUG="no"
inherit eutils gnome2 python ${HG_ECLASS}
if [[ ${PV} = *9999* ]]; then
SRC_URI=""
KEYWORDS=""
VIRTINSTDEP=">=app-emulation/virtinst-9999"
else
SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz
${BACKPORTS:+mirror://gentoo/${P}-backports-${BACKPORTS}.tar.bz2}"
KEYWORDS="~amd64 ~x86"
VIRTINSTDEP=">=app-emulation/virtinst-0.500.4"
fi
DESCRIPTION="A graphical tool for administering virtual machines (KVM/Xen)"
HOMEPAGE="http://virt-manager.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="gnome-keyring policykit sasl"
RDEPEND=">=dev-python/pygtk-1.99.12
>=app-emulation/libvirt-0.7.0[python,sasl?]
>=dev-libs/libxml2-2.6.23[python]
${VIRTINSTDEP}
>=gnome-base/librsvg-2
>=x11-libs/vte-0.12.2[python]
>=net-libs/gtk-vnc-0.3.8[python,sasl?]
>=dev-python/dbus-python-0.61
>=dev-python/gconf-python-1.99.11
dev-python/urlgrabber
gnome-keyring? ( dev-python/gnome-keyring-python )
policykit? ( gnome-extra/polkit-gnome )"
DEPEND="${RDEPEND}
app-text/rarian
dev-util/intltool"
src_prepare() {
sed -e "s/python/python2/" -i src/virt-manager.in || \
die "python2 update failed"
[[ -n ${BACKPORTS} ]] && \
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
epatch
# virt-manager's autogen.sh touches this and eautoreconf fails
# unless we do this
touch config.rpath
rm -f config.status
intltoolize --automake --copy --force
perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \
po/Makefile.in.i
eautoreconf
gnome2_src_prepare
}
src_install() {
gnome2_src_install
insinto /usr/share/virt-manager/pixmaps/
doins "${S}"/pixmaps/*.png
doins "${S}"/pixmaps/*.svg
insinto /usr/share/virt-manager/pixmaps/hicolor/16x16/actions/
doins "${S}"/pixmaps/hicolor/16x16/actions/*.png
insinto /usr/share/virt-manager/pixmaps/hicolor/22x22/actions/
doins "${S}"/pixmaps/hicolor/22x22/actions/*.png
insinto /usr/share/virt-manager/pixmaps/hicolor/24x24/actions/
doins "${S}"/pixmaps/hicolor/24x24/actions/*.png
insinto /usr/share/virt-manager/pixmaps/hicolor/32x32/actions/
doins "${S}"/pixmaps/hicolor/32x32/actions/*.png
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild
@ 2011-02-04 15:24 Doug Goldstein (cardoe)
0 siblings, 0 replies; 5+ messages in thread
From: Doug Goldstein (cardoe) @ 2011-02-04 15:24 UTC (permalink / raw
To: gentoo-commits
cardoe 11/02/04 15:24:59
Modified: ChangeLog virt-manager-9999.ebuild
Log:
Update 999 ebuild to be compatible with normal release ebuilds
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Revision Changes Path
1.39 app-emulation/virt-manager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 2 Feb 2011 22:23:10 -0000 1.38
+++ ChangeLog 4 Feb 2011 15:24:59 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.38 2011/02/02 22:23:10 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.39 2011/02/04 15:24:59 cardoe Exp $
+
+ 04 Feb 2011; Doug Goldstein <cardoe@gentoo.org> virt-manager-9999.ebuild:
+ Update 999 ebuild to be compatible with normal release ebuilds
02 Feb 2011; Doug Goldstein <cardoe@gentoo.org> virt-manager-0.8.5.ebuild:
Fix up build depends
1.2 app-emulation/virt-manager/virt-manager-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.1&r2=1.2
Index: virt-manager-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- virt-manager-9999.ebuild 13 Jan 2011 16:16:35 -0000 1.1
+++ virt-manager-9999.ebuild 4 Feb 2011 15:24:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.1 2011/01/13 16:16:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.2 2011/02/04 15:24:59 cardoe Exp $
#BACKPORTS=1
@@ -58,16 +58,18 @@
EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${S}/patches" \
epatch
- # virt-manager's autogen.sh touches this and eautoreconf fails
- # unless we do this
- touch config.rpath
-
- rm -f config.status
- intltoolize --automake --copy --force
- perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
- perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \
- po/Makefile.in.i
- eautoreconf
+ if [[ ${PV} = *9999* ]]; then
+ # virt-manager's autogen.sh touches this and eautoreconf fails
+ # unless we do this
+ touch config.rpath
+
+ rm -f config.status
+ intltoolize --automake --copy --force
+ perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
+ perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \
+ po/Makefile.in.i
+ eautoreconf
+ fi
gnome2_src_prepare
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild
@ 2011-07-21 21:08 Doug Goldstein (cardoe)
0 siblings, 0 replies; 5+ messages in thread
From: Doug Goldstein (cardoe) @ 2011-07-21 21:08 UTC (permalink / raw
To: gentoo-commits
cardoe 11/07/21 21:08:12
Modified: ChangeLog virt-manager-9999.ebuild
Log:
Fix typo with Makefile.in.in. bug #361193
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Revision Changes Path
1.48 app-emulation/virt-manager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 29 Jun 2011 19:20:13 -0000 1.47
+++ ChangeLog 21 Jul 2011 21:08:12 -0000 1.48
@@ -1,6 +1,6 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.47 2011/06/29 19:20:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.48 2011/07/21 21:08:12 cardoe Exp $
29 Jun 2011; Markus Meier <maekke@gentoo.org> virt-manager-0.8.7.ebuild:
x86 stable, bug #370497
@@ -8,6 +8,9 @@
19 Jun 2011; Markos Chandras <hwoarang@gentoo.org> virt-manager-0.8.7.ebuild:
Stable on amd64 wrt bug #370497
+ 07 Jun 2011; Doug Goldstein <cardoe@gentoo.org> virt-manager-9999.ebuild:
+ Fix typo with Makefile.in.in. bug #361193
+
*virt-manager-0.8.7-r2 (07 Jun 2011)
07 Jun 2011; Doug Goldstein <cardoe@gentoo.org>
1.5 app-emulation/virt-manager/virt-manager-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.4&r2=1.5
Index: virt-manager-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- virt-manager-9999.ebuild 28 Mar 2011 08:40:20 -0000 1.4
+++ virt-manager-9999.ebuild 21 Jul 2011 21:08:12 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.4 2011/03/28 08:40:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.5 2011/07/21 21:08:12 cardoe Exp $
#BACKPORTS=1
@@ -67,7 +67,7 @@
intltoolize --automake --copy --force
perl -i -p -e 's,^DATADIRNAME.*$,DATADIRNAME = share,' po/Makefile.in.in
perl -i -p -e 's,^GETTEXT_PACKAGE.*$,GETTEXT_PACKAGE = virt-manager,' \
- po/Makefile.in.i
+ po/Makefile.in.in
eautoreconf
fi
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild
@ 2011-07-21 21:08 Doug Goldstein (cardoe)
0 siblings, 0 replies; 5+ messages in thread
From: Doug Goldstein (cardoe) @ 2011-07-21 21:08 UTC (permalink / raw
To: gentoo-commits
cardoe 11/07/21 21:08:51
Modified: ChangeLog virt-manager-9999.ebuild
Log:
Switch to git-2 eclass from git eclass.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Revision Changes Path
1.49 app-emulation/virt-manager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 21 Jul 2011 21:08:12 -0000 1.48
+++ ChangeLog 21 Jul 2011 21:08:50 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.48 2011/07/21 21:08:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.49 2011/07/21 21:08:50 cardoe Exp $
+
+ 21 Jul 2011; Doug Goldstein <cardoe@gentoo.org> virt-manager-9999.ebuild:
+ Switch to git-2 eclass from git eclass.
29 Jun 2011; Markus Meier <maekke@gentoo.org> virt-manager-0.8.7.ebuild:
x86 stable, bug #370497
1.6 app-emulation/virt-manager/virt-manager-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild?r1=1.5&r2=1.6
Index: virt-manager-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- virt-manager-9999.ebuild 21 Jul 2011 21:08:12 -0000 1.5
+++ virt-manager-9999.ebuild 21 Jul 2011 21:08:50 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.5 2011/07/21 21:08:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/virt-manager-9999.ebuild,v 1.6 2011/07/21 21:08:50 cardoe Exp $
#BACKPORTS=1
@@ -8,7 +8,7 @@
if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="http://git.fedorahosted.org/git/virt-manager.git"
- GIT_ECLASS="git autotools"
+ GIT_ECLASS="git-2 autotools"
fi
PYTHON_DEPEND="2:2.4"
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild
@ 2013-06-11 3:21 Doug Goldstein (cardoe)
0 siblings, 0 replies; 5+ messages in thread
From: Doug Goldstein (cardoe) @ 2013-06-11 3:21 UTC (permalink / raw
To: gentoo-commits
cardoe 13/06/11 03:21:02
Modified: ChangeLog
Removed: virt-manager-9999.ebuild
Log:
The code base has almost completely started over and the build system is entirely new. master is changing pretty rapidly and a live ebuild just won't work at this time. bug #472394
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Revision Changes Path
1.80 app-emulation/virt-manager/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virt-manager/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 24 May 2013 02:45:24 -0000 1.79
+++ ChangeLog 11 Jun 2013 03:21:02 -0000 1.80
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/virt-manager
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.79 2013/05/24 02:45:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/virt-manager/ChangeLog,v 1.80 2013/06/11 03:21:02 cardoe Exp $
+
+ 11 Jun 2013; Doug Goldstein <cardoe@gentoo.org> -virt-manager-9999.ebuild:
+ The code base has almost completely started over and the build system is
+ entirely new. master is changing pretty rapidly and a live ebuild just won't
+ work at this time. bug #472394
24 May 2013; Patrick Lauer <patrick@gentoo.org> virt-manager-9999.ebuild:
Removing unneeded/unsatisfiable virtinst dependency
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-06-11 3:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 15:24 [gentoo-commits] gentoo-x86 commit in app-emulation/virt-manager: ChangeLog virt-manager-9999.ebuild Doug Goldstein (cardoe)
-- strict thread matches above, loose matches on Subject: below --
2013-06-11 3:21 Doug Goldstein (cardoe)
2011-07-21 21:08 Doug Goldstein (cardoe)
2011-07-21 21:08 Doug Goldstein (cardoe)
2011-01-13 16:16 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