mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
app-portage/mgorny-dev-scripts: Bump to 67
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST mgorny-dev-scripts-66.tar.bz2 18448 BLAKE2B 49091f67369f89803a33572fd4fa9b99e79980615cc846961fed287df3b12a028b9ad10693457a61c38f9b8481c63afca0c9a39e488f134d9eb6ab56c15fdb51 SHA512 3602f41308754f3dd03562b6301072af8b220b9f55337315e7306d0172406a3130b0ef042c2d23b89e6e13f43fc6ec7b7fb13940fd49ab44d423b086dcdf4a3a
|
||||
DIST mgorny-dev-scripts-67.tar.bz2 18475 BLAKE2B 158ec18c0e3d6ac36cc559179d7cc5f0c77c56ec27fdd0a15535f878eeb63eeee877c9730b5512a40b0b94a5c1bc6bbe57291547101b399e1c9fccd1b171cf82 SHA512 74da31750286fd450895607d0f4db2dee8a8548f0967e2367d9724a9dc8d67dbc19ff1e93e79660bffab2b75b0e288de82bb5b9d5c72a771d4df7486bf082bf6
|
||||
|
||||
34
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-67.ebuild
Normal file
34
app-portage/mgorny-dev-scripts/mgorny-dev-scripts-67.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2019-2026 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://gitweb.gentoo.org/proj/mgorny-dev-scripts.git
|
||||
https://github.com/gentoo/mgorny-dev-scripts/
|
||||
"
|
||||
SRC_URI="
|
||||
https://gitweb.gentoo.org/proj/mgorny-dev-scripts.git/snapshot/${P}.tar.bz2
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
|
||||
|
||||
RDEPEND="
|
||||
app-portage/gentoolkit
|
||||
>=app-portage/gpyutils-0.12
|
||||
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 *
|
||||
}
|
||||
Reference in New Issue
Block a user