diff options
author | 2019-10-12 10:20:36 +0200 | |
---|---|---|
committer | 2019-10-12 10:20:36 +0200 | |
commit | 544ac3c9ad58c39087637d087a8f4d0266f11c1f (patch) | |
tree | 4a858958c53db02db3334725b7989c14dd93bb28 /dev-libs | |
parent | dev-libs/libunicode: Remove last-rited pkg (diff) | |
download | gentoo-544ac3c9ad58c39087637d087a8f4d0266f11c1f.tar.gz gentoo-544ac3c9ad58c39087637d087a8f4d0266f11c1f.tar.bz2 gentoo-544ac3c9ad58c39087637d087a8f4d0266f11c1f.zip |
dev-libs/log4shib: Remove last-rited pkg
Closes: https://bugs.gentoo.org/694212
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/log4shib/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/log4shib/log4shib-1.0.4-r1.ebuild | 22 | ||||
-rw-r--r-- | dev-libs/log4shib/metadata.xml | 9 |
3 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/log4shib/Manifest b/dev-libs/log4shib/Manifest deleted file mode 100644 index 984ad1ebdd62..000000000000 --- a/dev-libs/log4shib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST log4shib-1.0.4.tar.gz 487529 BLAKE2B 8ba4dd17e2f35c6566ba4736b5450c41fab1c5506ab6e994136b97ccab4d399281afb32fcf13935c25acd7ba063d2ed6595bab564614ffbb0d944074b68a5bba SHA512 af31bb436393e1a6a2674c0f4804148dea4f4081bb07b78f158f4109157bef4ed40647a3e4da7ec5eef0ed38b6286aee6d8b8a3320572c2b55df2998850d5245 diff --git a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild b/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild deleted file mode 100644 index 63ac7a704a4d..000000000000 --- a/dev-libs/log4shib/log4shib-1.0.4-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Internet2 version for OpenSAML of log4cpp logging framework" -HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/log4shib" -SRC_URI="https://shibboleth.net/downloads/${PN}/${PV}/${P}.tar.gz" - -KEYWORDS="~amd64 ~x86" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="debug doc static-libs" - -BDEPEND="doc? ( app-doc/doxygen )" - -src_configure() { - econf --without-idsa \ - $(use_enable debug) \ - $(use_enable doc doxygen) \ - $(use_enable static-libs static) -} diff --git a/dev-libs/log4shib/metadata.xml b/dev-libs/log4shib/metadata.xml deleted file mode 100644 index 67c3230498ed..000000000000 --- a/dev-libs/log4shib/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>log4shib is a library of C++ classes for flexible logging - to files, syslog, IDSA and other destinations. It is a forked version - of log4cpp especially adapted for the shibboleth framework - </longdescription> -</pkgmetadata> |