* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/, profiles/
@ 2021-11-28 21:48 Jakov Smolić
0 siblings, 0 replies; only message in thread
From: Jakov Smolić @ 2021-11-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: dbe991d5f7c55659d89df37558f3c7d4552cfc83
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 28 21:42:34 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 28 21:42:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe991d5
dev-perl/MongoDB: treeclean
Closes: https://bugs.gentoo.org/728556
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/MongoDB/Manifest | 1 -
dev-perl/MongoDB/MongoDB-1.8.0.ebuild | 80 -----------------------------------
dev-perl/MongoDB/metadata.xml | 64 ----------------------------
profiles/package.mask | 6 ---
4 files changed, 151 deletions(-)
diff --git a/dev-perl/MongoDB/Manifest b/dev-perl/MongoDB/Manifest
deleted file mode 100644
index b1c7f58446a9..000000000000
--- a/dev-perl/MongoDB/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MongoDB-v1.8.0.tar.gz 521237 BLAKE2B 95e6da1c4bb19dd778c3b02d4b58a27f2b4e492da7dbdd14ec2fd9aa4af690166a5aa0884785dd169292c4787b13eb96f906ca7f8c1d51fd0fe3f91b7a42118f SHA512 1346a1c82528f409f467e77cb713af856d8dcd90ff57d07ce9312d60a16c7b7922dc99fb23a5374447ba61a082de43eccd495c779cd8a32463a039a6a13fa427
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>
diff --git a/profiles/package.mask b/profiles/package.mask
index 1176e84cc2a8..35cba5550978 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -488,12 +488,6 @@ dev-util/mutrace
# bug #775962. Removal on 2021-11-25.
sys-apps/mtree
-# Sam James <sam@gentoo.org> (2021-10-25)
-# Fails to build with glibc-2.30(!) and was abandoned upstream
-# a few years ago. No reverse dependencies in tree.
-# bug #728556. Removal on 2021-11-25.
-dev-perl/MongoDB
-
# Sam James <sam@gentoo.org> (2021-10-10)
# Needs upstream build system fixes (currently in progress).
# Python toggles don't work correctly right now.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-28 21:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-28 21:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MongoDB/, profiles/ Jakov Smolić
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox