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 D69DB15800F for ; Fri, 27 Jan 2023 07:46:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3584E0958; Fri, 27 Jan 2023 07:46:03 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D984AE0958 for ; Fri, 27 Jan 2023 07:46:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E46D1341087 for ; Fri, 27 Jan 2023 07:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21E0788E for ; Fri, 27 Jan 2023 07:46:01 +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: <1674805328.640426c0a9e07a831f456ab09150c91e3efe9018.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-i18n/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/kicad-i18n/Manifest sci-electronics/kicad-i18n/kicad-i18n-5.1.12.ebuild sci-electronics/kicad-i18n/metadata.xml X-VCS-Directories: sci-electronics/kicad-i18n/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 640426c0a9e07a831f456ab09150c91e3efe9018 X-VCS-Branch: master Date: Fri, 27 Jan 2023 07:46:01 +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: ed9162c5-9141-4827-bc0e-0a5552c04283 X-Archives-Hash: e06c4887318ae6ccb9f6afce9beccd1d commit: 640426c0a9e07a831f456ab09150c91e3efe9018 Author: Zoltan Puskas sinustrom info> AuthorDate: Fri Jan 27 06:57:51 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 27 07:42:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=640426c0 sci-electronics/kicad-i18n: treeclean Signed-off-by: Zoltan Puskas sinustrom.info> Signed-off-by: Joonas Niilola gentoo.org> sci-electronics/kicad-i18n/Manifest | 1 - sci-electronics/kicad-i18n/kicad-i18n-5.1.12.ebuild | 17 ----------------- sci-electronics/kicad-i18n/metadata.xml | 15 --------------- 3 files changed, 33 deletions(-) diff --git a/sci-electronics/kicad-i18n/Manifest b/sci-electronics/kicad-i18n/Manifest deleted file mode 100644 index 5619127f9c88..000000000000 --- a/sci-electronics/kicad-i18n/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kicad-i18n-5.1.12.tar.bz2 2934525 BLAKE2B 7aef8a0e5213be38e5517a539469cba41d67dc2495539c7f5722f6cf7e3a86b8eaefa341d18a621b36c100ddd89466fbf5ac9d8071e5f78587161a8c0bb430d1 SHA512 178a17919e762f284aaf1fab75d527085a2bcec8dc6e236a552c6c471aab5ca4f747d297d8f148dbe9cc80a0c4994b712b54da077029ff484006b6c42dc22916 diff --git a/sci-electronics/kicad-i18n/kicad-i18n-5.1.12.ebuild b/sci-electronics/kicad-i18n/kicad-i18n-5.1.12.ebuild deleted file mode 100644 index ec60fdc59456..000000000000 --- a/sci-electronics/kicad-i18n/kicad-i18n-5.1.12.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Electronic Schematic and PCB design tools GUI translations" -HOMEPAGE="https://gitlab.com/kicad/code/kicad-i18n" -SRC_URI="https://gitlab.com/kicad/code/${PN}/-/archive/${PV}/${P}.tar.bz2" - -LICENSE="CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND="sys-devel/gettext" -RDEPEND=">=sci-electronics/kicad-5.1.6" diff --git a/sci-electronics/kicad-i18n/metadata.xml b/sci-electronics/kicad-i18n/metadata.xml deleted file mode 100644 index 8cbb9ea9aa19..000000000000 --- a/sci-electronics/kicad-i18n/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - zoltan@sinustrom.info - Zoltan Puskas - - - proxy-maint@gentoo.org - Proxy Maintainers - - - kicad/kicad-i18n - -