summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-06-27 07:12:39 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-06-27 07:12:39 +0000
commitb6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf (patch)
tree2c6e1f35e0a96a9904e5b548c7e0e183370bebb3 /app-emulation/xen-tools
parentInitial commit (#275522) (diff)
downloadgentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.tar.gz
gentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.tar.bz2
gentoo-2-b6a63f1d1154d8fb7d7fef492baaafab0d3fc4bf.zip
Fixing link to gentoo-wiki.com, fixes #275219
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/ChangeLog7
-rw-r--r--app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild4
-rw-r--r--app-emulation/xen-tools/xen-tools-3.1.3.ebuild6
-rw-r--r--app-emulation/xen-tools/xen-tools-3.2.1.ebuild6
-rw-r--r--app-emulation/xen-tools/xen-tools-3.3.0.ebuild4
-rw-r--r--app-emulation/xen-tools/xen-tools-3.3.1.ebuild4
-rw-r--r--app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild4
-rw-r--r--app-emulation/xen-tools/xen-tools-3.4.0.ebuild4
8 files changed, 22 insertions, 17 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog
index dad5fde3185e..e91a5a60254b 100644
--- a/app-emulation/xen-tools/ChangeLog
+++ b/app-emulation/xen-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/xen-tools
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.48 2009/06/22 16:33:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.49 2009/06/27 07:12:39 patrick Exp $
+
+ 27 Jun 2009; Patrick Lauer <patrick@gentoo.org> xen-tools-3.1.3.ebuild,
+ xen-tools-3.1.3-r1.ebuild, xen-tools-3.2.1.ebuild, xen-tools-3.3.0.ebuild,
+ xen-tools-3.3.1.ebuild, xen-tools-3.4.0.ebuild, xen-tools-3.4.0-r1.ebuild:
+ Fixing link to gentoo-wiki.com, fixes #275219
*xen-tools-3.4.0-r1 (22 Jun 2009)
diff --git a/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild b/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild
index 966f08c5682a..cfe844c4bc0b 100644
--- a/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild,v 1.1 2009/01/17 00:02:53 ramereth Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3-r1.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
inherit flag-o-matic eutils multilib
@@ -187,7 +187,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.1.3.ebuild b/app-emulation/xen-tools/xen-tools-3.1.3.ebuild
index 40fbc8046209..75b88714a915 100644
--- a/app-emulation/xen-tools/xen-tools-3.1.3.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.1.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild,v 1.1 2008/02/03 01:45:04 marineam Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.1.3.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
inherit flag-o-matic eutils multilib
@@ -184,7 +184,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.2.1.ebuild b/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
index 5b480a08eff2..b112ec079042 100644
--- a/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.2 2008/07/30 01:03:09 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.3 2009/06/27 07:12:39 patrick Exp $
inherit flag-o-matic eutils multilib
@@ -188,7 +188,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.3.0.ebuild b/app-emulation/xen-tools/xen-tools-3.3.0.ebuild
index 7e3a6921cb16..41e4a4fe5adf 100644
--- a/app-emulation/xen-tools/xen-tools-3.3.0.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild,v 1.2 2009/04/26 12:52:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.0.ebuild,v 1.3 2009/06/27 07:12:39 patrick Exp $
inherit flag-o-matic eutils multilib python
@@ -215,7 +215,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.3.1.ebuild b/app-emulation/xen-tools/xen-tools-3.3.1.ebuild
index 159c2e5b3276..57752612bc12 100644
--- a/app-emulation/xen-tools/xen-tools-3.3.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild,v 1.3 2009/04/28 07:57:21 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.3.1.ebuild,v 1.4 2009/06/27 07:12:39 patrick Exp $
EAPI="2"
@@ -197,7 +197,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild b/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild
index 7c0c19708e65..0f04707b2bdc 100644
--- a/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.1 2009/06/22 16:33:24 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0-r1.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
EAPI="2"
@@ -195,7 +195,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo
diff --git a/app-emulation/xen-tools/xen-tools-3.4.0.ebuild b/app-emulation/xen-tools/xen-tools-3.4.0.ebuild
index ebf538930d6e..49925b78de88 100644
--- a/app-emulation/xen-tools/xen-tools-3.4.0.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild,v 1.1 2009/06/22 12:09:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.4.0.ebuild,v 1.2 2009/06/27 07:12:39 patrick Exp $
EAPI="2"
@@ -192,7 +192,7 @@ src_install() {
pkg_postinst() {
elog "Official Xen Guide and the unoffical wiki page:"
elog " http://www.gentoo.org/doc/en/xen-guide.xml"
- elog " http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ elog " http://en.gentoo-wiki.com/wiki/Xen/"
if [[ "$(scanelf -s __guard -q $(type -P python))" ]] ; then
echo