[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 7d97614f4d3811f7089bbf5db9e57c7c7f09d59c Author: Michał Górny gentoo org> AuthorDate: Sun Nov 3 15:58:32 2024 + Commit: Michał Górny gentoo org> CommitDate: Sun Nov 3 16:10:23 2024 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d97614f dev-util/shadowman: Bump to 4 Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/Manifest | 1 + dev-util/shadowman/shadowman-4.ebuild | 22 ++ 2 files changed, 23 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index 5a460ce0b0dd..fff9b207abf4 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1 +1,2 @@ DIST shadowman-3.tar.gz 3256 BLAKE2B b4e1ac2ee8576feac3d33fafa9540ad150a635d8a3f3d186265039fa62612176a67a7bb6e39d86dafc7d96dc40ed34db66a819af01dc8590288181f17725547b SHA512 2061bb03a23bc8981dd137afa52e0a78535032326ce07ce43f2c51cc115673a4a626e9cf431497fac1d9983cef2a4fd4defe1340ed46140adce0fe7ceabe6448 +DIST shadowman-4.tar.gz 3318 BLAKE2B 65ca28c8c30d89eefc3490eb4489bccc62b8d5df98d9431153fc719b315b51fc07d100e56e6a0800cab411a151551762c93fd42520db449ade2c35ddf03cdba9 SHA512 6c9992d0bdaac4f6af71e60186e577e97b5d212fc5ef407bb80debed21905b17eb06068b4df5726e9d23e9f1e1956f4af0b67922d0d17de851243ba8edf2db43 diff --git a/dev-util/shadowman/shadowman-4.ebuild b/dev-util/shadowman/shadowman-4.ebuild new file mode 100644 index ..3c8f362dce99 --- /dev/null +++ b/dev-util/shadowman/shadowman-4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 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/projg2/shadowman"; +SRC_URI="https://github.com/projg2/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +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 +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: a9be5ec2c8584dbe1f2c80d1b14aced690e43568 Author: Sam James gentoo org> AuthorDate: Fri Aug 18 08:26:59 2023 + Commit: Sam James gentoo org> CommitDate: Fri Aug 18 08:27:36 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be5ec2 dev-util/shadowman: update LICENSE The usual licence for mgorny's stuff, so oops indeed. Closes: https://bugs.gentoo.org/912398 Signed-off-by: Sam James gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 8cf0a250d137..34ddcac0e087 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -7,7 +7,7 @@ DESCRIPTION="Unified compiler shadow link directory updater" HOMEPAGE="https://github.com/projg2/shadowman"; SRC_URI="https://github.com/projg2/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE=""
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 3ff803f288b2d2385e9f1a6143a10f4c83dc3051 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Mar 6 17:13:27 2023 + Commit: Arthur Zamarin gentoo org> CommitDate: Thu Mar 9 07:35:12 2023 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff803f2 dev-util/shadowman: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/metadata.xml | 2 +- dev-util/shadowman/shadowman-3.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/shadowman/metadata.xml b/dev-util/shadowman/metadata.xml index 9ea869089df9..6564b821d855 100644 --- a/dev-util/shadowman/metadata.xml +++ b/dev-util/shadowman/metadata.xml @@ -6,6 +6,6 @@ Michał Górny - mgorny/shadowman + projg2/shadowman diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 726b5ca3aef4..8cf0a250d137 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 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" +HOMEPAGE="https://github.com/projg2/shadowman"; +SRC_URI="https://github.com/projg2/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 7eb5b80f2888113c1bf28d29eb1388bf487ea9e4 Author: Sam James gentoo org> AuthorDate: Thu Jul 28 11:56:14 2022 + Commit: Sam James gentoo org> CommitDate: Thu Jul 28 11:59:07 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb5b80f dev-util/shadowman: add github upstream metadata Signed-off-by: Sam James gentoo.org> dev-util/shadowman/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/shadowman/metadata.xml b/dev-util/shadowman/metadata.xml index 076793e3f54b..9ea869089df9 100644 --- a/dev-util/shadowman/metadata.xml +++ b/dev-util/shadowman/metadata.xml @@ -5,4 +5,7 @@ mgo...@gentoo.org Michał Górny + + mgorny/shadowman +
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 97a412b6f50e04fd52770cfae5440de1882cbc56 Author: WANG Xuerui gentoo org> AuthorDate: Sat May 14 05:31:34 2022 + Commit: WANG Xuerui gentoo org> CommitDate: Sat May 14 05:32:14 2022 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a412b6 dev-util/shadowman: keyword 3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index a82abe5d8b80..726b5ca3aef4 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 684397147e2690d911d3f8938e4f20ee95a29a17 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 22 07:42:45 2021 + Commit: Michał Górny gentoo org> CommitDate: Wed Dec 22 07:43:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68439714 dev-util/shadowman: Remove old Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/Manifest | 1 - dev-util/shadowman/shadowman-2.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index b5db0d8a3405..5a460ce0b0dd 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1,2 +1 @@ -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-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild deleted file mode 100644 index 42799184709b.. --- a/dev-util/shadowman/shadowman-2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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 -}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4029c97bc51e19c21191b0b61ec481d36908a9e8 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Dec 21 08:45:28 2021 + Commit: Sam James gentoo org> CommitDate: Wed Dec 22 00:41:53 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4029c97b dev-util/shadowman: stable 3 for hppa, bug #829557 Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 3a15ee351035..a82abe5d8b80 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 1e7c34035641808f6784daba91626efff0b2e5b2 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 18:11:44 2021 + Commit: Sam James gentoo org> CommitDate: Sat Dec 18 18:11:44 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7c3403 dev-util/shadowman: Stabilize 3 arm64, #829557 Signed-off-by: Sam James gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index be676f46108d..3a15ee351035 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 3dfbefe09b3ef51a32310f64a571d2f6c40426d8 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 18:10:28 2021 + Commit: Sam James gentoo org> CommitDate: Sat Dec 18 18:10:28 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfbefe0 dev-util/shadowman: Stabilize 3 arm, #829557 Signed-off-by: Sam James gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 839e227564a4..be676f46108d 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 2c276b910d9b0d4f5a210414ce49a39fc90b1b54 Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 18 14:56:57 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 15:09:02 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c276b91 dev-util/shadowman: Stabilize 3 amd64, #829557 Signed-off-by: Jakov Smolić gentoo.org> Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 99e3c99a0240..839e227564a4 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: e3b5e8d09d7ec014dc4ff48c24d80a354be80ecf Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 18 14:55:44 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 15:08:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b5e8d0 dev-util/shadowman: Stabilize 3 x86, #829557 Signed-off-by: Jakov Smolić gentoo.org> Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 0218b6944a3e..99e3c99a0240 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 3a6cc27dac87c7c3c3f518bb7c4c67d7524bfc0c Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 18 13:37:28 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 13:38:18 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6cc27d dev-util/shadowman: Stabilize 3 ppc64, #829557 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 00d0ad1f49d6..3021228e1cbf 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 271c2f93b4879a8e4b3ce47f12b26147563e66e8 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 18 13:37:44 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 13:38:19 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271c2f93 dev-util/shadowman: Stabilize 3 sparc, #829557 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 3021228e1cbf..0218b6944a3e 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 48b08f6381f0526cd9f7c858c0b77e3e6bba0722 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 18 13:37:10 2021 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 13:38:16 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b08f63 dev-util/shadowman: Stabilize 3 ppc, #829557 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index f7b929689cf0..00d0ad1f49d6 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4df1493598e8cdb7796f7cde288248ec0cad73d8 Author: Michał Górny gentoo org> AuthorDate: Mon Nov 1 16:47:04 2021 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 1 16:47:18 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df14935 dev-util/shadowman: Remove Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/shadowman-.ebuild | 26 -- 1 file changed, 26 deletions(-) diff --git a/dev-util/shadowman/shadowman-.ebuild b/dev-util/shadowman/shadowman-.ebuild deleted file mode 100644 index 816a0bfd21f..000 --- a/dev-util/shadowman/shadowman-.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -EGIT_REPO_URI="https://github.com/mgorny/shadowman"; -inherit git-r3 - -DESCRIPTION="Unified compiler shadow link directory updater" -HOMEPAGE="https://github.com/mgorny/shadowman"; -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="app-admin/eselect" -DEPEND="${RDEPEND}" - -src_install() { - # tool modules are split into their respective packages - emake DESTDIR="${D}" install \ - INSTALL_MODULES_TOOL="" - keepdir /usr/share/shadowman/tools -}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 202b7c4f855afedf37b3d7067f210a3d1d50327f Author: Michał Górny gentoo org> AuthorDate: Mon Nov 1 16:46:43 2021 + Commit: Michał Górny gentoo org> CommitDate: Mon Nov 1 16:47:17 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=202b7c4f dev-util/shadowman: Bump to v3 Signed-off-by: Michał Górny gentoo.org> dev-util/shadowman/Manifest | 1 + dev-util/shadowman/shadowman-3.ebuild | 23 +++ 2 files changed, 24 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index cf6794e59dd..b5db0d8a340 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 000..f7b929689cf --- /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 +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: fd24c28e14af427d8740e96324facddf5f8a0f2c Author: Matt Turner gentoo org> AuthorDate: Mon Sep 6 19:51:35 2021 + Commit: Matt Turner gentoo org> CommitDate: Mon Sep 6 19:58:54 2021 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd24c28e dev-util/shadowman: Stabilize 2 hppa Signed-off-by: Matt Turner gentoo.org> dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index a9ade343989..42799184709 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: ce4247a233676f963d014dd42cd27fb442e6a043 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 5 16:08:55 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 5 16:08:55 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce4247a2 dev-util/shadowman: Add ~riscv keyword Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 50ba483c497..b56f5f93005 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 23adb49f736c92973e8234b0fd6647c97f006eb0 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 15:42:52 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Sun Feb 17 15:44:40 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23adb49f dev-util/shadowman: m68k s390 sh stable wrt bug #646652 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="m68k s390 sh" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 0710323dd12..50ba483c497 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 713d38358dbfdceb9818b01358ac419d65825968 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 12 12:18:26 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 12 12:28:16 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713d3835 dev-util/shadowman: Add ~s390 keyword wrt bug #643082 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/shadowman/shadowman-2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 6887f9b6e0f..7afd2e3c134 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: a665f2a129bcd4fa9cd19302466727e653ef298b Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 12 12:23:49 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 12 12:28:33 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a665f2a1 dev-util/shadowman: Add ~m68k keyword wrt bug #643082 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index c588bcab6ff..0710323dd12 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: b308fbd9746bb2f45ed607986551f0e689b4c4c6 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Feb 12 12:21:21 2019 + Commit: Mikle Kolyada gentoo org> CommitDate: Tue Feb 12 12:28:25 2019 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b308fbd9 dev-util/shadowman: Add ~sh keyword wrt bug #643082 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 7afd2e3c134..c588bcab6ff 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 2de149e7373a1f8d40e2984c376007fa13d90057 Author: Matt Turner gentoo org> AuthorDate: Fri May 25 03:31:50 2018 + Commit: Matt Turner gentoo org> CommitDate: Fri May 25 03:31:50 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de149e7 dev-util/shadowman-2: ppc64 stable, bug 646652 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 18ceb8556ce..6887f9b6e0f 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4bbb9c39f09f22a11aad6613e288dd1f01816383 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue May 22 22:37:42 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 22 22:37:49 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bbb9c39 dev-util/shadowman: stable 2 for hppa, bug #646652 Bug: https://bugs.gentoo.org/646652 Package-Manager: Portage-2.3.38, Repoman-2.3.9 RepoMan-Options: --include-arches="hppa" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 74b99ec8dd0..18ceb8556ce 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 0752c711e6578bb28921ec2defe34655a978e7b9 Author: Tobias Klausmann gentoo org> AuthorDate: Mon May 14 11:49:13 2018 + Commit: Tobias Klausmann gentoo org> CommitDate: Mon May 14 11:49:30 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0752c711 dev-util/shadowman-2-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/646652 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 830f284c3f2..74b99ec8dd0 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: da3a94ce933313b4abf4c7c487a532ed8eb6df4c Author: Sergei Trofimovich gentoo org> AuthorDate: Sun May 6 19:55:52 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun May 6 19:55:52 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da3a94ce dev-util/shadowman: stable 2 for ppc, bug #646652 Bug: https://bugs.gentoo.org/646652 Package-Manager: Portage-2.3.36, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index dc58b9c9c86..830f284c3f2 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4b1354cba867a53a51e9946c3f727893df04b977 Author: Mart Raudsepp gentoo org> AuthorDate: Wed May 2 16:45:34 2018 + Commit: Mart Raudsepp gentoo org> CommitDate: Wed May 2 17:10:55 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b1354cb dev-util/shadowman-2: arm64 stable (bug #646652) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 769ee63cec5..dc58b9c9c86 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: ea3f42b82a7482cae3ddace3e3413eac11ec941b Author: Markus Meier gentoo org> AuthorDate: Wed May 2 04:31:42 2018 + Commit: Markus Meier gentoo org> CommitDate: Wed May 2 04:31:42 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f42b8 dev-util/shadowman: arm stable, bug #646652 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 0844c6e5633..769ee63cec5 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: a770f103e84dba13b6235cff1f60bd162ab44997 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Apr 24 11:34:26 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Apr 24 18:55:06 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a770f103 dev-util/shadowman: stable 2 for sparc Bug: https://bugs.gentoo.org/646652 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index f4323d61cf8..eb67d97106d 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: f93510cbed99fdba63bc5bc9d8a12223b183c614 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 21 22:15:43 2018 + Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 21 22:15:43 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f93510cb dev-util/shadowman: amd64 stable wrt bug #646652 Bug: https://bugs.gentoo.org/646652 Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index a3f03906042..f4323d61cf8 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: a1dc83aa825ea17e6029f5d5e765229e61005c47 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 21 21:17:26 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 21 21:17:26 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dc83aa dev-util/shadowman: stable 2 for ia64, bug #646652 Bug: https://bugs.gentoo.org/646652 Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 947e12897c1..a3f03906042 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: e75497d0d081e836a03182db53434937d620a9ce Author: Matt Turner gentoo org> AuthorDate: Wed Mar 28 04:22:32 2018 + Commit: Matt Turner gentoo org> CommitDate: Wed Mar 28 04:22:32 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75497d0 dev-util/shadowman-2: added ~mips, bug 643082 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 4767de0a739..171a2f58db5 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: d381a6b6b9414c6b14fcdaf6274c1b280117e369 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 17 21:40:58 2018 + Commit: Matt Turner gentoo org> CommitDate: Sat Mar 17 21:41:58 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d381a6b6 dev-util/shadowman-2: added ~ppc, bug 643082 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index aa6acb04244..6bf5e8a62df 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 5b93bb9b3c3dfae9630741c5d587d9341ea46195 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 17 21:41:02 2018 + Commit: Matt Turner gentoo org> CommitDate: Sat Mar 17 21:41:59 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b93bb9b dev-util/shadowman-2: added ~ppc64, bug 643082 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 6bf5e8a62df..4767de0a739 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 2563fe65b153f9ebc7f08994159f6c17b810d1f6 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 17 19:45:36 2018 + Commit: Matt Turner gentoo org> CommitDate: Sat Mar 17 19:45:36 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2563fe65 dev-util/shadowman-2: added ~alpha, bug 643082 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 908bd63e9cb..aa6acb04244 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 758daa2f6f718971844b5358d4086c32679d990e Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Mar 11 22:09:28 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 11 22:20:00 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758daa2f dev-util/shadowman: keyworded 2 for sparc, bug #643082 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index bbc7760a8b6..908bd63e9cb 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~sparc ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4670d26366fb5ba8be7421fc225561c04d4f10d8 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 11 05:58:31 2018 + Commit: Matt Turner gentoo org> CommitDate: Sun Mar 11 05:58:31 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4670d263 dev-util/shadowman-2: added ~hppa, bug 643082 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index b13b0bcc36b..bbc7760a8b6 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 4881e3341074765c4bf5e600edba66dc46de8652 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 3 09:01:44 2018 + Commit: Michał Górny gentoo org> CommitDate: Sat Mar 3 09:19:09 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4881e334 dev-util/shadowman: Tested on ~amd64-fbsd dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index c572f7a1470..b13b0bcc36b 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~x86 ~amd64-fbsd" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 6d8c86150c2866ecf36ac5357210b0e48c794c5b Author: Markus Meier gentoo org> AuthorDate: Sat Jan 6 20:12:25 2018 + Commit: Markus Meier gentoo org> CommitDate: Sat Jan 6 20:12:25 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d8c8615 dev-util/shadowman: add ~arm, bug #643082 Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm" dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 45ba4eeb0a0..c572f7a1470 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 5a9bb8e9a43f0d07bf115496395d0505cacae615 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jan 6 18:34:12 2018 + Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jan 6 18:34:24 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a9bb8e9 dev-util/shadowman: keyworded 2 for ia64, bug #643082 Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" dev-util/shadowman/shadowman-2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index 95059ace20b..45ba4eeb0a0 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="" RDEPEND="app-admin/eselect"
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: a90c2cff56810e881238bc6f44d96485982dc1e1 Author: Michał Górny gentoo org> AuthorDate: Mon Jan 1 22:07:33 2018 + Commit: Michał Górny gentoo org> CommitDate: Tue Jan 2 06:18:51 2018 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90c2cff dev-util/shadowman: Clean old up dev-util/shadowman/Manifest | 1 - dev-util/shadowman/shadowman-1.ebuild | 23 --- 2 files changed, 24 deletions(-) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index 7db3bd33ba2..cf6794e59dd 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1,2 +1 @@ -DIST shadowman-1.tar.gz 3337 BLAKE2B 6253bbdef18f3b48adfc04553b08d63b81fadb531ab3feedd328a4d084e57837af11fa18feec3f9acbc9d11833aed481b175cfce6897fe4d7607a73e5a85df62 SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2 DIST shadowman-2.tar.gz 3349 BLAKE2B 2881c0487205c00114967be7600ef5483cc64c7ad5ed5cac60fe8bf2ca17e5b06d5df6e39148d90ff68a51d3e918ca616d0c5eedf11366df90c788a07e4c63b0 SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110 diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild deleted file mode 100644 index df3f6d1f3b8..000 --- a/dev-util/shadowman/shadowman-1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="~amd64 ~x86" -IUSE="" - -RDEPEND="app-admin/eselect" -DEPEND="${RDEPEND}" - -src_install() { - # tool modules are split into their respective packages - emake DESTDIR="${ED}" install \ - INSTALL_MODULES_TOOL="" - keepdir /usr/share/shadowman/tools -}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 0cfc6510edb4fdee56e1362e1298cf4e1a959d6b Author: Benda Xu gentoo org> AuthorDate: Mon Oct 2 05:50:55 2017 + Commit: Benda XU gentoo org> CommitDate: Mon Oct 2 05:50:55 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfc6510 dev-util/shadowman: prefixify the runtime paths. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/shadowman/shadowman-2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild index df3f6d1f3b8..95059ace20b 100644 --- a/dev-util/shadowman/shadowman-2.ebuild +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -17,7 +17,7 @@ DEPEND="${RDEPEND}" src_install() { # tool modules are split into their respective packages - emake DESTDIR="${ED}" install \ + emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install \ INSTALL_MODULES_TOOL="" keepdir /usr/share/shadowman/tools }
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 48c1c3384b9ac1b4ccf9e79adffe42e35f35f855 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 1 18:33:57 2017 + Commit: Michał Górny gentoo org> CommitDate: Sat Sep 2 08:16:00 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c1c338 dev-util/shadowman: Bump to v2 dev-util/shadowman/Manifest | 1 + dev-util/shadowman/shadowman-2.ebuild | 23 +++ 2 files changed, 24 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest index 4968143348f..393c2a765ba 100644 --- a/dev-util/shadowman/Manifest +++ b/dev-util/shadowman/Manifest @@ -1 +1,2 @@ DIST shadowman-1.tar.gz 3337 SHA256 b979cc02990e750a0fb7cc12cf36eaa559c5060ad8e337f213daa48342fe3bbe SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2 WHIRLPOOL ba2de87d9c74e069f0baf05d6c782183f2308b7bba4c6e009c816ab52a7256bb21bca13a5165ce862ba12ed21912b1fdc12ac4b65b8e6bb20701d31cea627c22 +DIST shadowman-2.tar.gz 3349 SHA256 296730adc288e750fb083a51d7fbece341c76942bf8c7db61e16259b99d159de SHA512 eeb10248c7f76116352bffa671ab7c761b2f79cb943de20dba327b0d7bf1126d15021508c9e9389b9f0c37cf5049ad2c67bad93f6a03340fcfd27e03c4969110 WHIRLPOOL 307168a322819643041f9368d605b179145a422f7c50f4973ee4970bf441fe8b8d6ef6c914077f0b8247165642fa54a0efb36c1798981a3f925ccd6ea1a63205 diff --git a/dev-util/shadowman/shadowman-2.ebuild b/dev-util/shadowman/shadowman-2.ebuild new file mode 100644 index 000..df3f6d1f3b8 --- /dev/null +++ b/dev-util/shadowman/shadowman-2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="~amd64 ~x86" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${ED}" install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +}
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 20e2bff3697ebf5f291e9907b34aae3074a36b53 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Aug 28 15:21:35 2017 + Commit: Guilherme Amadio gentoo org> CommitDate: Mon Aug 28 15:22:26 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e2bff3 dev-util/shadowman: use ${ED} for prefix compatibility Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/shadowman/shadowman-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild index ce21fe11a22..df3f6d1f3b8 100644 --- a/dev-util/shadowman/shadowman-1.ebuild +++ b/dev-util/shadowman/shadowman-1.ebuild @@ -17,7 +17,7 @@ DEPEND="${RDEPEND}" src_install() { # tool modules are split into their respective packages - emake DESTDIR="${D}" install \ + emake DESTDIR="${ED}" install \ INSTALL_MODULES_TOOL="" keepdir /usr/share/shadowman/tools }
[gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/
commit: 3b51f0945541fa62b6ab6bc4ecd2c43e5079de07 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 10 18:38:42 2017 + Commit: Michał Górny gentoo org> CommitDate: Sat Aug 26 13:36:51 2017 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b51f094 dev-util/shadowman: New package dev-util/shadowman/Manifest | 1 + dev-util/shadowman/metadata.xml | 8 dev-util/shadowman/shadowman-1.ebuild| 23 +++ dev-util/shadowman/shadowman-.ebuild | 26 ++ 4 files changed, 58 insertions(+) diff --git a/dev-util/shadowman/Manifest b/dev-util/shadowman/Manifest new file mode 100644 index 000..4968143348f --- /dev/null +++ b/dev-util/shadowman/Manifest @@ -0,0 +1 @@ +DIST shadowman-1.tar.gz 3337 SHA256 b979cc02990e750a0fb7cc12cf36eaa559c5060ad8e337f213daa48342fe3bbe SHA512 9ec41c53444a20ba3e3d69c33f1ecdce46dbcd911de5b024cab84f2573ccb772b508b5c79f6f9cafda0cc4ab5a8de7414fa8d893a1ca5b86fabd0b2cfb62f6d2 WHIRLPOOL ba2de87d9c74e069f0baf05d6c782183f2308b7bba4c6e009c816ab52a7256bb21bca13a5165ce862ba12ed21912b1fdc12ac4b65b8e6bb20701d31cea627c22 diff --git a/dev-util/shadowman/metadata.xml b/dev-util/shadowman/metadata.xml new file mode 100644 index 000..0319eec4c8b --- /dev/null +++ b/dev-util/shadowman/metadata.xml @@ -0,0 +1,8 @@ + +http://www.gentoo.org/dtd/metadata.dtd";> + + + mgo...@gentoo.org + Michał Górny + + diff --git a/dev-util/shadowman/shadowman-1.ebuild b/dev-util/shadowman/shadowman-1.ebuild new file mode 100644 index 000..ce21fe11a22 --- /dev/null +++ b/dev-util/shadowman/shadowman-1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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="~amd64 ~x86" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${D}" install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +} diff --git a/dev-util/shadowman/shadowman-.ebuild b/dev-util/shadowman/shadowman-.ebuild new file mode 100644 index 000..816a0bfd21f --- /dev/null +++ b/dev-util/shadowman/shadowman-.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +EGIT_REPO_URI="https://github.com/mgorny/shadowman"; +inherit git-r3 + +DESCRIPTION="Unified compiler shadow link directory updater" +HOMEPAGE="https://github.com/mgorny/shadowman"; +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND="app-admin/eselect" +DEPEND="${RDEPEND}" + +src_install() { + # tool modules are split into their respective packages + emake DESTDIR="${D}" install \ + INSTALL_MODULES_TOOL="" + keepdir /usr/share/shadowman/tools +}