From cf7807d7aea23a99a144afceaba961cfed652b5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Mar 2025 01:49:36 +0000 Subject: gentoo auto-resync : 11:03:2025 - 01:49:36 --- app-text/u2ps/Manifest | 2 +- app-text/u2ps/u2ps-1.2-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ app-text/u2ps/u2ps-1.2.ebuild | 34 ---------------------------------- 3 files changed, 37 insertions(+), 35 deletions(-) create mode 100644 app-text/u2ps/u2ps-1.2-r1.ebuild delete mode 100644 app-text/u2ps/u2ps-1.2.ebuild (limited to 'app-text/u2ps') diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest index 4db2276cb001..2a9f76bd80e4 100644 --- a/app-text/u2ps/Manifest +++ b/app-text/u2ps/Manifest @@ -1,5 +1,5 @@ AUX u2ps-1.1-nostrip.patch 579 BLAKE2B 0b76323c430eb56730dc15540424d12ddc509b0dbb4dab2a58a2bdd92d24952d95527faa62d39d295c3eb90f90403ce9fbdac6ee0791c61b021dea8dc4e97ab5 SHA512 8b45c626f439c7f72be092a310dd105bd1348185ed4c2bea05b084360b4b5f01cbd7cc6a2b1b3b9e8510bc1f1cc4feca429b0347bbc7a9c40694cb78af4391ac AUX u2ps-1.2-respect-ldflags.patch 337 BLAKE2B bfb1dcfeffe9bef0fa201fa71679e5c63a114c4fbcdecae249da5fb13d8600fc4acc101e6a32a9caab806dc2bfc4b14e73ca14fda478f12f5cd929c24ba51ca3 SHA512 e967f92c06a30a490604efaedc681d4156acc8dee8ace9e73bdc75b693f8a74dfe1ddfa6261c5c0f1dc3e9661868c7085518dd65cddd2ff6c93e4a2f98fb14c3 DIST u2ps-1.2.tar.gz 110917 BLAKE2B 223aec319d36191032e45a73d9053a970ef76c780c9260e3d6a3799c24f80eb0bddd645de87806570844c3e4e763a2eb1929d44bf122daeaebcefd711d61d35d SHA512 3c5c12b50b6d2d50c67a1051375aeb4cfb32a2c8c898837313ac7ff4a11f30c4625f71f77203f7b1367b1ccdb9143a1106b99deaef8f964af3d08336ce686198 -EBUILD u2ps-1.2.ebuild 815 BLAKE2B a824c828098608b30f732aeb25eb7932eee78b1187805d8eae1e71613ff105483b05b1814913aed98e481e010006896e62538087a9d7728dd693c634632fa2e3 SHA512 1d78d6ff6776813b738e6dd18197a5516935741c7cdf17d35850ca519b89f76582138b27c15170e9b9c2d7adbeb78444427d4adba20600a0646957ac507120e3 +EBUILD u2ps-1.2-r1.ebuild 868 BLAKE2B 2c5c91ef45640e9ca6278baa72878c7bbef8f1f5840d2645d8a1c0b0c262ec1dbdb8bc26cf6741bc94c92a31c854eb6b0ab77213551f23d63c251e12e90df1fe SHA512 ccbf131bd69a121a7c10a2132564600b086832f8c7fd3d4238cd4bb958f6b2155a6b68a9dec4258407f7b99ca3973cd8ebdaf9f19ac0fba0b714922abb4b2c41 MISC metadata.xml 299 BLAKE2B e4b82599cf9c8fd47d54c33a734b47b330d36f243c71da339ad35523bebd3322963f326f6b4ed33a8df5cdd218025fbeb99f55e1693178d88102400101428772 SHA512 30876bae3bbc4776c5b9356849eb87bd146eb21e2c3b6e046ecf54203d79beef7a2e8a04a476cc4916cdbd41030222b4e4fe7a800bfbd5e371a01f97df98eb92 diff --git a/app-text/u2ps/u2ps-1.2-r1.ebuild b/app-text/u2ps/u2ps-1.2-r1.ebuild new file mode 100644 index 000000000000..93bb789cdacc --- /dev/null +++ b/app-text/u2ps/u2ps-1.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" +HOMEPAGE="https://github.com/arsv/u2ps" +SRC_URI="https://github.com/arsv/${PN}/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~x86" + +DEPEND="app-text/ghostscript-gpl" +RDEPEND="${DEPEND}" +BDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-1.1-nostrip.patch" + "${FILESDIR}/${PN}-1.2-respect-ldflags.patch" +) + +src_configure() { + # bug #945504 + append-flags -std=gnu17 + # this isnt autoconf, so econf fails... + tc-export CC + ./configure \ + --prefix="${EPREFIX}"/usr \ + --datadir="${EPREFIX}"/usr/share \ + --mandir="${EPREFIX}"/usr/share/man \ + --with-gs="${EPREFIX}"/usr/bin/gs \ + || die 'configure failed' +} diff --git a/app-text/u2ps/u2ps-1.2.ebuild b/app-text/u2ps/u2ps-1.2.ebuild deleted file mode 100644 index 71ad11c5557b..000000000000 --- a/app-text/u2ps/u2ps-1.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="https://github.com/arsv/u2ps" -SRC_URI="https://github.com/arsv/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DEPEND="app-text/ghostscript-gpl" -RDEPEND="${DEPEND}" -BDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-1.1-nostrip.patch" - "${FILESDIR}/${PN}-1.2-respect-ldflags.patch" -) - -src_configure() { - # this isnt autoconf, so econf fails... - tc-export CC - ./configure \ - --prefix="${EPREFIX}"/usr \ - --datadir="${EPREFIX}"/usr/share \ - --mandir="${EPREFIX}"/usr/share/man \ - --with-gs="${EPREFIX}"/usr/bin/gs \ - || die 'configure failed' -} -- cgit v1.2.3