From 9cfda382d8644b2bb801ff2482e3f6df13f6eedc Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 25 Sep 2017 20:56:31 +0200 Subject: [PATCH] help2man: bump version, cleanup older recipes (#1667) --- sys-apps/help2man/help2man-1.43.3.recipe | 47 ------------------ sys-apps/help2man/help2man-1.44.1.recipe | 49 ------------------- sys-apps/help2man/help2man-1.47.4.recipe | 48 ------------------ ...n-1.46.6.recipe => help2man-1.47.5.recipe} | 4 +- 4 files changed, 2 insertions(+), 146 deletions(-) delete mode 100644 sys-apps/help2man/help2man-1.43.3.recipe delete mode 100644 sys-apps/help2man/help2man-1.44.1.recipe delete mode 100644 sys-apps/help2man/help2man-1.47.4.recipe rename sys-apps/help2man/{help2man-1.46.6.recipe => help2man-1.47.5.recipe} (89%) diff --git a/sys-apps/help2man/help2man-1.43.3.recipe b/sys-apps/help2man/help2man-1.43.3.recipe deleted file mode 100644 index fb7d23493..000000000 --- a/sys-apps/help2man/help2man-1.43.3.recipe +++ /dev/null @@ -1,47 +0,0 @@ -SUMMARY="A tool to produce simple manual pages" -DESCRIPTION="help2man is a tool for automatically generating simple manual \ -pages from program output. The program is intended to provide an easy way for \ -software authors to include a manual page in their distribution without \ -having to maintain that document. -Given a program which produces reasonably standard ‘--help’ and ‘--version’ \ -outputs, help2man can re-arrange that output into something which resembles a \ -manual page." -HOMEPAGE="http://www.gnu.org/software/help2man/" -COPYRIGHT="1997-2013 Free Software Foundation" -LICENSE="GNU GPL v3" -REVISION="1" -SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-1.43.3.tar.gz" -CHECKSUM_SHA256="67978d118980ebd9f0c60be5db129527900a7b997b9568fc795ba9bdb341d303" - -ARCHITECTURES="x86_gcc2 x86 ?x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - help2man = $portVersion - cmd:help2man$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - cmd:perl - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:make - cmd:perl - " - -BUILD() -{ - runConfigure ./configure - make -} - -INSTALL() -{ - make install -} diff --git a/sys-apps/help2man/help2man-1.44.1.recipe b/sys-apps/help2man/help2man-1.44.1.recipe deleted file mode 100644 index 745265171..000000000 --- a/sys-apps/help2man/help2man-1.44.1.recipe +++ /dev/null @@ -1,49 +0,0 @@ -SUMMARY="A tool to produce simple manual pages" -DESCRIPTION="help2man is a tool for automatically generating simple manual \ -pages from program output. The program is intended to provide an easy way for \ -software authors to include a manual page in their distribution without \ -having to maintain that document. -Given a program which produces reasonably standard ‘--help’ and ‘--version’ \ -outputs, help2man can re-arrange that output into something which resembles a \ -manual page." -HOMEPAGE="http://www.gnu.org/software/help2man/" -HOMEPAGE="http://www.gnu.org/software/help2man/" -COPYRIGHT="1997-2013 Free Software Foundation" -REVISION="1" -LICENSE="GNU GPL v3" -SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-1.44.1.tar.xz" -CHECKSUM_SHA256="22de6846771921f455e389cdca07119d7f55b1877685b42dd5bbb9fc1377defb" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - help2man = $portVersion - cmd:help2man$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - cmd:perl - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:make - cmd:perl - cmd:awk - " - -BUILD() -{ - runConfigure ./configure - make -} - -INSTALL() -{ - make install -} diff --git a/sys-apps/help2man/help2man-1.47.4.recipe b/sys-apps/help2man/help2man-1.47.4.recipe deleted file mode 100644 index 51e857bec..000000000 --- a/sys-apps/help2man/help2man-1.47.4.recipe +++ /dev/null @@ -1,48 +0,0 @@ -SUMMARY="A tool to produce simple manual pages" -DESCRIPTION="help2man is a tool for automatically generating simple manual \ -pages from program output. The program is intended to provide an easy way for \ -software authors to include a manual page in their distribution without \ -having to maintain that document. -Given a program which produces reasonably standard ‘--help’ and ‘--version’ \ -outputs, help2man can re-arrange that output into something which resembles a \ -manual page." -HOMEPAGE="http://www.gnu.org/software/help2man/" -COPYRIGHT="1997-2013 Free Software Foundation" -LICENSE="GNU GPL v3" -REVISION="2" -SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz" -CHECKSUM_SHA256="d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753" - -ARCHITECTURES="x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86_gcc2 x86" - -PROVIDES=" - help2man = $portVersion - cmd:help2man$secondaryArchSuffix = $portVersion - " -REQUIRES=" - haiku$secondaryArchSuffix - cmd:perl - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - " -BUILD_PREREQUIRES=" - cmd:gcc$secondaryArchSuffix - cmd:ld$secondaryArchSuffix - cmd:make - cmd:perl - cmd:awk - " - -BUILD() -{ - runConfigure ./configure - make -} - -INSTALL() -{ - make install -} diff --git a/sys-apps/help2man/help2man-1.46.6.recipe b/sys-apps/help2man/help2man-1.47.5.recipe similarity index 89% rename from sys-apps/help2man/help2man-1.46.6.recipe rename to sys-apps/help2man/help2man-1.47.5.recipe index 273281e15..b84ba842b 100644 --- a/sys-apps/help2man/help2man-1.46.6.recipe +++ b/sys-apps/help2man/help2man-1.47.5.recipe @@ -7,11 +7,11 @@ Given a program which produces reasonably standard ‘--help’ and ‘--version outputs, help2man can re-arrange that output into something which resembles a \ manual page." HOMEPAGE="http://www.gnu.org/software/help2man/" -COPYRIGHT="1997-2013 Free Software Foundation" +COPYRIGHT="1997-2017 Free Software Foundation" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="http://ftpmirror.gnu.org/help2man/help2man-$portVersion.tar.xz" -CHECKSUM_SHA256="615ff5ac38369ddb3707c5fd71672ab122639fd9cf6870de172e0127ed632caf" +CHECKSUM_SHA256="7ca60b2519fdbe97f463fe2df66a6188d18b514bfd44127d985f0234ee2461b1" ARCHITECTURES="x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86"