summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-03-28 12:38:15 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-03-28 12:38:15 +0000
commitb46b043396111f409cda5c2094c971cc1c3ab253 (patch)
tree043c2075bd1f9c9d45768a208a7320d51d753122 /dev-perl/Sys-Virt
parentapp-accessibility/speech-dispatcher: Drop pypy support as package only suppor... (diff)
downloadgentoo-2-b46b043396111f409cda5c2094c971cc1c3ab253.tar.gz
gentoo-2-b46b043396111f409cda5c2094c971cc1c3ab253.tar.bz2
gentoo-2-b46b043396111f409cda5c2094c971cc1c3ab253.zip
Drop old unstable versions due to maintainer's request
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-perl/Sys-Virt')
-rw-r--r--dev-perl/Sys-Virt/ChangeLog6
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-0.10.2.ebuild31
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild31
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-0.9.12.ebuild31
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-0.9.13.ebuild31
5 files changed, 5 insertions, 125 deletions
diff --git a/dev-perl/Sys-Virt/ChangeLog b/dev-perl/Sys-Virt/ChangeLog
index b998b5358fb0..6a6fc67b6177 100644
--- a/dev-perl/Sys-Virt/ChangeLog
+++ b/dev-perl/Sys-Virt/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Sys-Virt
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.21 2013/03/28 08:31:12 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/ChangeLog,v 1.22 2013/03/28 12:38:15 pinkbyte Exp $
+
+ 28 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> -Sys-Virt-0.9.11.ebuild,
+ -Sys-Virt-0.9.12.ebuild, -Sys-Virt-0.9.13.ebuild, -Sys-Virt-0.10.2.ebuild:
+ Drop old unstable versions due to maintainer's request
28 Mar 2013; Sergey Popov <pinkbyte@gentoo.org> Sys-Virt-1.0.3.ebuild:
Add dev-perl/CPAN-Changes to dependencies, needed for tests
diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.10.2.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.10.2.ebuild
deleted file mode 100644
index 13c0e1d6c43a..000000000000
--- a/dev-perl/Sys-Virt/Sys-Virt-0.10.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.10.2.ebuild,v 1.1 2012/10/07 09:06:35 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DANBERR
-MODULE_VERSION=0.10.2
-inherit perl-module
-
-DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=app-emulation/libvirt-${PV}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/XML-XPath
- virtual/perl-Time-HiRes
- )"
-
-SRC_TEST="do"
-
-src_compile() {
- MAKEOPTS+=" -j1" perl-module_src_compile
-}
diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild
deleted file mode 100644
index 017d634dda57..000000000000
--- a/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.11.ebuild,v 1.2 2012/05/04 04:10:56 jdhore Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DANBERR
-MODULE_VERSION=0.9.11
-inherit perl-module
-
-DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=app-emulation/libvirt-${PV}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/XML-XPath
- virtual/perl-Time-HiRes
- )"
-
-SRC_TEST="do"
-
-src_compile() {
- MAKEOPTS+=" -j1" perl-module_src_compile
-}
diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.12.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.12.ebuild
deleted file mode 100644
index aa9385733f57..000000000000
--- a/dev-perl/Sys-Virt/Sys-Virt-0.9.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.12.ebuild,v 1.1 2012/06/16 20:51:42 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DANBERR
-MODULE_VERSION=0.9.12
-inherit perl-module
-
-DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=app-emulation/libvirt-${PV}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/XML-XPath
- virtual/perl-Time-HiRes
- )"
-
-SRC_TEST="do"
-
-src_compile() {
- MAKEOPTS+=" -j1" perl-module_src_compile
-}
diff --git a/dev-perl/Sys-Virt/Sys-Virt-0.9.13.ebuild b/dev-perl/Sys-Virt/Sys-Virt-0.9.13.ebuild
deleted file mode 100644
index 1302028262a8..000000000000
--- a/dev-perl/Sys-Virt/Sys-Virt-0.9.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sys-Virt/Sys-Virt-0.9.13.ebuild,v 1.1 2012/07/03 17:41:25 tove Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=DANBERR
-MODULE_VERSION=0.9.13
-inherit perl-module
-
-DESCRIPTION="Sys::Virt provides an API for using the libvirt library from Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=app-emulation/libvirt-${PV}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- dev-perl/XML-XPath
- virtual/perl-Time-HiRes
- )"
-
-SRC_TEST="do"
-
-src_compile() {
- MAKEOPTS+=" -j1" perl-module_src_compile
-}