openwatcom: code style.

This commit is contained in:
Jerome Duval
2018-08-03 14:59:06 +02:00
parent dc5b8bbb28
commit 2cde3ec3eb
2 changed files with 7 additions and 9 deletions

View File

@@ -5,18 +5,17 @@ the Watcom C, C++, and Fortran cross compilers and tools. An Open Source \
license from Sybase allows free commercial and non-commercial use of Open\
Watcom."
HOMEPAGE="http://openwatcom.org"
LICENSE="Open Watcom Public Licence v1.0"
COPYRIGHT="1983-2002 Sybase, Inc."
LICENSE="Open Watcom Public Licence v1.0"
REVISION="1"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="ftp://ftp.openwatcom.org/source/open_watcom_$portVersion-src.tar.bz2"
CHECKSUM_SHA256="6d303327988ee2dda60cfabebf3f45a9758aee4da117d41cf3153fccb7e5e4bf"
SOURCE_DIR="OW19"
PATCHES="openwatcom-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
openwatcom$secondaryArchSuffix = $portVersion
"

View File

@@ -5,16 +5,15 @@ the Watcom C, C++, and Fortran cross compilers and tools. An Open Source \
license from Sybase allows free commercial and non-commercial use of Open\
Watcom."
HOMEPAGE="https://github.com/open-watcom/open-watcom-v2"
LICENSE="Open Watcom Public Licence v1.0"
COPYRIGHT="1983-2002 Sybase, Inc."
LICENSE="Open Watcom Public Licence v1.0"
REVISION="1"
SOURCE_URI="git@github.com:open-watcom/open-watcom-v2.git#ca9213e7973593caf73b50cc2185db8d1cef185c"
PATCHES="openwatcom-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
SOURCE_URI="git@github.com:open-watcom/open-watcom-v2.git#ca9213e7973593caf73b50cc2185db8d1cef185c"
PATCHES="openwatcom-$portVersion.patchset"
PROVIDES="
openwatcom$secondaryArchSuffix = $portVersion
"