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 8C438158086 for ; Wed, 24 Nov 2021 07:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE839E08AD; Wed, 24 Nov 2021 07:26:41 +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 AE71CE0895 for ; Wed, 24 Nov 2021 07:26:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5203C342D35 for ; Wed, 24 Nov 2021 07:26:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C651DC for ; Wed, 24 Nov 2021 07:26:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1637738796.6de21e67bb1f04b76549a1aa0b77db33836e7978.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/mgorny-dev-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/mgorny-dev-scripts/Manifest app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild X-VCS-Directories: app-portage/mgorny-dev-scripts/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6de21e67bb1f04b76549a1aa0b77db33836e7978 X-VCS-Branch: master Date: Wed, 24 Nov 2021 07:26:38 +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: 01a2e470-bf41-4a85-b3a0-3a1eac38c02c X-Archives-Hash: bf2259db0aa7b5317103ee91cda6242f commit: 6de21e67bb1f04b76549a1aa0b77db33836e7978 Author: Michał Górny gentoo org> AuthorDate: Wed Nov 24 07:24:43 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 24 07:26:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de21e67 app-portage/mgorny-dev-scripts: Bump to v12 Signed-off-by: Michał Górny gentoo.org> app-portage/mgorny-dev-scripts/Manifest | 1 + .../mgorny-dev-scripts-12.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/app-portage/mgorny-dev-scripts/Manifest b/app-portage/mgorny-dev-scripts/Manifest index e26524547335..5383a8937de8 100644 --- a/app-portage/mgorny-dev-scripts/Manifest +++ b/app-portage/mgorny-dev-scripts/Manifest @@ -1 +1,2 @@ DIST mgorny-dev-scripts-11.tar.gz 8045 BLAKE2B 3b2b023b87902c1ee9c5bec7cb1b70bbfbc141383167b497d5dd67fa4b46b4d0882be49d3595db0b699ff0112cf2431653c0cdb72c187589c958f7052aeeb663 SHA512 5b053d2a053e73208cf5ccd4aa00b61733c4ba14f1df9e0cabfc8667e0cce8637c18be09c6366e384cffce3b8954d29619efd9085c21fb72afa0de61a7b833b9 +DIST mgorny-dev-scripts-12.tar.gz 8063 BLAKE2B e31a0b2ffd59ade462cf8686ea4cd6d48c9da2f9d18156509a39138afea0f1ec896871cf83c44ff1f1075848239065335a408b74befab9276f04b2d7b9d0e075 SHA512 a7e2739197a331b9abfd67873f4727fc85f7c38a30630dddc8a76e51e74a91e42ecd748c9e6572da85de48db6bcd144b13654b8e1a7b74ca7fe46779d0e14967 diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild new file mode 100644 index 000000000000..0897d3c3330d --- /dev/null +++ b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-12.ebuild @@ -0,0 +1,28 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Handy scripts for ebuild development and more" +HOMEPAGE="https://github.com/mgorny/mgorny-dev-scripts" +SRC_URI="https://github.com/mgorny/mgorny-dev-scripts/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=" + app-portage/gentoolkit + dev-perl/URI + dev-util/pkgcheck + dev-vcs/git + net-misc/wget + sys-apps/portage + x11-misc/xdg-utils + !dev-util/pkgdiff" + +src_install() { + dodoc README.rst + rm -f COPYING README.rst || die + dobin * +}