From 85facdff23dc0b4461c336da1c278bb94193081c Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Thu, 24 Jun 2021 21:01:08 -0400 Subject: [PATCH] app-text/pdfjam-extras: New package. Bunch of scripts that used to be part of pdfjam but no longer are (pdfjam is now included in texlive-core). --- app-text/pdfjam-extras/Manifest | 2 ++ .../pdfjam-extras-0_p20191118.ebuild | 30 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 app-text/pdfjam-extras/Manifest create mode 100644 app-text/pdfjam-extras/pdfjam-extras-0_p20191118.ebuild diff --git a/app-text/pdfjam-extras/Manifest b/app-text/pdfjam-extras/Manifest new file mode 100644 index 0000000..63e7e36 --- /dev/null +++ b/app-text/pdfjam-extras/Manifest @@ -0,0 +1,2 @@ +DIST pdfjam-extras-0_p20191118.tar.gz 15457 BLAKE2B 3d673ba68a1ee89cec7af0ec7d7fc61c8993b9ae328d3362a6bbbae47cbda2caa2e8f4ecd28424dd894c31d14754228b067389b61fa7845cfe5dfc0e2b5d9b8d SHA512 1d02abb9d81baf6edf3e51e2c7838df191a7a18b4b50518ee1ae3108020a274d7608570654ab540539d3717e51ef10f548c83c3480681bc20c9702280f694b8f +EBUILD pdfjam-extras-0_p20191118.ebuild 672 BLAKE2B e03294ca0e561a397ccf95519df3508bce6060e4af857a12bd5d2e738906e7af9d53bba9522dcb9ababe18ac612c50fcc76d2a8e7ce5363d04c23722b39403ac SHA512 c1f10cfb9846515ad520496120a39e5bc77cf30b01dddf34f3064931dcf80fb8a2f5e9c7b8cd2df86d1bdedf54fea1d3c0b18750d561d1e8d78843789293dbce diff --git a/app-text/pdfjam-extras/pdfjam-extras-0_p20191118.ebuild b/app-text/pdfjam-extras/pdfjam-extras-0_p20191118.ebuild new file mode 100644 index 0000000..9191270 --- /dev/null +++ b/app-text/pdfjam-extras/pdfjam-extras-0_p20191118.ebuild @@ -0,0 +1,30 @@ +# Copyright © 2021 Nick Bowler +# License GPLv3+: GNU General Public License version 3 or any later version. +# This is free software: you are free to change and redistribute it. +# There is NO WARRANTY, to the extent permitted by law. + +EAPI=7 + +SHA1=622e03add59db004144c0b41722a09b3b29d6d3e + +DESCRIPTION="Collection of pdfjam wrapper scripts" +HOMEPAGE="https://github.com/rrthomas/pdfjam-extras" +SRC_URI="https://github.com/rrthomas/$PN/archive/$SHA1.tar.gz -> $P.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="|| ( + >=app-text/texlive-core-2021 + >=app-text/pdfjam-3.02 + )"; + +S=$WORKDIR/$PN-$SHA1 + +src_install () { + default + + dobin bin/* + doman man1/* +} -- 2.43.2