From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1520065-garchives=archives.gentoo.org@lists.gentoo.org> 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 E004715806E for <garchives@archives.gentoo.org>; Sat, 20 May 2023 09:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25082E086C; Sat, 20 May 2023 09:29:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03794E086C for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 09:29:00 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 459F1340EBA for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 09:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CC5A76 for <gentoo-commits@lists.gentoo.org>; Sat, 20 May 2023 09:28:56 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1684574504.78e03d70941b1905320c412d7fb37c08a544265c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/identicon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/identicon/Manifest dev-java/identicon/identicon-1.0.ebuild dev-java/identicon/metadata.xml X-VCS-Directories: dev-java/identicon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 78e03d70941b1905320c412d7fb37c08a544265c X-VCS-Branch: master Date: Sat, 20 May 2023 09:28:56 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a7c71d3-ecd3-4730-bfc5-549838924c0d X-Archives-Hash: 73393a5e6f4928065fc0cf3ef6007cc5 commit: 78e03d70941b1905320c412d7fb37c08a544265c Author: Valérian Rousset <tharvik <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Fri Mar 10 18:10:04 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 20 09:21:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e03d70 dev-java/identicon: new package, add 1.0 Signed-off-by: Valérian Rousset <tharvik <AT> users.noreply.github.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-java/identicon/Manifest | 1 + dev-java/identicon/identicon-1.0.ebuild | 35 +++++++++++++++++++++++++++++++++ dev-java/identicon/metadata.xml | 11 +++++++++++ 3 files changed, 47 insertions(+) diff --git a/dev-java/identicon/Manifest b/dev-java/identicon/Manifest new file mode 100644 index 000000000000..b1b5a9a0006e --- /dev/null +++ b/dev-java/identicon/Manifest @@ -0,0 +1 @@ +DIST identicon-1.0.tar.gz 12173 BLAKE2B 177f11739dc7a419206f63e9008f6b7830e71cd5adba2c207e5f3d8f420c30fcb7188dad62fe3541fac7a4966e31ef3451fab6a094bb962b749d4ff2e64eb610 SHA512 b8c3a14b69ac14018179be7a61813f05caa1b8e40178f02b973776c8d59867c56d84e3268735218a90dceed7e4e8f47f7acbd4401ab5a13dd6e2c2e155007647 diff --git a/dev-java/identicon/identicon-1.0.ebuild b/dev-java/identicon/identicon-1.0.ebuild new file mode 100644 index 000000000000..3824db12a58a --- /dev/null +++ b/dev-java/identicon/identicon-1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.github.donpark.identicon:identicon:1.0" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Visual representation of a hash value" +HOMEPAGE="https://github.com/PauloMigAlmeida/identicon" +COMMIT="96902d3c7c9733d9da4cce9c5ed424557fc2ec3c" +SRC_URI="https://github.com/PauloMigAlmeida/identicon/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64 ~x86" + +CP_DEPEND=" + dev-java/cache2k-api:0 + dev-java/commons-logging:0 +" +DEPEND=" + ${CP_DEPEND} + >=virtual/jdk-1.8:* +" +RDEPEND=" + ${CP_DEPEND} + >=virtual/jre-1.8:* +" + +S="${WORKDIR}/${PN}-${COMMIT}/core" + +JAVA_SRC_DIR="src/main/java" +JAVA_TEST_GENTOO_CLASSPATH="cache2k-api-2" diff --git a/dev-java/identicon/metadata.xml b/dev-java/identicon/metadata.xml new file mode 100644 index 000000000000..ef597d3976e6 --- /dev/null +++ b/dev-java/identicon/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>java@gentoo.org</email> + <name>Java</name> + </maintainer> + <upstream> + <remote-id type="github">PauloMigAlmeida/identicon</remote-id> + </upstream> +</pkgmetadata>