From 47223eb70974998c84966981d9e4fc2be27b3f8a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 6 Mar 2023 17:54:58 +0000 Subject: gentoo auto-resync : 06:03:2023 - 17:54:58 --- app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild | 44 ---------------------------- 1 file changed, 44 deletions(-) delete mode 100644 app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild (limited to 'app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild') diff --git a/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild b/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild deleted file mode 100644 index 231940a71b4c..000000000000 --- a/app-text/pandoc-bin/pandoc-bin-2.19.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN=${PN//-bin/} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="Conversion between markup formats (binary package)" -HOMEPAGE="https://pandoc.org/" - -BASE_URI="https://github.com/jgm/${MY_PN}/releases/download/${PV}/${MY_P}" -SRC_URI=" - amd64? ( ${BASE_URI}-linux-amd64.tar.gz ) - arm64? ( ${BASE_URI}-linux-arm64.tar.gz ) -" -S="${WORKDIR}"/${MY_P} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* amd64 ~arm64" # Upstream provides only AMD and ARM 64-bit binaries -IUSE="+pandoc-symlink" - -RDEPEND="pandoc-symlink? ( !${CATEGORY}/${MY_PN} )" - -QA_FLAGS_IGNORED="usr/bin/${PN}" -QA_PRESTRIPPED="${QA_FLAGS_IGNORED}" - -src_unpack() { - default - - # Manpages are gzipped - unpack "${S}"/share/man/man1/${MY_PN}.1.gz -} - -src_install() { - newbin bin/${MY_PN} ${PN} - newman "${WORKDIR}"/${MY_PN}.1 ${PN}.1 - - if use pandoc-symlink ; then - dosym ${PN} /usr/bin/${MY_PN} - dosym ${PN}.1 /usr/share/man/man1/${MY_PN}.1 - fi -} -- cgit v1.2.3