From e56d301ebb3b5dd0126a0aa88a4807232fcba5aa Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 21 Apr 2023 21:34:40 +0100 Subject: Bump libdbpq-postgresql empty front fix --- dev-libs/libdbpp-postgresql/Manifest | 6 ++-- .../libdbpp-postgresql-1.4.7.ebuild | 33 ---------------------- .../libdbpp-postgresql-1.4.8.ebuild | 33 ---------------------- .../libdbpp-postgresql-1.4.9.ebuild | 33 ++++++++++++++++++++++ 4 files changed, 35 insertions(+), 70 deletions(-) delete mode 100644 dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild delete mode 100644 dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.ebuild create mode 100644 dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.9.ebuild diff --git a/dev-libs/libdbpp-postgresql/Manifest b/dev-libs/libdbpp-postgresql/Manifest index 1a99001..bb20df5 100644 --- a/dev-libs/libdbpp-postgresql/Manifest +++ b/dev-libs/libdbpp-postgresql/Manifest @@ -1,4 +1,2 @@ -DIST libdbpp-postgresql-1.4.7.tar.xz 17356 BLAKE2B 3407fbf662988b1e98b05e19a6b61587c6b1abcaba7affe2ff7b67654bcc5676904aca205efb0157a9441dfe88700c7995945526733a298ab4c047d32cf75988 SHA512 ee40a34348542d42465c9a82e1837e64fa489c3bda87c0dfd005159162596ba7e87520763fb03767967a9f4baad540bd9717d95c865c1cc53043afcf307b3906 -DIST libdbpp-postgresql-1.4.8.tar.xz 17384 BLAKE2B e11e53fb83eee09c476f489bf579b182f74639f838e821ad000997aa0077176f391eafe4e00218291cdf75b2b0d25043ae60331284b0e70278b1f9241041884f SHA512 39b9c00132fd3be5f5d1168d3f672c5d8488538a4f602c65012b669c3a71a224624f5a60d3404b26405143915a45c4972274cc55b63fdf1f156d7d815d5ef7fc -EBUILD libdbpp-postgresql-1.4.7.ebuild 557 BLAKE2B b5ef15559d423ffda6f42874faabf2d17990d8f5463da1c3dfd59111687f29ebde9756efbfab104ec2efd0534d3b064b93dc39b3f1fe8d9bfca2141449d2c04c SHA512 09745b532ecd09cba2f6d35842c2425e353da35d9caa31b568798e913e63a77ce239c367bbc4d79af5c6f5db53f033892680e131de7c9b9afb3d56580e9df030 -EBUILD libdbpp-postgresql-1.4.8.ebuild 557 BLAKE2B 4b37fa9bbbb8730059650ffa5d8fd911807af92726eb093b3f7a7e3fccebae33ce953bf54965ce7fd61718734f779a453c28fb9405c4cbefcf9f75ef3ce70bdb SHA512 d3fe66aa7099603fa12d23c015384785a515c04310cacaa96547dfb2ef1d367bbc2d8c27a2bd544d8f1f96b4b7d47153da8f1b9af706933b396e9b33ff8fb90c +DIST libdbpp-postgresql-1.4.9.tar.xz 17364 BLAKE2B 332d3f902930e2542acf4cc4b2be682bf2079d8100f5ce0cb506296672e30af2bd6eed4107c6ab1bf0e4868225b9e0d00d387fefbda3fdf59df7ffd2e018d587 SHA512 5b3743041203d88b0a39dab823d3c817ea26c16266b5778b91993135bc1ab513e8d7ba78085e1fef028f04535ad6762cf42942ba16fe89a2ae990efc154c0cd0 +EBUILD libdbpp-postgresql-1.4.9.ebuild 557 BLAKE2B 4b37fa9bbbb8730059650ffa5d8fd911807af92726eb093b3f7a7e3fccebae33ce953bf54965ce7fd61718734f779a453c28fb9405c4cbefcf9f75ef3ce70bdb SHA512 d3fe66aa7099603fa12d23c015384785a515c04310cacaa96547dfb2ef1d367bbc2d8c27a2bd544d8f1f96b4b7d47153da8f1b9af706933b396e9b33ff8fb90c diff --git a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.ebuild deleted file mode 100644 index 34e2a84..0000000 --- a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.7.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.8:= - dev-db/postgresql - >=dev-libs/libadhocutil-0.8:= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - dev-util/b2 -" - -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 deleted file mode 100644 index a3ea2ee..0000000 --- a/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.8.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.9:= - dev-db/postgresql - >=dev-libs/libadhocutil-0.8:= -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig - dev-util/b2 -" - -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.9.ebuild b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.9.ebuild new file mode 100644 index 0000000..a3ea2ee --- /dev/null +++ b/dev-libs/libdbpp-postgresql/libdbpp-postgresql-1.4.9.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/b2 +" + +src_compile() { + bjambuild libpqpp//dbpp-postgresql +} + +src_install() { + bjaminstall libpqpp//install \ + -i /dbpp-postgresql +} + -- cgit v1.2.3