dev-dotnet/log4net: Remove last-rited package

Closes: https://bugs.gentoo.org/722256
Closes: https://bugs.gentoo.org/740990
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert 2020-11-22 15:54:21 +01:00
parent c221446a32
commit e7c2bcaa05
No known key found for this signature in database
GPG Key ID: CE36E117202E3842
5 changed files with 0 additions and 68 deletions

View File

@ -1,2 +0,0 @@
DIST log4net-1.2.11-src.zip 1208854 BLAKE2B 82906395d9ed5aedacc8e86ce862aef55a91e98aaedf9c4558f9a4aa749ff59b689a2e0658ddc8287b919b8e2d8a1a544f477b85016dab4e48da899fce143f24 SHA512 b6ad8c873de69a30c68c82265dd2a5de331ecb780896f750088fe1e91f17191c2b54850629ece26659ec4c72b695cccae48eae30dbdf4dd18d5545cc24a42865
DIST log4net.snk 596 BLAKE2B d83b91d9601d89bd4120d9543b893701b62193e93c1947051f8283eae9b2d7759fa372d349a95de55255dcee83039c983124a90f77d1830ae82e31141f3dca74 SHA512 b0525adfe90b8d86c7e7ac8295097b60b03b427aa4e6ad36b32bb98c7bc9fc081158249285c42eeff7637bd66a742ca422906a85544ca6526fe5e785cead8ff7

View File

@ -1,8 +0,0 @@
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/@LIBDIR@
Name: Log4net
Description: Log4net - Logging library for C# and VB.NET
Version: @VERSION@
Libs: -r:${libdir}/mono/log4net/log4net.dll

View File

@ -1,44 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
inherit eutils mono multilib versionator
PV_MAJOR=$(get_version_component_range 1-2)
DESCRIPTION="tool to help the programmer output log statements to a variety of output targets"
HOMEPAGE="http://logging.apache.org/log4net/"
SRC_URI="mirror://apache/logging/log4net/source/${P}-src.zip
https://dev.gentoo.org/~pacho/dotnet/log4net.snk"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-lang/mono-2.0"
DEPEND="${RDEPEND}"
src_compile() {
/usr/bin/mcs \
-t:library \
-out:log4net.dll \
-keyfile:"${DISTDIR}"/log4net.snk \
-r:System.Data \
-r:System.Web \
$(find src -name "*.cs") || die
}
src_install() {
egacinstall log4net.dll
dodir /usr/$(get_libdir)/pkgconfig
sed -e "s:@VERSION@:${PV}:" \
-e "s:@LIBDIR@:$(get_libdir):" \
-e "s:@NET_VERSION@:2.0:" \
"${FILESDIR}"/${PN}.pc.in-r1 > "${D}"/usr/$(get_libdir)/pkgconfig/${PN}-${PV}.pc
dosym ${PN}-${PV}.pc /usr/$(get_libdir)/pkgconfig/${PN}-${PV_MAJOR}.pc
dosym ${PN}-${PV}.pc /usr/$(get_libdir)/pkgconfig/${PN}.pc
dodoc README.txt STATUS.txt
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>dotnet@gentoo.org</email>
<name>Gentoo Dotnet Project</name>
</maintainer>
</pkgmetadata>

View File

@ -408,12 +408,6 @@ dev-perl/ZMQ-LibZMQ2
# bug #654244, #740952, #726912, #723060
dev-lang/j
# David Seifert <soap@gentoo.org> (2020-10-24)
# EAPI 4, abandoned upstream, fails to build, security vulnerabilities.
# .NET is practically abandoned in Gentoo and needs a complete reboot.
# Removal in 30 days. Bug #681194, #722256, #740986, #740988, #740990.
dev-dotnet/log4net
# Michał Górny <mgorny@gentoo.org> (2020-10-24)
# Last release in 2004, next release 'Soon(tm)'. Fails to build
# due to horrible code hacks.