summaryrefslogtreecommitdiff
path: root/dev-perl/ORLite
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/ORLite
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/ORLite')
-rw-r--r--dev-perl/ORLite/Manifest4
-rw-r--r--dev-perl/ORLite/ORLite-1.980.0-r1.ebuild34
-rw-r--r--dev-perl/ORLite/files/ORLite-1.98-dot-in-inc.patch394
-rw-r--r--dev-perl/ORLite/metadata.xml12
4 files changed, 0 insertions, 444 deletions
diff --git a/dev-perl/ORLite/Manifest b/dev-perl/ORLite/Manifest
deleted file mode 100644
index 73fb1d6e0e18..000000000000
--- a/dev-perl/ORLite/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX ORLite-1.98-dot-in-inc.patch 9606 BLAKE2B b71a784a9165e3b77c86727f401a8584a7cc068b12be9555e891b6a7da0eb5ed6953d85dad8479f6c832e5ff673174c156cc8ea8e9813918dde508c32b34ff9d SHA512 947130481b5826582b103c8c26100a2c3c78c8615c1349e77509acdd46bd6dbc0a6be57e276208c6100e182bc54a1ecb4c1eb5d06abea6d875561f6b0b3994c2
-DIST ORLite-1.98.tar.gz 67402 BLAKE2B f2c5c5f3f36932163c1e5033cd4bfcdf2a3172ba2f5b3dc59e03012706520219162eee986fddd423b289f2bb6b5d350e78e94ac1f3dc3060849383d5894fa185 SHA512 1cc2f8352efe2867806611746d78cf8aa9788e2f38eeb9231ab7b4168a3befeecdb1773360a13578758f9172d08f55261e952698a3e8c5a5b8ad5e63939349f9
-EBUILD ORLite-1.980.0-r1.ebuild 653 BLAKE2B 75ece8a39265f3ee5a19f2bd3d5ea64e9cd6eb65e1ab0df9019f3519e9b4e2a727cff677babcb06ab6c840c1480e72fd4da326f3f4c34c69359b27e2112f4ab3 SHA512 93ccb64ecea6e5c5cbd9b1b2bae2c2f6fac461bdf16f9ee01f4fca9c6f2e8c5894ebfb2174e655c09d6aee16d9898619d17fa1bc8038e6f073a48dad9c9b52e2
-MISC metadata.xml 383 BLAKE2B cbc609254d2e0442bd14d6c066277fc7a11db374d3f5d0b52bca780524a30b19631f8861ee4d7045ec8c02f8334891ca3851ff096779f44869c559c12a126be8 SHA512 d0cafda7818648e86c4d3a9953e040bc64dff73f22563805d243b0ed4a4477c6fb3f70139779a5d0370d0160eae88f2d2692db1d0f7e180a96e02082761c58fa
diff --git a/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild b/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild
deleted file mode 100644
index f383462f6fa9..000000000000
--- a/dev-perl/ORLite/ORLite-1.980.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ADAMK
-DIST_VERSION=1.98
-inherit perl-module
-
-DESCRIPTION="Extremely light weight SQLite-specific ORM"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-COMMON_DEPEND="
- >=virtual/perl-File-Path-2.08
- >=virtual/perl-File-Temp-0.20
- >=dev-perl/Params-Util-1
- >=dev-perl/DBI-1.607
- >=dev-perl/DBD-SQLite-1.27
- >=dev-perl/File-Remove-1.40
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=dev-perl/Test-Script-1.06
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-PATCHES=( "${FILESDIR}/${PN}-1.98-dot-in-inc.patch" )
-DIST_TEST="do" # Parallel tests broken
diff --git a/dev-perl/ORLite/files/ORLite-1.98-dot-in-inc.patch b/dev-perl/ORLite/files/ORLite-1.98-dot-in-inc.patch
deleted file mode 100644
index e08be4560ca0..000000000000
--- a/dev-perl/ORLite/files/ORLite-1.98-dot-in-inc.patch
+++ /dev/null
@@ -1,394 +0,0 @@
-From 8dd424a2c96200a491bea293d38898f9703dfd56 Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Fri, 7 Jul 2017 11:02:30 +1200
-Subject: [PATCH] Fix tests failing without '.' in @INC
-
-Note: t/22_overlay.t seems to have some magical behaviour
-where previously it loaded t/lib/TableOne.pm by *implication* during
-ORLite construction.
-
-The test code for this needs to be slightly augmented to retain
-traditional semantics without radially overhauling the test code.
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=122383
----
- Makefile.PL | 1 +
- t/01_compile.t | 2 +-
- t/02_basics.t | 2 +-
- t/03_fk.t | 2 +-
- t/04_readonly.t | 2 +-
- t/05_notables.t | 2 +-
- t/06_create.t | 2 +-
- t/07_pk.t | 2 +-
- t/08_prune.t | 2 +-
- t/09_badfile.t | 2 +-
- t/10_cleanup.t | 2 +-
- t/11_cleanup.t | 2 +-
- t/12_xs.t | 2 +-
- t/13_array_basics.t | 2 +-
- t/14_array_fk.t | 2 +-
- t/15_array_xs.t | 2 +-
- t/16_array_create.t | 2 +-
- t/17_cache.t | 2 +-
- t/18_update.t | 2 +-
- t/19_view.t | 2 +-
- t/20_shim.t | 2 +-
- t/21_normalize.t | 2 +-
- t/22_overlay.t | 10 ++++++----
- t/23_unicode.t | 2 +-
- t/24_rowid.t | 2 +-
- t/25_blob.t | 2 +-
- 26 files changed, 31 insertions(+), 28 deletions(-)
-
-diff --git a/Makefile.PL b/Makefile.PL
-index 5a4610a..c762072 100644
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -1,3 +1,4 @@
-+use lib '.';
- use inc::Module::Install::DSL 1.06;
-
- all_from lib/ORLite.pm
-diff --git a/t/01_compile.t b/t/01_compile.t
-index 9e8d053..05b1cd0 100644
---- a/t/01_compile.t
-+++ b/t/01_compile.t
-@@ -10,7 +10,7 @@ BEGIN {
- use Test::More tests => 3;
-
- require_ok( 'ORLite' );
--require_ok( 't::lib::Test' );
-+require_ok( './t/lib/Test.pm' );
-
- is(
- $ORLite::VERSION,
-diff --git a/t/02_basics.t b/t/02_basics.t
-index 448e256..3f9df0d 100644
---- a/t/02_basics.t
-+++ b/t/02_basics.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 74;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- SCOPE: {
- # Test file
-diff --git a/t/03_fk.t b/t/03_fk.t
-index 7f5db26..88d57e1 100644
---- a/t/03_fk.t
-+++ b/t/03_fk.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 5;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/04_readonly.t b/t/04_readonly.t
-index c13fcd7..b918fc2 100644
---- a/t/04_readonly.t
-+++ b/t/04_readonly.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 13;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- SCOPE: {
- # Test file
-diff --git a/t/05_notables.t b/t/05_notables.t
-index a5772c5..5f0d867 100644
---- a/t/05_notables.t
-+++ b/t/05_notables.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 5;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- SCOPE: {
- # Test file
-diff --git a/t/06_create.t b/t/06_create.t
-index 9a2735a..cc2ba57 100644
---- a/t/06_create.t
-+++ b/t/06_create.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 25;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/07_pk.t b/t/07_pk.t
-index 49c85ad..072ffa3 100644
---- a/t/07_pk.t
-+++ b/t/07_pk.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 6;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
- #####################################################################
-diff --git a/t/08_prune.t b/t/08_prune.t
-index 9ea2ca8..ac95366 100644
---- a/t/08_prune.t
-+++ b/t/08_prune.t
-@@ -12,7 +12,7 @@ BEGIN {
- use Test::More tests => 7;
- use Test::Script;
- use File::Remove;
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- # Where the test file will be
- my $file = test_db();
-diff --git a/t/09_badfile.t b/t/09_badfile.t
-index 4d3445e..cf43ff4 100644
---- a/t/09_badfile.t
-+++ b/t/09_badfile.t
-@@ -11,7 +11,7 @@ BEGIN {
- use Test::More tests => 2;
- use Test::Script;
- use File::Remove;
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- # Where the test file will be
- my $file = test_db();
-diff --git a/t/10_cleanup.t b/t/10_cleanup.t
-index 75a3cf3..9683624 100644
---- a/t/10_cleanup.t
-+++ b/t/10_cleanup.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 2;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
- #####################################################################
-diff --git a/t/11_cleanup.t b/t/11_cleanup.t
-index 7ba7af1..6e95ff7 100644
---- a/t/11_cleanup.t
-+++ b/t/11_cleanup.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 4;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
- #####################################################################
-diff --git a/t/12_xs.t b/t/12_xs.t
-index 151b2ed..6a26730 100644
---- a/t/12_xs.t
-+++ b/t/12_xs.t
-@@ -19,7 +19,7 @@ BEGIN {
- }
- }
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/13_array_basics.t b/t/13_array_basics.t
-index 71a3d54..62fb167 100644
---- a/t/13_array_basics.t
-+++ b/t/13_array_basics.t
-@@ -10,7 +10,7 @@ BEGIN {
-
- use Test::More tests => 71;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- SCOPE: {
- # Test file
-diff --git a/t/14_array_fk.t b/t/14_array_fk.t
-index fc898b0..842b33c 100644
---- a/t/14_array_fk.t
-+++ b/t/14_array_fk.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 5;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/15_array_xs.t b/t/15_array_xs.t
-index 97402c0..06d5b1b 100644
---- a/t/15_array_xs.t
-+++ b/t/15_array_xs.t
-@@ -19,7 +19,7 @@ BEGIN {
- }
- }
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/16_array_create.t b/t/16_array_create.t
-index 817c72a..3123c0c 100644
---- a/t/16_array_create.t
-+++ b/t/16_array_create.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 25;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/17_cache.t b/t/17_cache.t
-index 5a64066..8472373 100644
---- a/t/17_cache.t
-+++ b/t/17_cache.t
-@@ -11,7 +11,7 @@ BEGIN {
- use Test::More tests => 9;
- use File::Spec::Functions ':ALL';
- use File::Remove 'clear';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- # Where will the cache file be written to
- my $orlite_version = $t::lib::Test::VERSION;
-diff --git a/t/18_update.t b/t/18_update.t
-index 840f9c0..bf3eed6 100644
---- a/t/18_update.t
-+++ b/t/18_update.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 10;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/19_view.t b/t/19_view.t
-index d893b59..120d9e1 100644
---- a/t/19_view.t
-+++ b/t/19_view.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 81;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- # Set up again
- my $file = test_db();
-diff --git a/t/20_shim.t b/t/20_shim.t
-index 7f47634..3868225 100644
---- a/t/20_shim.t
-+++ b/t/20_shim.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 12;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/21_normalize.t b/t/21_normalize.t
-index 2a6aa83..f703c64 100644
---- a/t/21_normalize.t
-+++ b/t/21_normalize.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 78;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- SCOPE: {
- # Test file
-diff --git a/t/22_overlay.t b/t/22_overlay.t
-index fca2faa..5848d61 100644
---- a/t/22_overlay.t
-+++ b/t/22_overlay.t
-@@ -9,7 +9,7 @@ BEGIN {
-
- use Test::More tests => 7;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-@@ -30,9 +30,11 @@ eval <<"END_PERL"; die $@ if $@;
- package t::lib;
-
- use strict;
--use ORLite {
-- file => '$file',
--};
-+BEGIN {
-+ require ORLite;
-+ local \@INC=(\@INC, '.');
-+ ORLite->import({ file => '$file' });
-+}
-
- 1;
- END_PERL
-diff --git a/t/23_unicode.t b/t/23_unicode.t
-index a63d50f..b2be363 100644
---- a/t/23_unicode.t
-+++ b/t/23_unicode.t
-@@ -17,7 +17,7 @@ BEGIN {
-
- use utf8;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
-diff --git a/t/24_rowid.t b/t/24_rowid.t
-index a5527f5..5104437 100644
---- a/t/24_rowid.t
-+++ b/t/24_rowid.t
-@@ -11,7 +11,7 @@ BEGIN {
-
- use Test::More tests => 51;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
- # Set up the database
- my $file = test_db();
-diff --git a/t/25_blob.t b/t/25_blob.t
-index 75aa607..b0bdf06 100644
---- a/t/25_blob.t
-+++ b/t/25_blob.t
-@@ -9,7 +9,7 @@ BEGIN {
- }
- use Test::More;
- use File::Spec::Functions ':ALL';
--use t::lib::Test;
-+BEGIN { require "./t/lib/Test.pm"; t::lib::Test->import() }
-
-
-
---
-2.13.1
-
diff --git a/dev-perl/ORLite/metadata.xml b/dev-perl/ORLite/metadata.xml
deleted file mode 100644
index e2990d91c423..000000000000
--- a/dev-perl/ORLite/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">ORLite</remote-id>
- <remote-id type="cpan-module">ORLite</remote-id>
- </upstream>
-</pkgmetadata>