forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-portage/mgorny-dev-scripts: Bump to v43
Signed-off-by: Michał Górny <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST mgorny-dev-scripts-41.tar.gz 12507 BLAKE2B fae0f2fde5f412d1c0d6c8e1ff2958e463c52cb708df7406b7ac9fff3203b652b5b5b5735317358dc5750cd6b5ed1d2ca9381eab9798057bf8fafc97f6889b5a SHA512 e77cc43c4e62b039a346b39b204a6bc77cbc9267fc04bacb6560ff2e0ad9a9f38e41d4d5a5b2c218e633120d9582c09b89784528dc89e2ad171d95b569b0f6ec | ||
DIST mgorny-dev-scripts-42.tar.gz 12436 BLAKE2B 5bf477fbdf8f7ac3bd49532d56a41206e9935e50ecc9a902a21fc51a2e01f3f6729051683188f974148d40676ff725c016f3335c221414f3a22c672f862dd90b SHA512 6e5473eb84a975be6cf42e882f8d98db47e86ea557c9c9fe76afa27ef1c8ec2f96dd2099f2c617fad9881cf9cfd709d32b488f12928957f3e0d316f3b9fa5d88 | ||
DIST mgorny-dev-scripts-43.tar.gz 12439 BLAKE2B 8488d0c33e0989759f403f5a7c1bf565b7e8475b8d32a2db49068b52df403d5ce2c0f714d791cb91db1287d78b64e678d32520a1deea03c374015c7b70a7ab53 SHA512 1d186afa4137bfac31db6b0f4cfe59146a4de007dce736f8730b13b8822a9ff8146620f8588586fa60c70a29db3e07d2a43697563aa41deba5c9e4f52fc500e1 |
32 changes: 32 additions & 0 deletions
32
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-43.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright 2019-2023 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/projg2/mgorny-dev-scripts/" | ||
SRC_URI=" | ||
https://github.com/projg2/mgorny-dev-scripts/archive/v${PV}.tar.gz | ||
-> ${P}.tar.gz | ||
" | ||
|
||
LICENSE="BSD-2" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" | ||
|
||
RDEPEND=" | ||
app-portage/gentoolkit | ||
app-portage/portage-utils | ||
dev-perl/URI | ||
dev-util/pkgcheck | ||
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 * | ||
} |