diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-11-01 17:46:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-11-01 17:47:17 +0100 |
commit | 202b7c4f855afedf37b3d7067f210a3d1d50327f (patch) | |
tree | f07fb9c82a5277804aa543e68fe3cabb898024d4 /dev-util | |
parent | net-misc/youtube-viewer: add myself as a maintainer (diff) | |
download | gentoo-202b7c4f855afedf37b3d7067f210a3d1d50327f.tar.gz gentoo-202b7c4f855afedf37b3d7067f210a3d1d50327f.tar.bz2 gentoo-202b7c4f855afedf37b3d7067f210a3d1d50327f.zip |
dev-util/shadowman: Bump to v3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/shadowman/Manifest | 1 | ||||
-rw-r--r-- | dev-util/shadowman/shadowman-3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index cf6794e59ddb..b5db0d8a3405 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1 +1,2 @@ DIST shadowman-2.tar.gz 3349 BLAKE2B 2881c0487205c00114967be7600ef5483cc64c7ad5ed5cac60fe8bf2ca17e5b06d5df6e39148d90ff68a51d3e918ca616d0c5eedf11366df90c788a07e4c63b0 SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110 +DIST shadowman-3.tar.gz 3256 BLAKE2B b4e1ac2ee8576feac3d33fafa9540ad150a635d8a3f3d186265039fa62612176a67a7bb6e39d86dafc7d96dc40ed34db66a819af01dc8590288181f17725547b SHA512 2061bb03a23bc8981dd137afa52e0a78535032326ce07ce43f2c51cc115673a4a626e9cf431497fac1d9983cef2a4fd4defe1340ed46140adce0fe7ceabe6448 diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild new file mode 100644 index 000000000000..f7b929689cf0 --- /dev/null +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Unified compiler shadow link directory updater" +HOMEPAGE="https://github.com/mgorny/shadowman" +SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +} |