summaryrefslogtreecommitdiff
path: root/app-text/par
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-08-10 11:05:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-08-10 11:05:14 +0100
commitfbbf0ee3d56a6fd27adf182c6907dc745623aeaa (patch)
tree2c2869a78e5e3b6af9391df951ca217cced4608d /app-text/par
parent43297a4ed0a3760bbdd0b8c286b779f174ca5368 (diff)
gentoo auto-resync : 10:08:2024 - 11:05:14
Diffstat (limited to 'app-text/par')
-rw-r--r--app-text/par/Manifest2
-rw-r--r--app-text/par/par-1.53.0.ebuild9
2 files changed, 3 insertions, 8 deletions
diff --git a/app-text/par/Manifest b/app-text/par/Manifest
index c3b198e529b1..efb7212a0e3b 100644
--- a/app-text/par/Manifest
+++ b/app-text/par/Manifest
@@ -1,3 +1,3 @@
DIST Par-1.53.0.tar.gz 52209 BLAKE2B 4069f75e1d0ff397938941ab58020c41cb1b896ab91b370c4f9c9a4d4eea1fe695cc0c27b0129780d40b7274e355ac1f41a933d051bffebc938c284e71971fe6 SHA512 3f8ac57fe19ebcf427b11f4d79f2c5cc9286c1439c38a53d45bd29b9219369db2798efbd0e203ac359d59ebbdd3ead1c50ae75352a1ffc568d4d3b9ad50642b1
-EBUILD par-1.53.0.ebuild 746 BLAKE2B 506f2f885f72d1953e693a00618643d56b0eaa025b9207da7238a7f818f9b7f63ea9f3d56eb035528e9678fa51bad6db170bcc1b031a0b9bdd8c20b4401b4136 SHA512 b452304ba06c2ed4f82759eda2d4f941d3457369c188f01253e9ca20bd14a85e7e029eec0c7956f5cc26cde635bd21ee32f15d9fcc48cddc992dec277e24aa71
+EBUILD par-1.53.0.ebuild 698 BLAKE2B ea47868ee2ae27f1cd0372266a8e52235f03ec76a3ebe8ed6618092ab8f153e3e481f1ee5c14816729573eab2a5d55a74ffc384c565d49e9147ff21e4b402d9c SHA512 a3dccd522cdc545093ea2c585e1f2d01d45bdb4d69007e0727c9a4f377998f47a0473878fc76a950bf16a82d114628b9a09decebae55d71e37d69b7ed35f6bd9
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/app-text/par/par-1.53.0.ebuild b/app-text/par/par-1.53.0.ebuild
index d830449783fc..14ad2f6868fb 100644
--- a/app-text/par/par-1.53.0.ebuild
+++ b/app-text/par/par-1.53.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,16 +9,11 @@ MY_P="Par-${PV}"
DESCRIPTION="a paragraph reformatter, vaguely similar to fmt, but better"
HOMEPAGE="http://www.nicemice.net/par/"
SRC_URI="http://www.nicemice.net/par/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="|| ( MIT par )"
SLOT="0"
KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-
-DEPEND="!dev-util/par
- !app-arch/par"
-
-S="${WORKDIR}/${MY_P}"
src_compile() {
emake -f protoMakefile CC="$(tc-getCC) ${CFLAGS} -c" \