From 4030fb491b1c9e4271129be6ac15d35a63fbfe12 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 31 Jul 2022 10:47:12 +0100 Subject: Core stuffs bump --- dev-libs/libdbpp-postgresql/Manifest | 4 +-- .../libdbpp-postgresql-1.4.5-r1.ebuild | 33 ---------------------- .../libdbpp-postgresql-1.4.8.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.5-r1.ebuild create mode 100644 dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild (limited to 'dev-libs/libdbpp-postgresql') diff --git a/dev-libs/libdbpp-postgresql/Manifest b/dev-libs/libdbpp-postgresql/Manifest index 0c43285..ac47708 100644 --- a/dev-libs/libdbpp-postgresql/Manifest +++ b/dev-libs/libdbpp-postgresql/Manifest @@ -1,4 +1,4 @@ -DIST libdbpp-postgresql-1.4.5.tar.xz 16620 BLAKE2B 8965386aaace62816cc14a66daa61d00f45f5b73a8fb084b5860b8d494ba65de1cbd3590741c8c361fa3374738688000f21e6151231679403de38301e999ef5f SHA512 c0d7abbc133bd5381191c331324a3d9d0c1d085352bbd6eb5ee89db32fc56580b4aaef274e7853771400a0b2d8c6c7ecce78d2a7ae56a6e00c7e2af4e2cede01 DIST libdbpp-postgresql-1.4.7.tar.xz 17356 BLAKE2B 3407fbf662988b1e98b05e19a6b61587c6b1abcaba7affe2ff7b67654bcc5676904aca205efb0157a9441dfe88700c7995945526733a298ab4c047d32cf75988 SHA512 ee40a34348542d42465c9a82e1837e64fa489c3bda87c0dfd005159162596ba7e87520763fb03767967a9f4baad540bd9717d95c865c1cc53043afcf307b3906 -EBUILD libdbpp-postgresql-1.4.5-r1.ebuild 564 BLAKE2B 9e9677cfb27de3c009bb4c5259919d93af53f04044570e423253fb05a28393cb4a0cc704c588c91e1cc5f795d3b9f81e3c79974865148432241a03e754fe9a9c SHA512 4c5bda6f739e11ba7326b243962816f2fa1512c20e59b80252cc1423b087266c3c9b68f1e79606f76f68dd245540d621885ff0544bd2ffc7ec68b46fca94a160 +DIST libdbpp-postgresql-1.4.8.tar.xz 17384 BLAKE2B e11e53fb83eee09c476f489bf579b182f74639f838e821ad000997aa0077176f391eafe4e00218291cdf75b2b0d25043ae60331284b0e70278b1f9241041884f SHA512 39b9c00132fd3be5f5d1168d3f672c5d8488538a4f602c65012b669c3a71a224624f5a60d3404b26405143915a45c4972274cc55b63fdf1f156d7d815d5ef7fc EBUILD libdbpp-postgresql-1.4.7.ebuild 566 BLAKE2B 7958db434a58a738dede980e6847f735f2554e9fd08922889f99394074dea5bb43dd1160857a9c4636906bde4803dab8f7e860b40979623ae665c45fb5e50edf SHA512 7766c7d0c14cec0d33dbd628e41d7d3aa384d888d596ee2c4346c78bbec840b57b55ddce7a939003a4925edb6e36aaa9632ba4b5cdbf246723c090effdddd51d +EBUILD libdbpp-postgresql-1.4.8.ebuild 566 BLAKE2B cb23ded5ac97431746c7fe48ae40e21808de00ee61ffce7a54c4e3097769f8c5730eadce2ebd75a4926561ab5affde52355a8330540a12d6c5696465e280b209 SHA512 407a4e93087d609c0dff239d45199022cf738784f3b64692761a1cb49f0be411c0ca38ad12875f84003c08544c234af4f6cdf2778fae8986b0b32a68e703608c diff --git a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.5-r1.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.5-r1.ebuild deleted file mode 100644 index 0979124..0000000 --- a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.5-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -EAPI="7" - -inherit bjam - -DESCRIPTION="C++ database connectivity PostgreSQL components" -HOMEPAGE="http://libdbpp.randomdan.homeip.net/postgresql" - -SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="x86 amd64" - -RDEPEND=" - dev-libs/boost:= - =dev-libs/libdbpp-1.4*:= - dev-db/postgresql - >=dev-libs/libadhocutil-0.8:= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - dev-util/boost-build -" - -src_compile() { - bjambuild libpqpp//dbpp-postgresql -} - -src_install() { - bjaminstall libpqpp//install \ - -i /dbpp-postgresql -} - diff --git a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild new file mode 100644 index 0000000..624374e --- /dev/null +++ b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild @@ -0,0 +1,33 @@ +EAPI="7" + +inherit bjam + +DESCRIPTION="C++ database connectivity PostgreSQL components" +HOMEPAGE="http://libdbpp.randomdan.homeip.net/postgresql" + +SRC_URI="https://git.randomdan.homeip.net/repo/${PN}/snapshot/${P}.tar.xz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="x86 amd64" + +RDEPEND=" + dev-libs/boost:= + >=dev-libs/libdbpp-1.4.9:= + dev-db/postgresql + >=dev-libs/libadhocutil-0.8:= +" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig + dev-util/boost-build +" + +src_compile() { + bjambuild libpqpp//dbpp-postgresql +} + +src_install() { + bjaminstall libpqpp//install \ + -i /dbpp-postgresql +} + -- cgit v1.2.3