diff options
author | 2024-04-23 22:10:11 +0100 | |
---|---|---|
committer | 2024-04-23 22:10:11 +0100 | |
commit | 0da3ced7be06c75820400a0819a1789662ef85dd (patch) | |
tree | d4d14c1838f6642665caaea3c2ba56fccd7dbe19 /app-doc | |
parent | media-gfx/blender: add 4.1.1 (diff) | |
download | gentoo-0da3ced7be06c75820400a0819a1789662ef85dd.tar.gz gentoo-0da3ced7be06c75820400a0819a1789662ef85dd.tar.bz2 gentoo-0da3ced7be06c75820400a0819a1789662ef85dd.zip |
app-doc/eclass-manpages: add 20240423
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/eclass-manpages/Manifest | 1 | ||||
-rw-r--r-- | app-doc/eclass-manpages/eclass-manpages-20240423.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/eclass-manpages/Manifest b/app-doc/eclass-manpages/Manifest index bd5fdac0c9bb..fccb0ba48a68 100644 --- a/app-doc/eclass-manpages/Manifest +++ b/app-doc/eclass-manpages/Manifest @@ -1,2 +1,3 @@ DIST eclass-manpages-20240207.tar.xz 446596 BLAKE2B 5d9698a72586a2a33149f02fb70958d44dc20524de104c5c3f3f306d9e3f0f9a027b4365f5426cd261628c5561599a25b325fe2cd63999aaacc19be8c8cb8094 SHA512 a94d0da7110a8cdfbac4e7a469ca304f6ed454513294f573edd52cda5de56dc2e78589aa7458804971ba1a92a4c6ec814ec97b78bc7ded0643cb419478975022 DIST eclass-manpages-20240229.tar.xz 448264 BLAKE2B ce7692c14f9f051b991ae292fd8329de2457cb63c803fec8a16677f92fd2214c695bf077309c16aa0a97318bb99ff83e8ebe2028865b6ac3740e480b00646c8c SHA512 eaa545b2dcbfafef140f8682afde24ae0a225ca666ca353191a432ece64bb85f759955cfcb1b26c665b1e760835963c3c566f1bd899f2e56b139a700d1f3fafb +DIST eclass-manpages-20240423.tar.xz 451340 BLAKE2B d9f7481a0898b0794a6de421c281464b593fa9f4a6f74ef859aaec7029f3f8b01ccf8e97f1d66936b80e26585b9e1f1f2bcc1a8b498ec322822a215b42f01c98 SHA512 220038ca06fba89dc5148c3d0d79e600498ddf569355999c0127205e79451709a9c91271280891aa08b25358da212f3edcf639587778def1d1fa545ff222ec84 diff --git a/app-doc/eclass-manpages/eclass-manpages-20240423.ebuild b/app-doc/eclass-manpages/eclass-manpages-20240423.ebuild new file mode 100644 index 000000000000..83b196078ae7 --- /dev/null +++ b/app-doc/eclass-manpages/eclass-manpages-20240423.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 ~ia64 ~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" +} |