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 CD28315808B for ; Thu, 14 Apr 2022 03:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F5EDE092D; Thu, 14 Apr 2022 03:47:56 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D6DCE092C for ; Thu, 14 Apr 2022 03:47:56 +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 043F2341F62 for ; Thu, 14 Apr 2022 03:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18A53AB for ; Thu, 14 Apr 2022 03:47:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649907963.1232ee02753f8555c0b51982d7a11c7d6315e2a1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/junit-clptr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/junit-clptr/junit-clptr-1.2.2.ebuild X-VCS-Directories: dev-java/junit-clptr/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1232ee02753f8555c0b51982d7a11c7d6315e2a1 X-VCS-Branch: master Date: Thu, 14 Apr 2022 03:47:51 +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: 4ae6d5a3-2b4e-4132-b77e-380261ceef60 X-Archives-Hash: 49313593d68a9967a98fcab4133ddf30 commit: 1232ee02753f8555c0b51982d7a11c7d6315e2a1 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 13 14:04:03 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 14 03:46:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1232ee02 dev-java/junit-clptr: update DESCRIPTION Signed-off-by: Joonas Niilola gentoo.org> dev-java/junit-clptr/junit-clptr-1.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/junit-clptr/junit-clptr-1.2.2.ebuild b/dev-java/junit-clptr/junit-clptr-1.2.2.ebuild index e3c61f82a351..bbf2af86203e 100644 --- a/dev-java/junit-clptr/junit-clptr-1.2.2.ebuild +++ b/dev-java/junit-clptr/junit-clptr-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Skeleton command: @@ -11,7 +11,7 @@ MAVEN_ID="org.bitstrings.test:junit-clptr:1.2.2" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="ClassLoader per Test runner for JUnit 4.12+ based on myfaces-test \"TestPerClassLoaderRunner\"" +DESCRIPTION="ClassLoader per Test runner for JUnit 4.12+" HOMEPAGE="http://nexus.sonatype.org/oss-repository-hosting.html/junit-clptr" SRC_URI="https://github.com/bitstrings/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}-sources.tar.gz" LICENSE="Apache-2.0"