commit: 3d957680d5a83243924b8eb40f1185f86f636718
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Dec 23 20:11:02 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Dec 23 20:11:02 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3d957680
[cleanup] dev-perl/KiokuDB-Backend-DBI Remove Old
Package-Manager: portage-2.2.10
---
.../KiokuDB-Backend-DBI-0.80.0.ebuild | 35 -----
.../KiokuDB-Backend-DBI-1.100.0.ebuild | 35 -----
.../KiokuDB-Backend-DBI-1.150.0.ebuild | 59 ---------
.../KiokuDB-Backend-DBI-1.180.0.ebuild | 62 ---------
.../KiokuDB-Backend-DBI-1.190.0.ebuild | 62 ---------
.../KiokuDB-Backend-DBI-1.200.0.ebuild | 62 ---------
.../KiokuDB-Backend-DBI-1.210.0.ebuild | 144 ---------------------
7 files changed, 459 deletions(-)
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-0.80.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-0.80.0.ebuild
deleted file mode 100644
index 44791e0..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-0.80.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="0.08"
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- dev-perl/Moose
- dev-perl/MooseX-Types
- >=dev-perl/KiokuDB-0.240.0
- >=dev-perl/DBIx-Class-0.81.20
- >=dev-perl/DBI-1.607.0
- >=dev-perl/Data-Stream-Bulk-0.70.0
- dev-perl/SQL-Abstract
- dev-perl/Search-GIN
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-use-ok
- dev-perl/Test-TempDir
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.100.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.100.0.ebuild
deleted file mode 100644
index 54eddda..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.100.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="1.10"
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- dev-perl/Moose
- >=dev-perl/MooseX-Types-0.08
- >=dev-perl/KiokuDB-0.240.0
- >=dev-perl/DBIx-Class-0.81.20
- >=dev-perl/DBI-1.607.0
- >=dev-perl/Data-Stream-Bulk-0.70.0
- dev-perl/SQL-Abstract
- dev-perl/Search-GIN
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Test-use-ok
- dev-perl/Test-TempDir
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.150.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.150.0.ebuild
deleted file mode 100644
index 7b66063..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.150.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="1.15"
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# THIS SECTION is here because Makefile.PL
-# does nasty stuff and adds deployment depends at runtime
-# that are *injected* from DBIx-Class at *Build* time. YUCK.
-
-# DBIx-Class-0.08123 -> deploy
-DBI_OPTIONAL_DEPENDS="
- >=dev-perl/SQL-Translator-0.110.60
-"
-COMMON_DEPEND="
- >=dev-perl/DBI-1.607.0
- >=dev-perl/DBIx-Class-0.81.230
- >=dev-perl/Data-Stream-Bulk-0.70.0
- >=dev-perl/KiokuDB-0.460.0
- >=dev-perl/MooseX-Types-0.08
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Class-Accessor-Grouped
- dev-perl/JSON
- dev-perl/Moose
- dev-perl/SQL-Abstract
- dev-perl/Search-GIN
- dev-perl/Test-TempDir
- dev-perl/Test-use-ok
- dev-perl/Try-Tiny
- dev-perl/namespace-autoclean
- dev-perl/namespace-clean
- virtual/perl-Scalar-List-Utils
- ${DBI_OPTIONAL_DEPENDS}
-"
-# NOTE: Dep on DBIx-Class here is needed like this
-# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
-# via 'require', which became part of DBIx-Class at 0.08119
-
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/DBIx-Class-0.81.190
- >=virtual/perl-ExtUtils-MakeMaker-6.56
- dev-perl/DBD-SQLite
- dev-perl/Test-Exception
- dev-perl/Test-TempDir
- dev-perl/YAML-LibYAML
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.180.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.180.0.ebuild
deleted file mode 100644
index 22398a4..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.180.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=DRUOSO
-MODULE_VERSION="1.18"
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# THIS SECTION is here because Makefile.PL
-# does nasty stuff and adds deployment depends at runtime
-# that are *injected* from DBIx-Class at *Build* time. YUCK.
-
-# DBIx-Class-0.08123 -> deploy
-DBI_OPTIONAL_DEPENDS="
- >=dev-perl/SQL-Translator-0.110.60
-"
-COMMON_DEPEND="
- >=dev-perl/DBI-1.607.0
- >=dev-perl/DBIx-Class-0.81.230
- >=dev-perl/Data-Stream-Bulk-0.70.0
- >=dev-perl/KiokuDB-0.460.0
- >=dev-perl/MooseX-Types-0.08
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Class-Accessor-Grouped
- dev-perl/JSON
- dev-perl/Moose
- dev-perl/SQL-Abstract
- >=dev-perl/Search-GIN-0.70.0
- dev-perl/Test-TempDir
- dev-perl/Test-use-ok
- dev-perl/Try-Tiny
- dev-perl/namespace-autoclean
- dev-perl/namespace-clean
- virtual/perl-Scalar-List-Utils
- ${DBI_OPTIONAL_DEPENDS}
-"
-# NOTE: Dep on DBIx-Class here is needed like this
-# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
-# via 'require', which became part of DBIx-Class at 0.08119
-
-# CONFIGURE_REQUIRES
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/DBIx-Class-0.81.190
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-# BUILD_REQUIRES
-DEPEND="${DEPEND}
- dev-perl/DBD-SQLite
- dev-perl/Test-Exception
- dev-perl/YAML-LibYAML
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.190.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.190.0.ebuild
deleted file mode 100644
index 25c64de..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.190.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=NUFFIN
-MODULE_VERSION="1.19"
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# THIS SECTION is here because Makefile.PL
-# does nasty stuff and adds deployment depends at runtime
-# that are *injected* from DBIx-Class at *Build* time. YUCK.
-
-# DBIx-Class-0.08123 -> deploy
-DBI_OPTIONAL_DEPENDS="
- >=dev-perl/SQL-Translator-0.110.60
-"
-COMMON_DEPEND="
- >=dev-perl/DBI-1.607.0
- >=dev-perl/DBIx-Class-0.81.270
- >=dev-perl/Data-Stream-Bulk-0.70.0
- >=dev-perl/KiokuDB-0.460.0
- >=dev-perl/MooseX-Types-0.08
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Class-Accessor-Grouped
- dev-perl/JSON
- dev-perl/Moose
- dev-perl/SQL-Abstract
- >=dev-perl/Search-GIN-0.70.0
- dev-perl/Test-TempDir
- dev-perl/Test-use-ok
- dev-perl/Try-Tiny
- dev-perl/namespace-autoclean
- dev-perl/namespace-clean
- virtual/perl-Scalar-List-Utils
- ${DBI_OPTIONAL_DEPENDS}
-"
-# NOTE: Dep on DBIx-Class here is needed like this
-# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
-# via 'require', which became part of DBIx-Class at 0.08119
-
-# CONFIGURE_REQUIRES
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/DBIx-Class-0.81.190
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-# BUILD_REQUIRES
-DEPEND="${DEPEND}
- dev-perl/DBD-SQLite
- dev-perl/Test-Exception
- dev-perl/YAML-LibYAML
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
deleted file mode 100644
index b153948..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.200.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOY
-MODULE_VERSION=1.20
-inherit perl-module
-
-DESCRIPTION="DBI backend for KiokuDB"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-# THIS SECTION is here because Makefile.PL
-# does nasty stuff and adds deployment depends at runtime
-# that are *injected* from DBIx-Class at *Build* time. YUCK.
-
-# DBIx-Class-0.08123 -> deploy
-DBI_OPTIONAL_DEPENDS="
- >=dev-perl/SQL-Translator-0.110.60
-"
-COMMON_DEPEND="
- >=dev-perl/DBI-1.607.0
- >=dev-perl/DBIx-Class-0.81.270
- >=dev-perl/Data-Stream-Bulk-0.70.0
- >=dev-perl/KiokuDB-0.460.0
- >=dev-perl/MooseX-Types-0.08
- >=virtual/perl-Test-Simple-0.88
- dev-perl/Class-Accessor-Grouped
- dev-perl/JSON
- dev-perl/Moose
- dev-perl/SQL-Abstract
- >=dev-perl/Search-GIN-0.70.0
- dev-perl/Test-TempDir
- dev-perl/Test-use-ok
- dev-perl/Try-Tiny
- dev-perl/namespace-autoclean
- dev-perl/namespace-clean
- virtual/perl-Scalar-List-Utils
- ${DBI_OPTIONAL_DEPENDS}
-"
-# NOTE: Dep on DBIx-Class here is needed like this
-# Because Makefile.PL depends on DBIx::Class::Optional::Dependencies directly
-# via 'require', which became part of DBIx-Class at 0.08119
-
-# CONFIGURE_REQUIRES
-DEPEND="
- ${COMMON_DEPEND}
- >=dev-perl/DBIx-Class-0.81.190
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-# BUILD_REQUIRES
-DEPEND="${DEPEND}
- dev-perl/DBD-SQLite
- dev-perl/Test-Exception
- dev-perl/YAML-LibYAML
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.210.0.ebuild
b/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.210.0.ebuild
deleted file mode 100644
index 1e2a734..0000000
--- a/dev-perl/KiokuDB-Backend-DBI/KiokuDB-Backend-DBI-1.210.0.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOY
-MODULE_VERSION=1.21
-inherit perl-module
-
-DESCRIPTION='DBI backend for KiokuDB'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-dbix_class_optional_deps() {
- echo \>=dev-perl/SQL-Translator-0.110.60
-}
-
-perl_meta_configure() {
- # DBIx::Class::Optional::Dependencies
- echo dev-perl/DBIx-Class
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- dbix_class_optional_deps;
- # Carp
- # echo virtual/perl-Carp
- # Class::Accessor::Grouped
- echo dev-perl/Class-Accessor-Grouped
- # DBI 1.607 ( 1.607.0 )
- echo \>=dev-perl/DBI-1.607.0
- # DBIx::Class 0.08127 ( 0.81.270 )
- echo \>=dev-perl/DBIx-Class-0.81.270
- # DBIx::Class::Core
- echo dev-perl/DBIx-Class
- # DBIx::Class::ResultSource::Table
- echo dev-perl/DBIx-Class
- # DBIx::Class::Schema
- echo dev-perl/DBIx-Class
- # Data::Stream::Bulk 0.07 ( 0.70.0 )
- echo \>=dev-perl/Data-Stream-Bulk-0.70.0
- # Data::Stream::Bulk::DBI
- echo dev-perl/Data-Stream-Bulk
- # JSON
- echo dev-perl/JSON
- # KiokuDB 0.46 ( 0.460.0 )
- echo \>=dev-perl/KiokuDB-0.460.0
- # KiokuDB::Backend
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::Clear
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::Concurrency::POSIX
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::GC
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::Query::GIN
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::Query::Simple
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::Scan
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Role::TXN
- echo dev-perl/KiokuDB
- # KiokuDB::Backend::Serialize::Delegate
- echo dev-perl/KiokuDB
- # KiokuDB::TypeMap
- echo dev-perl/KiokuDB
- # KiokuDB::TypeMap::Entry
- echo dev-perl/KiokuDB
- # KiokuDB::TypeMap::Entry::Naive
- echo dev-perl/KiokuDB
- # Moose
- echo dev-perl/Moose
- # Moose::Util::TypeConstraints
- echo dev-perl/Moose
- # MooseX::Types 0.08 ( 0.80.0 )
- echo \>=dev-perl/MooseX-Types-0.80.0
- # MooseX::Types::Moose
- echo dev-perl/MooseX-Types
- # SQL::Abstract
- echo dev-perl/SQL-Abstract
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # Search::GIN 0.07 ( 0.70.0 )
- echo \>=dev-perl/Search-GIN-0.70.0
- # Search::GIN::Extract::Delegate
- echo dev-perl/Search-GIN
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::TempDir
- echo dev-perl/Test-TempDir
- # Test::use::ok
- echo dev-perl/Test-use-ok
- # Try::Tiny
- echo dev-perl/Try-Tiny
- # base
- # echo virtual/perl-base
- # namespace::autoclean
- echo dev-perl/namespace-autoclean
- # namespace::clean
- echo dev-perl/namespace-clean
- # strict
- echo dev-lang/perl
- # warnings
- echo dev-lang/perl
-}
-perl_meta_test() {
- # DBD::SQLite
- echo dev-perl/DBD-SQLite
- # DBI
- echo dev-perl/DBI
- # KiokuDB::Test
- echo dev-perl/KiokuDB
- # Search::GIN::Extract::Callback
- echo dev-perl/Search-GIN
- # Search::GIN::Extract::Class
- echo dev-perl/Search-GIN
- # Search::GIN::Query::Manual
- echo dev-perl/Search-GIN
- # Search::GIN::Query::Set
- echo dev-perl/Search-GIN
- # Test::Exception
- echo dev-perl/Test-Exception
- # Test::More
- echo virtual/perl-Test-Simple
- # Test::TempDir
- echo dev-perl/Test-TempDir
- # YAML::XS
- echo dev-perl/YAML-LibYAML
- # constant
- # echo virtual/perl-constant
- # ok
- echo dev-perl/Test-use-ok
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"