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 725D0138334 for ; Sat, 21 Sep 2019 16:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A74B5E092B; Sat, 21 Sep 2019 16:41:18 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C92AE092B for ; Sat, 21 Sep 2019 16:41:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4466634B46F for ; Sat, 21 Sep 2019 16:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4249B720 for ; Sat, 21 Sep 2019 16:41:15 +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: <1569084071.7d65572b5ee774d2ec0ea63527ab2623f8b2e65a.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-3.ebuild X-VCS-Directories: app-portage/mgorny-dev-scripts/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d65572b5ee774d2ec0ea63527ab2623f8b2e65a X-VCS-Branch: master Date: Sat, 21 Sep 2019 16:41:15 +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: dde08dc1-bc59-4243-b531-33e91b3b3b38 X-Archives-Hash: 1c8e793bf43a691d5ba686a8a21157a0 commit: 7d65572b5ee774d2ec0ea63527ab2623f8b2e65a Author: Michał Górny gentoo org> AuthorDate: Sat Sep 21 16:37:53 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 21 16:41:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d65572b app-portage/mgorny-dev-scripts: Bump to v3 Signed-off-by: Michał Górny gentoo.org> app-portage/mgorny-dev-scripts/Manifest | 1 + .../mgorny-dev-scripts/mgorny-dev-scripts-3.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/app-portage/mgorny-dev-scripts/Manifest b/app-portage/mgorny-dev-scripts/Manifest index 2c191e9d648..6d308ea7fc6 100644 --- a/app-portage/mgorny-dev-scripts/Manifest +++ b/app-portage/mgorny-dev-scripts/Manifest @@ -1 +1,2 @@ DIST mgorny-dev-scripts-2.tar.gz 6128 BLAKE2B a4a36c7d3872b70d388bfb2e68e4a8861a1a8ac76dbe27de382c203ed1a6dd7e56744aa7ba606392deefdd19397d078dc5a8b2402a05ba1c125ed218e42dad61 SHA512 bc98c83234c1107f649245b2b868c7fb649b03997497604deeeeb557d1dcd989ae896c8150bd54bd20daff98dee2a4a46f114d024a0a3b63231d26daa9cc4e79 +DIST mgorny-dev-scripts-3.tar.gz 6671 BLAKE2B 6e0cc8edd55fd175e6e2516bad6d0505da813fc905d12563d97b0ee327a019dd264c886884360dfe6235ecfb8d19fe5d982edf623cfa9019ad132f6cb0f4bb49 SHA512 22a8dae123d87461f07d12b7aad58775201de4dd72ffd354116bfde2bfb6d413b3c68fbf848e651b5a4eeb3df2afe9a10f8ae1a28be0ed077d1c0aa19fc91066 diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-3.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-3.ebuild new file mode 100644 index 00000000000..f3c82965e9c --- /dev/null +++ b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-3.ebuild @@ -0,0 +1,25 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~x86" + +RDEPEND=" + app-portage/gentoolkit + dev-vcs/git + net-misc/wget + sys-apps/portage + x11-misc/xdg-utils" + +src_install() { + dodoc README.rst + rm -f COPYING README.rst || die + dobin * +}