From 70ad957347732aaea7f245bb0230a7059e35eee7 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Fri, 3 Aug 2018 06:49:39 +0200 Subject: [PATCH] mythes: code style. --- app-dicts/mythes/mythes-1.2.4.recipe | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/app-dicts/mythes/mythes-1.2.4.recipe b/app-dicts/mythes/mythes-1.2.4.recipe index 55968340b..8c978c9e5 100644 --- a/app-dicts/mythes/mythes-1.2.4.recipe +++ b/app-dicts/mythes/mythes-1.2.4.recipe @@ -24,11 +24,14 @@ for more information on the very useful project! regenerate an up to date English thesaurus from the most \ recent WordNet data." HOMEPAGE="https://sourceforge.net/projects/hunspell/files/MyThes/1.2.4" -SOURCE_URI="http://prdownloads.sf.net/hunspell/mythes-1.2.4.tar.gz" -CHECKSUM_SHA256="1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f" COPYRIGHT="1994 - 2009 Free Software Foundation, Inc." LICENSE="BSD (2-clause)" REVISION="2" +SOURCE_URI="http://prdownloads.sf.net/hunspell/mythes-1.2.4.tar.gz" +CHECKSUM_SHA256="1e81f395d8c851c3e4e75b568e20fa2fa549354e75ab397f9de4b0e0790a305f" + +ARCHITECTURES="x86_gcc2" +SECONDARY_ARCHITECTURES="x86" PROVIDES=" mythes$secondaryArchSuffix = $portVersion @@ -36,21 +39,16 @@ PROVIDES=" cmd:th_gen_idx.pl lib:libmythes_1.2$secondaryArchSuffix = $portVersion " - -PROVIDES_devel=" - devel:libmythes_1.2$secondaryArchSuffix = $portVersion - mythes${secondaryArchSuffix}_devel = $portVersion - " - -ARCHITECTURES="x86_gcc2" -SECONDARY_ARCHITECTURES="x86" - REQUIRES=" haiku$secondaryArchSuffix lib:libhunspell_1.3$secondaryArchSuffix cmd:perl " +PROVIDES_devel=" + devel:libmythes_1.2$secondaryArchSuffix = $portVersion + mythes${secondaryArchSuffix}_devel = $portVersion + " REQUIRES_devel=" mythes$secondaryArchSuffix == $portVersion base " @@ -58,7 +56,6 @@ REQUIRES_devel=" BUILD_REQUIRES=" devel:libhunspell_1.3$secondaryArchSuffix " - BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:make