Skip to content

Commit a0ba93c

Browse files
committed
app-doc/eclass-manpages: Sync with Gentoo
It's from Gentoo commit 5b1fe4c46b67b894d0e06ae64a7ceca78f582093.
1 parent b2cc4c9 commit a0ba93c

File tree

8 files changed

+87
-52
lines changed

8 files changed

+87
-52
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
DIST eclass-manpages-20210712.tar.xz 410588 BLAKE2B 776da6b26db95791401d562d3d550e1ab71dc19f54124fa37e78ab2595835fb05e7382b98007e58131698710b978dd87cbc10df1ea98c6ef01ec866418d6f9a6 SHA512 fb2bdc790d96f0662d84eddd01f291b4a3cac638c1e3df8975755e81d2d64dda14b0f60a77387da8544672080711d5047dda777d27a8cf2ded2634c47ecfee4b
2-
DIST eclass-manpages-20211002.tar.xz 410056 BLAKE2B 6ac900aaa2718d838af7f069766e2e818276c80d1819f38ca0bc09d3815487083dfe64781331d9b0049c474fc6cec9381daea9c7961f14b208cd3372c79b7564 SHA512 bcea1bcae107df73c72c37dd65c5414833ad59e9d6088f806cb06512b53cdbcad10fb50fe23ede02ccfcda17ae86c70879f496929ef0f54aa799179f9ef0d869
1+
DIST eclass-manpages-20230601.tar.xz 423088 BLAKE2B 35ef9f3fad733d6aa363c2808de8e6cc8936f1c965c7181b55cd955c8e3bcc339af7ac070302f220002e77011adf05e9904f38d29f832f7640f3cdc11f4f0a8f SHA512 5ff2dfca210b14a448472d6ea55ae5b321541e09124c74ff43392eea48dab06b22fbad9a7b62b80d5b67f9d07e1055bcca29eb03f77b899be886ada078e2df1f
2+
DIST eclass-manpages-20230624.tar.xz 420244 BLAKE2B 867d215a89f7f92e7b9ed9ce52e70e42609bcd038e98074c9d0e6327e227bc010ea4d4fbd19e21d18635138a668cfc98492b3fdcf66bbe9960252474c14fd193 SHA512 c0df42ab7648337643de4bc9c204212e0a3563cea689ef8f8e507964bd88a69f0703d7f93c0f3e54dc333b7689c9eeba7dd0ea8525161a88b2605a26c8834e77
3+
DIST eclass-manpages-20230919.tar.xz 432712 BLAKE2B d3b478f9c8ae26d9b0cbddb016861d59af58ff57ffed2e6c5abf423523c33317d1b37167b37925893d068838b1c7509514c51b60b98dfbeda631f8ba7641b8bd SHA512 1e07da85179f04172200b94e5cf5a21d04787fce800ceae83322554d5eb37cdc6073099d5ee5f12e04bbf967de40f63b01321dcb5ac4995e3c2503a94407c2d2

sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-20210712.ebuild

Lines changed: 0 additions & 20 deletions
This file was deleted.

sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-20211002.ebuild

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# Instructions to make a dist tarball:
7+
# git clone https://github.com/projg2/eclass-to-manpage.git
8+
# cd eclass-to-manpage
9+
# make dist ECLASSDIR=~/g/eclass/
10+
11+
DESCRIPTION="Collection of Gentoo eclass manpages"
12+
HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
13+
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
14+
15+
LICENSE="GPL-2"
16+
SLOT="0"
17+
# Keep the keywords stable. No need to change to ~arch.
18+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
19+
20+
BDEPEND="sys-apps/gawk"
21+
22+
src_install() {
23+
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# Instructions to make a dist tarball:
7+
# git clone https://github.com/projg2/eclass-to-manpage.git
8+
# cd eclass-to-manpage
9+
# make dist ECLASSDIR=~/g/eclass/
10+
11+
DESCRIPTION="Collection of Gentoo eclass manpages"
12+
HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
13+
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
14+
15+
LICENSE="GPL-2"
16+
SLOT="0"
17+
# Keep the keywords stable. No need to change to ~arch.
18+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
19+
20+
BDEPEND="sys-apps/gawk"
21+
22+
src_install() {
23+
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 1999-2023 Gentoo Authors
2+
# Distributed under the terms of the GNU General Public License v2
3+
4+
EAPI=8
5+
6+
# Instructions to make a dist tarball:
7+
# git clone https://github.com/projg2/eclass-to-manpage.git
8+
# cd eclass-to-manpage
9+
# make dist ECLASSDIR=~/g/eclass/
10+
11+
DESCRIPTION="Collection of Gentoo eclass manpages"
12+
HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
13+
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
14+
15+
LICENSE="GPL-2"
16+
SLOT="0"
17+
# Keep the keywords stable. No need to change to ~arch.
18+
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
19+
20+
BDEPEND="sys-apps/gawk"
21+
22+
src_install() {
23+
emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
24+
}

sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/eclass-manpages-99999999.ebuild

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
1-
# Copyright 1999-2021 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
55

66
inherit git-r3
77

88
DESCRIPTION="Collection of Gentoo eclass manpages"
9-
HOMEPAGE="https://github.com/mgorny/eclass-to-manpage"
10-
SRC_URI=""
9+
HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
1110
EGIT_REPO_URI="https://anongit.gentoo.org/git/repo/gentoo.git
1211
https://github.com/gentoo/gentoo.git"
1312

1413
LICENSE="GPL-2"
1514
SLOT="0"
16-
KEYWORDS=""
1715

18-
BDEPEND="sys-apps/gawk
19-
sys-apps/groff"
16+
BDEPEND="sys-apps/gawk"
2017

2118
src_unpack() {
2219
git-r3_fetch
23-
git-r3_fetch "https://github.com/mgorny/eclass-to-manpage"
20+
git-r3_fetch "https://github.com/projg2/eclass-to-manpage.git"
2421

25-
git-r3_checkout '' '' '' eclass
26-
git-r3_checkout "https://github.com/mgorny/eclass-to-manpage"
22+
git-r3_checkout "" "" "" eclass
23+
git-r3_checkout "https://github.com/projg2/eclass-to-manpage.git"
2724
}
2825

2926
src_compile() {

sdk_container/src/third_party/portage-stable/app-doc/eclass-manpages/metadata.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
<email>mgorny@gentoo.org</email>
66
<name>Michał Górny</name>
77
</maintainer>
8+
<maintainer type="project">
9+
<email>devmanual@gentoo.org</email>
10+
</maintainer>
811
<maintainer type="project">
912
<email>tools-portage@gentoo.org</email>
1013
<name>Gentoo Portage tools team</name>
1114
</maintainer>
15+
<upstream>
16+
<remote-id type="github">projg2/eclass-to-manpage</remote-id>
17+
</upstream>
1218
</pkgmetadata>

0 commit comments

Comments
 (0)