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 AC059158086 for ; Wed, 27 Oct 2021 06:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A763E0891; Wed, 27 Oct 2021 06:18:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E4EBE0891 for ; Wed, 27 Oct 2021 06:18:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C469343BE5 for ; Wed, 27 Oct 2021 06:18:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9226A177 for ; Wed, 27 Oct 2021 06:18:07 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1635315270.0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-java/mill-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-java/mill-bin/Manifest dev-java/mill-bin/metadata.xml dev-java/mill-bin/mill-bin-0.9.8.ebuild dev-java/mill-bin/mill-bin-0.9.9.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a X-VCS-Branch: master Date: Wed, 27 Oct 2021 06:18:07 +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: f5322a08-cdcc-455f-b076-0ebe16d3f463 X-Archives-Hash: 75437c0dcebe687fbd47776eb73d9d77 commit: 0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a Author: Florian Schmaus gentoo org> AuthorDate: Wed Oct 27 06:14:27 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Oct 27 06:14:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4b1c5d dev-java/mill-bin: treeclean (moved to ::gentoo) Signed-off-by: Florian Schmaus gentoo.org> dev-java/mill-bin/Manifest | 2 -- dev-java/mill-bin/metadata.xml | 8 -------- dev-java/mill-bin/mill-bin-0.9.8.ebuild | 23 ----------------------- dev-java/mill-bin/mill-bin-0.9.9.ebuild | 23 ----------------------- 4 files changed, 56 deletions(-) diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest deleted file mode 100644 index cc60179b9..000000000 --- a/dev-java/mill-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST 0.9.8-assembly 63242123 BLAKE2B 851bc6dafe6a9564d7a760736cdc9f9641dc58582ddd215651249a8d1f7664e3f8f034ae6d03fcc801477d85ea87350ce25de1157c521de938ba47214e84568d SHA512 1afb93740df0945df9b7119a3cac1845591b677137fc1f1e215354d19d142c4a92293552590402d78b7337818059fedb21ba5be4d8309df6633c253b5b6378af -DIST 0.9.9-assembly 63255731 BLAKE2B ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f SHA512 b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c diff --git a/dev-java/mill-bin/metadata.xml b/dev-java/mill-bin/metadata.xml deleted file mode 100644 index 7a926064d..000000000 --- a/dev-java/mill-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - flow@gentoo.org - Florian Schmaus - - diff --git a/dev-java/mill-bin/mill-bin-0.9.8.ebuild b/dev-java/mill-bin/mill-bin-0.9.8.ebuild deleted file mode 100644 index cc4d3cf04..000000000 --- a/dev-java/mill-bin/mill-bin-0.9.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${PN%-bin} - -DESCRIPTION="A Java/Scala build tool" -HOMEPAGE="https://com-lihaoyi.github.io/mill/" -SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=virtual/jre-1.8:*" - -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} -} diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild b/dev-java/mill-bin/mill-bin-0.9.9.ebuild deleted file mode 100644 index cc4d3cf04..000000000 --- a/dev-java/mill-bin/mill-bin-0.9.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${PN%-bin} - -DESCRIPTION="A Java/Scala build tool" -HOMEPAGE="https://com-lihaoyi.github.io/mill/" -SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=virtual/jre-1.8:*" - -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} -} 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 AB262158086 for ; Wed, 27 Oct 2021 06:18:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09E09E085A; Wed, 27 Oct 2021 06:18:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA203E07B3 for ; Wed, 27 Oct 2021 06:18:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE8B2343A84 for ; Wed, 27 Oct 2021 06:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8892815A for ; Wed, 27 Oct 2021 06:18:05 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1635315270.0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-java/mill-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-java/mill-bin/Manifest dev-java/mill-bin/metadata.xml dev-java/mill-bin/mill-bin-0.9.8.ebuild dev-java/mill-bin/mill-bin-0.9.9.ebuild X-VCS-Directories: dev-java/mill-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a X-VCS-Branch: dev Date: Wed, 27 Oct 2021 06:18:05 +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: 1c9ef993-4bff-4276-951d-1d25e6dffe26 X-Archives-Hash: 40d0e83e3dcf16f020385f5f123c0667 Message-ID: <20211027061805.hVVAIq-XT-pt0ukaGYWcxX_AhgL0gvyTwKKiA2PdK3I@z> commit: 0d4b1c5d93b97e11af8dae56c7ebd5051e64d97a Author: Florian Schmaus gentoo org> AuthorDate: Wed Oct 27 06:14:27 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Oct 27 06:14:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4b1c5d dev-java/mill-bin: treeclean (moved to ::gentoo) Signed-off-by: Florian Schmaus gentoo.org> dev-java/mill-bin/Manifest | 2 -- dev-java/mill-bin/metadata.xml | 8 -------- dev-java/mill-bin/mill-bin-0.9.8.ebuild | 23 ----------------------- dev-java/mill-bin/mill-bin-0.9.9.ebuild | 23 ----------------------- 4 files changed, 56 deletions(-) diff --git a/dev-java/mill-bin/Manifest b/dev-java/mill-bin/Manifest deleted file mode 100644 index cc60179b9..000000000 --- a/dev-java/mill-bin/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST 0.9.8-assembly 63242123 BLAKE2B 851bc6dafe6a9564d7a760736cdc9f9641dc58582ddd215651249a8d1f7664e3f8f034ae6d03fcc801477d85ea87350ce25de1157c521de938ba47214e84568d SHA512 1afb93740df0945df9b7119a3cac1845591b677137fc1f1e215354d19d142c4a92293552590402d78b7337818059fedb21ba5be4d8309df6633c253b5b6378af -DIST 0.9.9-assembly 63255731 BLAKE2B ae4112a087b5aa6205a87fbef690820b4fde0d72962bb65d479bcdb666cf839df180935674947d53e81711377f0a8bd81bda5cdd8341027c9a2bd3bbc1869a3f SHA512 b7589c36a0607602150378c94c5cb6aba56a70ebe73517c081fbd603ad948bbff5302c17d0cecaac32741452598643089350348474988c0ff973e4bf620a7b3c diff --git a/dev-java/mill-bin/metadata.xml b/dev-java/mill-bin/metadata.xml deleted file mode 100644 index 7a926064d..000000000 --- a/dev-java/mill-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - flow@gentoo.org - Florian Schmaus - - diff --git a/dev-java/mill-bin/mill-bin-0.9.8.ebuild b/dev-java/mill-bin/mill-bin-0.9.8.ebuild deleted file mode 100644 index cc4d3cf04..000000000 --- a/dev-java/mill-bin/mill-bin-0.9.8.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${PN%-bin} - -DESCRIPTION="A Java/Scala build tool" -HOMEPAGE="https://com-lihaoyi.github.io/mill/" -SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=virtual/jre-1.8:*" - -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} -} diff --git a/dev-java/mill-bin/mill-bin-0.9.9.ebuild b/dev-java/mill-bin/mill-bin-0.9.9.ebuild deleted file mode 100644 index cc4d3cf04..000000000 --- a/dev-java/mill-bin/mill-bin-0.9.9.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=${PN%-bin} - -DESCRIPTION="A Java/Scala build tool" -HOMEPAGE="https://com-lihaoyi.github.io/mill/" -SRC_URI="https://github.com/com-lihaoyi/${MY_PN}/releases/download/${PV}/${PV}-assembly" -KEYWORDS="~amd64 ~x86" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=">=virtual/jre-1.8:*" - -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/${PV}-assembly" ${MY_PN} -}