pkgmove: dev-libs/sexp to dev-libs/sexpp

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/31639
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Joonas Niilola
2023-06-27 08:32:27 +03:00
parent 0b64c1ed69
commit 9d7344627e
7 changed files with 8 additions and 9 deletions

View File

@@ -1,2 +0,0 @@
DIST sexp-0.8.5.tar.gz 45822 BLAKE2B 44a33e12057284f6c5017fbcf20f699432a5300036d2484c010cac8d1907c5b1c4fb571e93fa9ea346fe8b28091646e1e5f9410b6e9ea3ba6a948b53c5361af0 SHA512 fb648545b44b8dfc07e047b5d962c6bbba85fd40d2098ca98176d064d5da594402843a2d89ec249b5e2d1dae39b6abd5bea201bc553b2fff4938d117e42a561e
DIST sexp-0.8.6.tar.gz 46857 BLAKE2B 5ff8eaf3ba81af243e6780604b51b43743ed7f9de6121c1de273bbbd51d42e3feed3c00357c85ccaa5e808d2e5f753f58b5f96fea38f5b50b2b2bd9ee658be74 SHA512 b2698a397ef1b161a722e1834bc62f6d2b27c403faa27d97e1e137cc7315e004252ac75bbaaf817bc705f7830cb89665bb23ba8d18904fedd6c2f01c5f1e6f0f

2
dev-libs/sexpp/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST sexpp-0.8.5.tar.gz 45828 BLAKE2B e6bae1625b37d558f6a853b95695cc2f86f567896405d36f52114e7d04143480850c7596c78cab106e116e3b64376f95084589201f9a9ce84e44c3e4ac49809e SHA512 918a19b66f0c069a4b49eb2fa0c2dda90f1260cda1351c5d901d47864d3e0ebdf52298e1e5a92c039d319fdd2196eeca7750d3d67b3d1378cfee72c6516b5566
DIST sexpp-0.8.6.tar.gz 46857 BLAKE2B 5ff8eaf3ba81af243e6780604b51b43743ed7f9de6121c1de273bbbd51d42e3feed3c00357c85ccaa5e808d2e5f753f58b5f96fea38f5b50b2b2bd9ee658be74 SHA512 b2698a397ef1b161a722e1834bc62f6d2b27c403faa27d97e1e137cc7315e004252ac75bbaaf817bc705f7830cb89665bb23ba8d18904fedd6c2f01c5f1e6f0f

View File

@@ -6,8 +6,8 @@ EAPI=8
inherit cmake
DESCRIPTION="S-expressions parser and generator library in C++"
HOMEPAGE="https://github.com/rnpgp/sexp"
SRC_URI="https://github.com/rnpgp/sexp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/rnpgp/sexpp"
SRC_URI="https://github.com/rnpgp/sexpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

View File

@@ -6,8 +6,8 @@ EAPI=8
inherit cmake
DESCRIPTION="S-expressions parser and generator library in C++"
HOMEPAGE="https://github.com/rnpgp/sexp"
SRC_URI="https://github.com/rnpgp/sexp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
HOMEPAGE="https://github.com/rnpgp/sexpp"
SRC_URI="https://github.com/rnpgp/sexpp/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -19,8 +19,6 @@ BDEPEND="virtual/pkgconfig
RESTRICT="!test? ( test )"
S="${WORKDIR}"/sexpp-${PV}
src_configure() {
local mycmakeargs=(
-DBUILD_SHARED_LIBS=on

View File

@@ -16,7 +16,7 @@ IUSE="+botan man test"
RDEPEND="app-arch/bzip2
dev-libs/json-c:=
>=dev-libs/sexp-0.8.5[-static-libs(-)]
>=dev-libs/sexpp-0.8.5[-static-libs(-)]
sys-libs/zlib
botan? ( dev-libs/botan:2= )
!botan? ( >=dev-libs/openssl-1.1.1:= )"

View File

@@ -28,3 +28,4 @@ move dev-python/python-ctags dev-python/python-ctags3
move dev-python/python-miniupnpc dev-python/miniupnpc
move dev-python/service_identity dev-python/service-identity
move dev-python/readme_renderer dev-python/readme-renderer
move dev-libs/sexp dev-libs/sexpp