diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-07 12:29:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-07 12:29:08 +0100 |
commit | 6c1090c8458fa6e15fd24227293d60bbf356eb60 (patch) | |
tree | 26a7d6ff13e906f3f47a6aca8e915c84b8f25bd0 /app-text/xmltoman | |
parent | 8bf02d8edf7e8947a205e2dca77bee4c4e31739b (diff) |
gentoo auto-resync : 07:09:2024 - 12:29:07
Diffstat (limited to 'app-text/xmltoman')
-rw-r--r-- | app-text/xmltoman/Manifest | 2 | ||||
-rw-r--r-- | app-text/xmltoman/xmltoman-0.4-r2.ebuild | 29 |
2 files changed, 0 insertions, 31 deletions
diff --git a/app-text/xmltoman/Manifest b/app-text/xmltoman/Manifest index 274a710cafe9..a78706e74bbf 100644 --- a/app-text/xmltoman/Manifest +++ b/app-text/xmltoman/Manifest @@ -1,6 +1,4 @@ AUX xmltoman-0.6-generate-man-pages.patch 2083 BLAKE2B 3f4136a06607d0c1b0d07acc5d82b977b1e3d1097d08bb29d8a626e1d5d86493892e58001fdd2946c5de96e62702bef5fc4f982507e89d5ac4069933d8638196 SHA512 879c11f14b33a3b134817c62a6f6e6470213e7aa7663b1676444746ab177b5b750114b5023dfa563fd85997ca0c7f7f2683264d0d1f985f363365529941a2ed7 -DIST xmltoman-0.4.tar.gz 15250 BLAKE2B d8641a19742d845fdab0e11703a60c16656c63529a4d86931a8038cbdb87e0fbf241b7ff38ed05ddab62daab608407bd5d7778c060fe3cbef1750976fa588dee SHA512 347722731e2101ecd0619f88f4efdbca534810c96977a1281af685e8a61f4c1a826a71a9f0e3af43cc899936640787366a78077f36d23a9efcfeb789dbcfae22 DIST xmltoman-0.6.tar.gz 15862 BLAKE2B f33ebfb1dfdd0f055f18e68f923e96c07495740e361cec2ba7a10a63889b6b6c4c851f3df6b74947b24811403d2745dbdc7e5d2d67d3566ec65b7be6fae616c8 SHA512 f2b0689ca37212253eaa127c3a2c299facac7c3909991b8872da0adf0fbb34aa02c32144c485135c06c17b1ac5e5753d627969e97ae4938e6dcee9ddbd79582d -EBUILD xmltoman-0.4-r2.ebuild 752 BLAKE2B f7603efc18af6c31923912bf2b6af2c35cd0d5609d8360e1fcf8f10be4e5256490c5097732a6c7603788b988ef4e2a6cb9976125339c5f4443b7a45b8867a8e4 SHA512 09a715149ed3dee1ca114ce3dec30a3e6107b599c4315684943e02ed0e6cd7bda5d727402612b469dc1d2658192b2cd82aa0e55552c1a84e19cdcc09c183b4bd EBUILD xmltoman-0.6.ebuild 817 BLAKE2B d3a18f66e47b35ed9fda5f443749fcd78621c6e616b2293ee1657b61b57f6b95a3ed07363db6a847dfe62ba29720d97d0083867f39f34b521f642ef155f510c9 SHA512 992bc8b984772aed146da86840db303cc82f596846260876d685839a370f03f571be00848d5378ae73c6722bbf0e99e84469903f3654702a330fd7482e7edda6 MISC metadata.xml 299 BLAKE2B 5bb9887ce9510e2a71a5b30e8b2ada78236ec6f2489bf27d6536b47fcdcaae262b7ada77d3f0f8b00f7a2223e7344a4f130f4636a1c61d64bebb923c916c2d6e SHA512 6fef6c50b720fd2aec25ede9b037c5973de9f4e41383c2836f27f42e68b73c32dcac0d31e1a9ec209d5d685e50ccd8c8347ec0822530be23624bd98d2b9f3095 diff --git a/app-text/xmltoman/xmltoman-0.4-r2.ebuild b/app-text/xmltoman/xmltoman-0.4-r2.ebuild deleted file mode 100644 index 925a47ce4c20..000000000000 --- a/app-text/xmltoman/xmltoman-0.4-r2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Simple scripts for converting xml to groff or html" -HOMEPAGE="https://sourceforge.net/projects/xmltoman/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - dev-lang/perl - dev-perl/XML-Parser" -BDEPEND="${RDEPEND}" - -src_install() { - # 'make install' requires GNU install, upstream is dead and carrying - # a patch is more space than redoing it here - dobin xmltoman xmlmantohtml - - insinto /usr/share/xmltoman - doins xmltoman.{css,dtd,xsl} - - dodoc README - doman xmltoman.1 xmlmantohtml.1 -} |