From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76413158086 for ; Wed, 1 Dec 2021 18:56:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1E42E0863; Wed, 1 Dec 2021 18:56:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7BABE0863 for ; Wed, 1 Dec 2021 18:56:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D68C342CCF for ; Wed, 1 Dec 2021 18:56:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F38D21FE for ; Wed, 1 Dec 2021 18:56:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638384956.1935deab1cb9ef93230e07b327a95a3cf2ae42f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netty-common/Manifest dev-java/netty-common/netty-common-4.0.21.ebuild X-VCS-Directories: dev-java/netty-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1935deab1cb9ef93230e07b327a95a3cf2ae42f0 X-VCS-Branch: master Date: Wed, 1 Dec 2021 18:56:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: edd36ff1-875a-4a21-bca9-95a17b1daf90 X-Archives-Hash: b6434ffa06e60c84ec4fd39a9bcd78ea commit: 1935deab1cb9ef93230e07b327a95a3cf2ae42f0 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Mon Nov 29 10:01:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 1 18:55:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1935deab dev-java/netty-common: Drop 4.0.21 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Sam James gentoo.org> dev-java/netty-common/Manifest | 1 - dev-java/netty-common/netty-common-4.0.21.ebuild | 45 ------------------------ 2 files changed, 46 deletions(-) diff --git a/dev-java/netty-common/Manifest b/dev-java/netty-common/Manifest index 32835590c2a5..be03553487f6 100644 --- a/dev-java/netty-common/Manifest +++ b/dev-java/netty-common/Manifest @@ -1,2 +1 @@ -DIST netty-4.0.21.Final.tar.gz 960489 BLAKE2B ef279fcc2d56baaee62841ad973702c585d5450a45e513ca6beafa295943878b88ed81b8a167091e77aa9f26bccbdcea4138230850dca57321f1241c4ff56d0b SHA512 5d432e9e433c22b82e67ed3463c6982ca95c2ad823165e1ca9a5046e598878f06aac4221be235f2bda15edfdb22028f2a4f74fb37d431f24a2636e4ec60fae74 DIST netty-4.0.36.Final.tar.gz 1267617 BLAKE2B 351b1f73b1a3c60fd843767254ae57e74d74cdfe570828b1a2e7aea55a203866ae4e232bad285c3937d8f2dc7689534ffb180fcd345c8cf10bced7048ec58ec3 SHA512 b222205963366d5a0f5539c7029dc47edea8d532fca05d169dfe12dbedf956959ba422a22254b09622db428b517da0fd0e58198d11e66193abdb6050481ccbe6 diff --git a/dev-java/netty-common/netty-common-4.0.21.ebuild b/dev-java/netty-common/netty-common-4.0.21.ebuild deleted file mode 100644 index 8af40d85bfea..000000000000 --- a/dev-java/netty-common/netty-common-4.0.21.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -MY_PN="netty" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Async event-driven framework for high performance network applications" -HOMEPAGE="https://netty.io/" -SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${MY_P}.Final.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -CDEPEND="dev-java/commons-logging:0 - dev-java/javassist:3 - dev-java/log4j:0 - dev-java/slf4j-nop:0 - dev-java/slf4j-api:0" -RDEPEND=">=virtual/jre-1.7 - ${CDEPEND}" -DEPEND=">=virtual/jdk-1.7 - ${CDEPEND}" - -S="${WORKDIR}/${MY_PN}-${MY_P}.Final/${PN/${MY_PN}-}" - -JAVA_GENTOO_CLASSPATH=" - log4j - slf4j-api - slf4j-nop - javassist-3 - commons-logging" - -JAVA_SRC_DIR="src/main/java" - -# Tests fail as they might need logging to be properly set up and/or compatible. -# -# junit.framework.AssertionFailedError: expected:<[foo]> but was:<[NOP]> -# at io.netty.util.internal.logging.Slf4JLoggerFactoryTest.testCreation -RESTRICT="test"