libevent: move cmd:event_rpcgen.py to the devel package

issue #6717
This commit is contained in:
Jérôme Duval
2022-04-08 11:25:44 +02:00
parent 8ae07e26d3
commit f9d4694254
3 changed files with 10 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ remove events dynamically without having to change the event loop."
HOMEPAGE="http://www.libevent.org/"
COPYRIGHT="2000-2007 Niels Provos, 2005 Nick Mathewson, and others"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="http://monkey.org/~provos/libevent-1.4.14b-stable.tar.gz"
CHECKSUM_SHA256="afa61b476a222ba43fc7cca2d24849ab0bbd940124400cb699915d3c60e46301"
SOURCE_DIR="libevent-${portVersion}-stable"
@@ -21,7 +21,6 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libevent$secondaryArchSuffix = $portVersion
cmd:event_rpcgen.py
lib:libevent$secondaryArchSuffix = 2.2.0 compat >= 2
lib:libevent_1.4$secondaryArchSuffix = 2.2.0 compat >= 2
lib:libevent_core$secondaryArchSuffix = 2.2.0 compat >= 2
@@ -101,5 +100,6 @@ INSTALL()
# devel package
packageEntries devel \
$binDir \
$developDir
}

View File

@@ -10,7 +10,7 @@ HOMEPAGE="http://www.libevent.org/"
COPYRIGHT="2000-2007 Niels Provos
2005 Nick Mathewson, and other contributors."
LICENSE="BSD (3-clause)"
REVISION="15"
REVISION="16"
SOURCE_URI="https://github.com/downloads/libevent/libevent/libevent-$portVersion-stable.tar.gz"
CHECKSUM_SHA256="22a530a8a5ba1cb9c080cba033206b17dacd21437762155c6d30ee6469f574f5"
SOURCE_DIR="libevent-${portVersion}-stable"
@@ -21,7 +21,6 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libevent${secondaryArchSuffix} = ${portVersion}
cmd:event_rpcgen.py$secondaryArchSuffix
lib:libevent$secondaryArchSuffix = 5.1.9 compat >= 5
lib:libevent_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
lib:libevent_core$secondaryArchSuffix = 5.1.9 compat >= 5
@@ -35,13 +34,13 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:python3.7
lib:libcrypto$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
"
PROVIDES_devel="
libevent${secondaryArchSuffix}_devel = $portVersion
cmd:event_rpcgen.py$secondaryArchSuffix
devel:libevent$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_2.0$secondaryArchSuffix = 5.1.9 compat >= 5
devel:libevent_core$secondaryArchSuffix = 5.1.9 compat >= 5
@@ -61,6 +60,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
libevent$secondaryArchSuffix == $portVersion base
cmd:python3.7
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"
@@ -123,5 +123,6 @@ INSTALL()
# devel package
packageEntries devel \
$binDir \
$developDir
}

View File

@@ -10,7 +10,7 @@ HOMEPAGE="http://www.libevent.org/"
COPYRIGHT="2000-2007 Niels Provos
2005 Nick Mathewson, and other contributors."
LICENSE="BSD (3-clause)"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/libevent/libevent/releases/download/release-$portVersion-stable/libevent-$portVersion-stable.tar.gz"
CHECKSUM_SHA256="965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2"
SOURCE_DIR="libevent-${portVersion}-stable"
@@ -20,7 +20,6 @@ SECONDARY_ARCHITECTURES="x86"
PROVIDES="
libevent21${secondaryArchSuffix} = ${portVersion}
cmd:event_rpcgen.py$secondaryArchSuffix
lib:libevent_2.1$secondaryArchSuffix = 6.0.2 compat >= 6
lib:libevent_core_2.1$secondaryArchSuffix = 6.0.2 compat >= 6
lib:libevent_extra_2.1$secondaryArchSuffix = 6.0.2 compat >= 6
@@ -29,13 +28,13 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
cmd:python
lib:libcrypto$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
"
PROVIDES_devel="
libevent21${secondaryArchSuffix}_devel = ${portVersion}
cmd:event_rpcgen.py$secondaryArchSuffix
devel:libevent$secondaryArchSuffix = 6.0.2 compat >= 6
devel:libevent_2.1$secondaryArchSuffix = 6.0.2 compat >= 6
devel:libevent_core$secondaryArchSuffix = 6.0.2 compat >= 6
@@ -49,6 +48,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
libevent21$secondaryArchSuffix == $portVersion base
cmd:python
devel:libcrypto$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
"
@@ -106,5 +106,6 @@ INSTALL()
# devel package
packageEntries devel \
$binDir \
$developDir
}