summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-09-03 09:32:19 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-09-03 09:32:19 +0000
commit8c0d6e578f819cb032ff795f41140aaba56ac25d (patch)
treed8bc5a54f1b108fb2bb9bf51fdabc6a4085db22b /app-emulation
parentFix wrong features nomirror -> mirror. (diff)
downloadgentoo-2-8c0d6e578f819cb032ff795f41140aaba56ac25d.tar.gz
gentoo-2-8c0d6e578f819cb032ff795f41140aaba56ac25d.tar.bz2
gentoo-2-8c0d6e578f819cb032ff795f41140aaba56ac25d.zip
Mktemp is not in main tree for few years.
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/ganeti-instance-debian-etch/ChangeLog9
-rw-r--r--app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild6
-rw-r--r--app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild6
3 files changed, 13 insertions, 8 deletions
diff --git a/app-emulation/ganeti-instance-debian-etch/ChangeLog b/app-emulation/ganeti-instance-debian-etch/ChangeLog
index 4002960db296..200e132e754d 100644
--- a/app-emulation/ganeti-instance-debian-etch/ChangeLog
+++ b/app-emulation/ganeti-instance-debian-etch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/ganeti-instance-debian-etch
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.6 2009/09/24 18:46:55 ramereth Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ChangeLog,v 1.7 2011/09/03 09:32:19 scarabeus Exp $
+
+ 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ ganeti-instance-debian-etch-0.3.ebuild,
+ ganeti-instance-debian-etch-0.4.ebuild:
+ Mktemp is not in main tree for few years.
24 Sep 2009; Lance Albertson <ramereth@gentoo.org> metadata.xml:
Take over maintainership
diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
index 2b1376d965a0..2ed276ce0195 100644
--- a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
+++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild,v 1.2 2008/01/23 04:45:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.3.ebuild,v 1.3 2011/09/03 09:32:19 scarabeus Exp $
DESCRIPTION="Debian Etch instance example for Ganeti"
HOMEPAGE="http://code.google.com/p/ganeti/"
@@ -17,7 +17,7 @@ RDEPEND="
app-arch/dump
app-emulation/ganeti
dev-util/debootstrap
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
+ >=sys-apps/coreutils-6.10-r1
sys-apps/util-linux
sys-fs/e2fsprogs
"
diff --git a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild
index 7af28cf3c3d7..13c16afb5fc5 100644
--- a/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild
+++ b/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild,v 1.1 2008/01/31 21:01:35 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/ganeti-instance-debian-etch/ganeti-instance-debian-etch-0.4.ebuild,v 1.2 2011/09/03 09:32:19 scarabeus Exp $
DESCRIPTION="Debian Etch instance example for Ganeti"
HOMEPAGE="http://code.google.com/p/ganeti/"
@@ -17,7 +17,7 @@ RDEPEND="
app-arch/dump
app-emulation/ganeti
dev-util/debootstrap
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
+ >=sys-apps/coreutils-6.10-r1
sys-apps/util-linux
sys-fs/e2fsprogs
"