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 5147A15808B for ; Thu, 10 Feb 2022 09:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2DF4E09C3; Thu, 10 Feb 2022 09:18:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8C050E09C7 for ; Thu, 10 Feb 2022 09:18:49 +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 188B834311F for ; Thu, 10 Feb 2022 09:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F3922D6 for ; Thu, 10 Feb 2022 09:18:41 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1644484650.e32c67f81e6d696c03d61e1f5b3d837662170b30.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/cofoja/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/cofoja/Manifest dev-java/cofoja/cofoja-1.2.ebuild dev-java/cofoja/cofoja-1.3.ebuild dev-java/cofoja/metadata.xml profiles/package.mask X-VCS-Directories: dev-java/cofoja/ profiles/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e32c67f81e6d696c03d61e1f5b3d837662170b30 X-VCS-Branch: master Date: Thu, 10 Feb 2022 09:18:41 +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: b2b1c1d1-8bd3-46c7-878a-99d0d18d924b X-Archives-Hash: 1efc7922cd3924dac17931fcabaf77b2 commit: e32c67f81e6d696c03d61e1f5b3d837662170b30 Author: Jakov Smolić gentoo org> AuthorDate: Thu Feb 10 09:14:50 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Feb 10 09:17:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32c67f8 dev-java/cofoja: treeclean Closes: https://bugs.gentoo.org/831133 Signed-off-by: Jakov Smolić gentoo.org> dev-java/cofoja/Manifest | 2 -- dev-java/cofoja/cofoja-1.2.ebuild | 41 --------------------------------------- dev-java/cofoja/cofoja-1.3.ebuild | 41 --------------------------------------- dev-java/cofoja/metadata.xml | 16 --------------- profiles/package.mask | 1 - 5 files changed, 101 deletions(-) diff --git a/dev-java/cofoja/Manifest b/dev-java/cofoja/Manifest deleted file mode 100644 index 14d605a520a6..000000000000 --- a/dev-java/cofoja/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST cofoja-1.2.zip 229127 BLAKE2B b668a731bb86b38caaa599a723dbf34b42781a1c86afc8f905631a98f48fc8d94593d23eea24a53488019cd8f87f094256a7f1f3eda69f5dfb71340ca1bb8d63 SHA512 d6d73d32adaceaeb4c34600c0761f272d4917d276eb654a3e43ad368bc77eae26e9d5b90cb93f7ae073b6dad81eece129337e3c2d52daf7bb3dbc0577dcc2e7e -DIST cofoja-1.3.tar.gz 104211 BLAKE2B 82c84a4cd0ce788c88f97256a47228512776113e7587c79518dd9d64618a3f92d45b97db25b33105160ee7f51c65518cdd086cafba2d89db3189c3c5dfd8b842 SHA512 c82e3b08ed193715e29a3b0b966ff38e17f73b24384f364946f1f00af0c376ce537d16fe0d0430f4c314f86ea5b46238ae0fa94d79d350c727f143d33f418d8e diff --git a/dev-java/cofoja/cofoja-1.2.ebuild b/dev-java/cofoja/cofoja-1.2.ebuild deleted file mode 100644 index 9848bd6a3251..000000000000 --- a/dev-java/cofoja/cofoja-1.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# 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 - -DESCRIPTION="Contracts for Java" -HOMEPAGE="https://github.com/nhatminhle/cofoja" -SRC_URI="https://github.com/nhatminhle/${PN}/archive/v${PV}.zip -> ${P}.zip" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RESTRICT="test" - -CDEPEND="dev-java/asm:4" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -RDEPEND=" - ${CDEPEND} - source? ( app-arch/zip ) - >=virtual/jre-1.6" - -S="${WORKDIR}/${P}" - -JAVA_GENTOO_CLASSPATH="asm-4" -JAVA_SRC_DIR="src/com/google/java/contract" - -# Relies on a bunch of classes in jsr308, -# spec we don't have packaged in Gentoo.. yet. -JAVA_RM_FILES=( - src/com/google/java/contract/core/apt/JavacUtils.java -) diff --git a/dev-java/cofoja/cofoja-1.3.ebuild b/dev-java/cofoja/cofoja-1.3.ebuild deleted file mode 100644 index 654d5541a289..000000000000 --- a/dev-java/cofoja/cofoja-1.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Contracts for Java" -HOMEPAGE="https://github.com/nhatminhle/cofoja" -SRC_URI="https://github.com/nhatminhle/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RESTRICT="test" - -CDEPEND="dev-java/asm:4" - -DEPEND=" - ${CDEPEND} - >=virtual/jdk-1.6" - -RDEPEND=" - ${CDEPEND} - >=virtual/jre-1.6" - -S="${WORKDIR}/${P}" - -JAVA_GENTOO_CLASSPATH="asm-4" -JAVA_SRC_DIR="src/com/google/java/contract" - -src_prepare() { - default - - # Relies on a bunch of classes in jsr308, - # spec we don't have packaged in Gentoo.. yet. - rm -v src/com/google/java/contract/core/apt/JavacUtils.java || die -} diff --git a/dev-java/cofoja/metadata.xml b/dev-java/cofoja/metadata.xml deleted file mode 100644 index 8a071cbab976..000000000000 --- a/dev-java/cofoja/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - cofoja - nhatminhle/cofoja - - - monsieurp@gentoo.org - Patrice Clement - - - java@gentoo.org - Java - - diff --git a/profiles/package.mask b/profiles/package.mask index 0380cf2f539c..b3e0f50ac813 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -269,7 +269,6 @@ sci-chemistry/molscript # java-packages without consumers. Removal in 30 days. dev-java/myfaces-api dev-java/cdi-api -dev-java/cofoja # Brian Evans (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly