dev-*: reorder sections.

This commit is contained in:
Jerome Duval
2018-08-08 16:18:18 +02:00
parent 2942715422
commit 0d782eba67
215 changed files with 765 additions and 770 deletions

View File

@@ -19,8 +19,8 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
protobuf$secondaryArchSuffix =$portVersion
cmd:protoc$secondaryArchSuffix
lib:libprotobuf_lite$secondaryArchSuffix = 7.0.0 compat >= 7
lib:libprotobuf$secondaryArchSuffix = 7.0.0 compat >= 7
lib:libprotobuf_lite$secondaryArchSuffix = 7.0.0 compat >= 7
lib:libprotoc$secondaryArchSuffix = 7.0.0 compat >= 7
"
REQUIRES="
@@ -29,8 +29,8 @@ REQUIRES="
PROVIDES_devel="
protobuf${secondaryArchSuffix}_devel = $portVersion
devel:libprotobuf_lite$secondaryArchSuffix = 7.0.0 compat >= 7
devel:libprotobuf$secondaryArchSuffix = 7.0.0 compat >= 7
devel:libprotobuf_lite$secondaryArchSuffix = 7.0.0 compat >= 7
devel:libprotoc$secondaryArchSuffix = 7.0.0 compat >= 7
"
REQUIRES_devel="

View File

@@ -19,8 +19,8 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
protobuf$secondaryArchSuffix =$portVersion
cmd:protoc$secondaryArchSuffix
lib:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
lib:libprotobuf$secondaryArchSuffix = 13.0.2 compat >= 13
lib:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
lib:libprotoc$secondaryArchSuffix = 13.0.2 compat >= 13
"
REQUIRES="
@@ -29,8 +29,8 @@ REQUIRES="
PROVIDES_devel="
protobuf${secondaryArchSuffix}_devel = $portVersion
devel:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
devel:libprotobuf$secondaryArchSuffix = 13.0.2 compat >= 13
devel:libprotobuf_lite$secondaryArchSuffix = 13.0.2 compat >= 13
devel:libprotoc$secondaryArchSuffix = 13.0.2 compat >= 13
"
REQUIRES_devel="

View File

@@ -22,8 +22,8 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
protobuf$secondaryArchSuffix = $portVersion
cmd:protoc$secondaryArchSuffix = $portVersion
lib:libprotobuf_lite$secondaryArchSuffix = $libVersionCompat
lib:libprotobuf$secondaryArchSuffix = $libVersionCompat
lib:libprotobuf_lite$secondaryArchSuffix = $libVersionCompat
lib:libprotoc$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
@@ -33,8 +33,8 @@ REQUIRES="
PROVIDES_devel="
protobuf${secondaryArchSuffix}_devel = $portVersion
devel:libprotobuf_lite$secondaryArchSuffix = $libVersionCompat
devel:libprotobuf$secondaryArchSuffix = $libVersionCompat
devel:libprotobuf_lite$secondaryArchSuffix = $libVersionCompat
devel:libprotoc$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="