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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0641C13933E for ; Sat, 10 Jul 2021 10:51:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16259E0C1A; Sat, 10 Jul 2021 10:51:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED97CE0C1A for ; Sat, 10 Jul 2021 10:51:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C30D342BEF for ; Sat, 10 Jul 2021 10:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D547A2 for ; Sat, 10 Jul 2021 10:51:39 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1625914283.89408c7a7b45871647b51ada641abebab16ac90f.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/httpcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/httpcore/Manifest dev-java/httpcore/httpcore-4.4.14.ebuild dev-java/httpcore/metadata.xml X-VCS-Directories: dev-java/httpcore/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 89408c7a7b45871647b51ada641abebab16ac90f X-VCS-Branch: master Date: Sat, 10 Jul 2021 10:51:39 +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: 21d377a4-9da7-4c6e-87bc-3065d63ce47a X-Archives-Hash: f9a795491bc483d1b30be19ef8c83c64 commit: 89408c7a7b45871647b51ada641abebab16ac90f Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Tue Jun 8 17:05:44 2021 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sat Jul 10 10:51:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89408c7a dev-java/httpcore: new package Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21197/commits/2f0a4734dea3c720e590df20203a8f13cc578faf Signed-off-by: Miroslav Šulc gentoo.org> dev-java/httpcore/Manifest | 1 + dev-java/httpcore/httpcore-4.4.14.ebuild | 54 ++++++++++++++++++++++++++++++++ dev-java/httpcore/metadata.xml | 7 +++++ 3 files changed, 62 insertions(+) diff --git a/dev-java/httpcore/Manifest b/dev-java/httpcore/Manifest new file mode 100644 index 00000000000..58259b00cd1 --- /dev/null +++ b/dev-java/httpcore/Manifest @@ -0,0 +1 @@ +DIST httpcomponents-core-4.4.14-src.tar.gz 591869 BLAKE2B d6f4900d8781cf7189edb2dfa9c1157b02584e8c66cde02dc261b0e29cdfb971e0323ce4478966b8e125df475ab1014fbee5b4bdf411eb118647f47f95c8f1a7 SHA512 9c713c7ea4e966a35ed391bc2a3aa10a0963cd21978c028dbd0790c9c2a6592385c7b2f135ea2836e6c495d9faea1bdcc65aa994bd5548bc2d84db38d5dbb713 diff --git a/dev-java/httpcore/httpcore-4.4.14.ebuild b/dev-java/httpcore/httpcore-4.4.14.ebuild new file mode 100644 index 00000000000..5584b7dab67 --- /dev/null +++ b/dev-java/httpcore/httpcore-4.4.14.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Skeleton command: +# java-ebuilder --generate-ebuild --workdir . --pom httpcore/pom.xml --download-uri https://mirror.netcologne.de/apache.org//httpcomponents/httpcore/source/httpcomponents-core-4.4.14-src.tar.gz --slot 0 --keywords "~amd64 ~ppc64 ~x86" --ebuild httpcomponents-core-4.4.14.ebuild + +EAPI=7 + +JAVA_PKG_IUSE="doc source test" +MAVEN_ID="org.apache.httpcomponents:httpcore:4.4.14" +JAVA_TESTING_FRAMEWORKS="junit-4" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Apache HttpComponents Core (blocking I/O)" +HOMEPAGE="https://hc.apache.org/httpcomponents-core-ga" +SRC_URI="mirror://apache/httpcomponents/httpcore/source/httpcomponents-core-${PV}-src.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +# Compile dependencies +# POM: httpcore/pom.xml +# test? commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0 +# test? junit:junit:4.12 -> >=dev-java/junit-4.13.2:4 +# test? org.mockito:mockito-core:1.10.19 -> >=dev-java/mockito-1.9.5:0 + +DEPEND=">=virtual/jdk-1.8:* + test? ( + dev-java/commons-logging:0 + dev-java/mockito:0 + )" + +RDEPEND=">=virtual/jre-1.8:*" + +DOCS=( ../{LICENSE,NOTICE,README,RELEASE_NOTES}.txt ) + +S="${WORKDIR}/httpcore" + +JAVA_SRC_DIR=( + "src/main/java" + "src/main/java-deprecated" +) +JAVA_RESOURCE_DIRS="src/main/resources" + +JAVA_TEST_GENTOO_CLASSPATH="commons-logging,junit-4,mockito" +JAVA_TEST_SRC_DIR="src/test/java" +JAVA_TEST_RESOURCE_DIRS="src/test/resources" + +src_install() { + default + java-pkg-simple_src_install +} diff --git a/dev-java/httpcore/metadata.xml b/dev-java/httpcore/metadata.xml new file mode 100644 index 00000000000..0d49beafc75 --- /dev/null +++ b/dev-java/httpcore/metadata.xml @@ -0,0 +1,7 @@ + + + + + java@gentoo.org + +