app-portage/mgorny-dev-scripts: Bump to v4
authorMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 04:57:34 +0000 (05:57 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 16 Jan 2020 04:57:34 +0000 (05:57 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-portage/mgorny-dev-scripts/Manifest
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-4.ebuild [new file with mode: 0644]

index 32d7eeac61391401d8f0faede48cae0819696669..156eadc94e7548ae9f888737e9e8c2d33c54807f 100644 (file)
@@ -1 +1,2 @@
 DIST mgorny-dev-scripts-3.tar.gz 6671 BLAKE2B 6e0cc8edd55fd175e6e2516bad6d0505da813fc905d12563d97b0ee327a019dd264c886884360dfe6235ecfb8d19fe5d982edf623cfa9019ad132f6cb0f4bb49 SHA512 22a8dae123d87461f07d12b7aad58775201de4dd72ffd354116bfde2bfb6d413b3c68fbf848e651b5a4eeb3df2afe9a10f8ae1a28be0ed077d1c0aa19fc91066
+DIST mgorny-dev-scripts-4.tar.gz 6702 BLAKE2B d816e0d15004d21f595e6020d146aa1babfe238b325afb1523bfae60786c067c8591fa5b046f7b18520f5334e0d0506d9d0c919c2ec6a55a85bae09441d1f45c SHA512 0b165f21930ad29de92a715fab27174e2bf2e16e6b52dac2d5bf6ae59c68163f30de955703c2c37a9a799fd4409d1b602d417100a4787787f4b48fd71e6391e3
diff --git a/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-4.ebuild b/app-portage/mgorny-dev-scripts/mgorny-dev-scripts-4.ebuild
new file mode 100644 (file)
index 0000000..43affbe
--- /dev/null
@@ -0,0 +1,27 @@
+# Copyright 2019-2020 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-perl/URI
+       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 *
+}