summaryrefslogtreecommitdiff
path: root/dev-perl/MongoDB
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-perl/MongoDB
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-perl/MongoDB')
-rw-r--r--dev-perl/MongoDB/Manifest3
-rw-r--r--dev-perl/MongoDB/MongoDB-1.8.0.ebuild80
-rw-r--r--dev-perl/MongoDB/metadata.xml64
3 files changed, 0 insertions, 147 deletions
diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
deleted file mode 100644
index 7a5f6b731e34..000000000000
--- a/dev-perl/MongoDB/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST MongoDB-v1.8.0.tar.gz 521237 BLAKE2B 95e6da1c4bb19dd778c3b02d4b58a27f2b4e492da7dbdd14ec2fd9aa4af690166a5aa0884785dd169292c4787b13eb96f906ca7f8c1d51fd0fe3f91b7a42118f SHA512 1346a1c82528f409f467e77cb713af856d8dcd90ff57d07ce9312d60a16c7b7922dc99fb23a5374447ba61a082de43eccd495c779cd8a32463a039a6a13fa427
-EBUILD MongoDB-1.8.0.ebuild 1794 BLAKE2B f543b940408d662656a9b2708f7cbcd24dc0ce4af32051e4053d39d4b534409016435e033c0d45eec3835fd4b7cbd07b07d24c0e26ec20b220582887fc92c89e SHA512 db239435c7f1c14fd7ccfdd1fc25679bd507731a28afd1f5dd0fc5434c5166e879f22dd52728f0585ac2414ee56067eef0af96371643f9d745bcf1d43ff99823
-MISC metadata.xml 3943 BLAKE2B 1191d4101d08caf3f4af50b45b4ae0aa6a99a1a1f46a39555833b1c3aa9b77956446c2703de52b5dd386ad446c1addc83ebc6380a3d71bc27755b3f98b4e264d SHA512 79779fed3b137c237e65aed9d317a41dffbb3d35c19a41a5d0038e695ac9d41736e8f966f23487d246538b0605648b1a502b5a6796ba8e4494aa175abc6751d1
diff --git a/dev-perl/MongoDB/MongoDB-1.8.0.ebuild b/dev-perl/MongoDB/MongoDB-1.8.0.ebuild
deleted file mode 100644
index f9b804fe97a3..000000000000
--- a/dev-perl/MongoDB/MongoDB-1.8.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-DIST_AUTHOR=MONGODB
-DIST_VERSION="v${PV}"
-
-inherit perl-module
-
-DESCRIPTION="Official MongoDB Driver for Perl"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-LICENSE="Apache-2.0"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-# IO::Socket::SSL was escallated from suggested to recommended
-RDEPEND="
- !minimal? (
- >=virtual/perl-IO-Socket-IP-0.250.0
- >=dev-perl/IO-Socket-SSL-1.560.0
- >=dev-perl/Mozilla-CA-20130114
- >=dev-perl/Net-SSLeay-1.490.0
- )
- >=dev-perl/Authen-SCRAM-0.3.0
- dev-perl/BSON
- virtual/perl-Carp
- dev-perl/Class-XSAccessor
- >=dev-perl/DateTime-0.780.0
- virtual/perl-Digest-MD5
- virtual/perl-Encode
- >=virtual/perl-Exporter-5.570.0
- virtual/perl-IO
- virtual/perl-MIME-Base64
- >=dev-perl/Moo-2
- dev-perl/Safe-Isa
- virtual/perl-Scalar-List-Utils
- virtual/perl-Socket
- dev-perl/Tie-IxHash
- virtual/perl-Time-HiRes
- dev-perl/Try-Tiny
- dev-perl/Type-Tiny
- dev-perl/Type-Tiny-XS
- virtual/perl-XSLoader
- >=dev-perl/boolean-0.250.0
- virtual/perl-if
- dev-perl/namespace-clean
- virtual/perl-version
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Config-AutoConf-0.220.0
- virtual/perl-ExtUtils-MakeMaker
- >=dev-perl/Path-Tiny-0.52.0
- test? (
- !minimal? (
- >=virtual/perl-CPAN-Meta-2.120.900
- >=dev-perl/DateTime-Tiny-1.0.0
- >=virtual/perl-Test-Harness-3.310.0
- >=dev-perl/Time-Moment-0.220.0
- )
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- dev-perl/JSON-MaybeXS
- virtual/perl-Math-BigInt
- >=dev-perl/Path-Tiny-0.54.0
- >=dev-perl/Test-Deep-0.111.0
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-bignum
- virtual/perl-threads-shared
- )
-"
-
-pkg_setup() {
- # https://jira.mongodb.org/browse/PERL-766
- LDFLAGS="${LDFLAGS} -lpthread"
-}
diff --git a/dev-perl/MongoDB/metadata.xml b/dev-perl/MongoDB/metadata.xml
deleted file mode 100644
index ad067dce20c7..000000000000
--- a/dev-perl/MongoDB/metadata.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://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">MongoDB</remote-id>
- <remote-id type="cpan-module">MongoDB</remote-id>
- <remote-id type="cpan-module">MongoDB::AuthError</remote-id>
- <remote-id type="cpan-module">MongoDB::BSON</remote-id>
- <remote-id type="cpan-module">MongoDB::BSON::Binary</remote-id>
- <remote-id type="cpan-module">MongoDB::BSON::Regexp</remote-id>
- <remote-id type="cpan-module">MongoDB::BulkWrite</remote-id>
- <remote-id type="cpan-module">MongoDB::BulkWriteResult</remote-id>
- <remote-id type="cpan-module">MongoDB::BulkWriteView</remote-id>
- <remote-id type="cpan-module">MongoDB::Code</remote-id>
- <remote-id type="cpan-module">MongoDB::Collection</remote-id>
- <remote-id type="cpan-module">MongoDB::CommandResult</remote-id>
- <remote-id type="cpan-module">MongoDB::ConnectionError</remote-id>
- <remote-id type="cpan-module">MongoDB::Cursor</remote-id>
- <remote-id type="cpan-module">MongoDB::CursorNotFoundError</remote-id>
- <remote-id type="cpan-module">MongoDB::DBRef</remote-id>
- <remote-id type="cpan-module">MongoDB::Database</remote-id>
- <remote-id type="cpan-module">MongoDB::DatabaseError</remote-id>
- <remote-id type="cpan-module">MongoDB::DecodingError</remote-id>
- <remote-id type="cpan-module">MongoDB::DeleteResult</remote-id>
- <remote-id type="cpan-module">MongoDB::DocumentError</remote-id>
- <remote-id type="cpan-module">MongoDB::DuplicateKeyError</remote-id>
- <remote-id type="cpan-module">MongoDB::Error</remote-id>
- <remote-id type="cpan-module">MongoDB::ExecutionTimeout</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFS</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFS::File</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFSBucket</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFSBucket::DownloadStream</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFSBucket::UploadStream</remote-id>
- <remote-id type="cpan-module">MongoDB::GridFSError</remote-id>
- <remote-id type="cpan-module">MongoDB::HandshakeError</remote-id>
- <remote-id type="cpan-module">MongoDB::IndexView</remote-id>
- <remote-id type="cpan-module">MongoDB::InsertManyResult</remote-id>
- <remote-id type="cpan-module">MongoDB::InsertOneResult</remote-id>
- <remote-id type="cpan-module">MongoDB::InternalError</remote-id>
- <remote-id type="cpan-module">MongoDB::MongoClient</remote-id>
- <remote-id type="cpan-module">MongoDB::NetworkError</remote-id>
- <remote-id type="cpan-module">MongoDB::NetworkTimeout</remote-id>
- <remote-id type="cpan-module">MongoDB::NotMasterError</remote-id>
- <remote-id type="cpan-module">MongoDB::OID</remote-id>
- <remote-id type="cpan-module">MongoDB::ProtocolError</remote-id>
- <remote-id type="cpan-module">MongoDB::QueryResult</remote-id>
- <remote-id type="cpan-module">MongoDB::QueryResult::Filtered</remote-id>
- <remote-id type="cpan-module">MongoDB::ReadConcern</remote-id>
- <remote-id type="cpan-module">MongoDB::ReadPreference</remote-id>
- <remote-id type="cpan-module">MongoDB::SelectionError</remote-id>
- <remote-id type="cpan-module">MongoDB::TimeoutError</remote-id>
- <remote-id type="cpan-module">MongoDB::Timestamp</remote-id>
- <remote-id type="cpan-module">MongoDB::UnacknowledgedResult</remote-id>
- <remote-id type="cpan-module">MongoDB::UpdateResult</remote-id>
- <remote-id type="cpan-module">MongoDB::UsageError</remote-id>
- <remote-id type="cpan-module">MongoDB::WriteConcern</remote-id>
- <remote-id type="cpan-module">MongoDB::WriteConcernError</remote-id>
- <remote-id type="cpan-module">MongoDB::WriteError</remote-id>
- </upstream>
-</pkgmetadata>