summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-17 05:29:54 +0000
committerSam James <sam@gentoo.org>2024-11-17 05:29:54 +0000
commit9b70f2ed44bf2ca36b9b0f31d20d946ffd889fa5 (patch)
treee5d2e750ca6a03e049d95b1a0ee28835443ab706 /app-doc
parentdev-libs/libffi: fix tests w/ C23 (diff)
downloadgentoo-9b70f2ed44bf2ca36b9b0f31d20d946ffd889fa5.tar.gz
gentoo-9b70f2ed44bf2ca36b9b0f31d20d946ffd889fa5.tar.bz2
gentoo-9b70f2ed44bf2ca36b9b0f31d20d946ffd889fa5.zip
app-doc/eclass-manpages: add 20241117
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/eclass-manpages/Manifest1
-rw-r--r--app-doc/eclass-manpages/eclass-manpages-20241117.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest
index 469b3c141a02..3fef0f5710bb 100644
--- a/app-doc/eclass-manpages/Manifest
+++ b/app-doc/eclass-manpages/Manifest
@@ -2,3 +2,4 @@ DIST eclass-manpages-20241015.tar.xz 455572 BLAKE2B a6d3a92bf1a24c36f44e80c00f4e
DIST eclass-manpages-20241109.tar.xz 455884 BLAKE2B 73858e8605c3ab347e470dacb857fe96dda58cc31530759e65a59bcc7c94a1a55e90d3f7a8fec7916e2d9f23c649c235aa30391ca40f145dc0cf26758e54842f SHA512 44d8c324438948a4fa3e4c6f790bc3ab3c110af10ae7ef1226b3c57b965a1829df19b23fa5721fbb79373b03ae36a56a74f0a4cb957094380aca0bdfb302f222
DIST eclass-manpages-20241111.tar.xz 455960 BLAKE2B defe013bc77045f400ee29eb9eb7f26e8a228c45e4149cf6aadee2fd6f9cf60b3956d3ff99073e50d4722de393992b3f088a10b81938f333254b37fe46977d6f SHA512 ffeafdb7cd2384c513e36b86acb20e2272c01de18dd70aadc825c20c7a5329b399ae0a81d7f786952451bb8ba2377f4f5571c2af6e302fc1a36a7130f0739071
DIST eclass-manpages-20241115.tar.xz 456160 BLAKE2B eeaa4c964dbc784ae6351b89c4a8d6bac15c80cfefc4c3df17b3a243b1f95c682ca2d25fcf62a2fb23dc9b47f18f468dd43b9a73588cb9e38b7bbe90ed616773 SHA512 42152fd59a660b63a0bb50f285dfb95de132d3687833491b92ce91602fcc10fde1419ab985763c61d32c4753b350070ee47a3fd163d3b31636f27ac31ce3dafd
+DIST eclass-manpages-20241117.tar.xz 456132 BLAKE2B 7111d9817b32ede80fb1e917f43e94b9342573684b715b874a2d880121840bbe67fa7c5aff95f5e7c99a25f2ae5beebadb3326c3a0df7117e99c0903cdcf3052 SHA512 73e28a2c40e89bbe2ba6611dc70c0b0320c8cf981b479ba3be86165d0b90c75f84c209d203d0ad612544709da881f7549d66560b4bccdb73209586d1a2cf8590
diff --git a/app-doc/eclass-manpages/eclass-manpages-20241117.ebuild b/app-doc/eclass-manpages/eclass-manpages-20241117.ebuild
new file mode 100644
index 000000000000..b33b7a6bb49d
--- /dev/null
+++ b/app-doc/eclass-manpages/eclass-manpages-20241117.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Instructions to make a dist tarball:
+# git clone https://github.com/projg2/eclass-to-manpage.git
+# cd eclass-to-manpage
+# make dist ECLASSDIR=~/g/eclass/
+
+DESCRIPTION="Collection of Gentoo eclass manpages"
+HOMEPAGE="https://github.com/projg2/eclass-to-manpage"
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+# Keep the keywords stable. No need to change to ~arch.
+KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+BDEPEND="sys-apps/gawk"
+
+src_install() {
+ emake install DESTDIR="${D}" PREFIX="${EPREFIX}/usr"
+}