dev-libs/octetos-db-postgresql: treeclean

Closes: https://bugs.gentoo.org/780927 (pkgremoved)
Closes: https://bugs.gentoo.org/785349 (pkgremoved)
Closes: https://bugs.gentoo.org/785352 (pkgremoved)
Closes: https://bugs.gentoo.org/799890 (pkgremoved)
Closes: https://bugs.gentoo.org/839876 (pkgremoved)
Closes: https://bugs.gentoo.org/859760 (pkgremoved)
Closes: https://bugs.gentoo.org/859763 (pkgremoved)
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2024-09-28 01:22:37 +09:00
parent 568a43c6e0
commit b75ad79a1b
5 changed files with 0 additions and 78 deletions

View File

@@ -1,2 +0,0 @@
DIST octetos-db-postgresql-1.3.10_alpha.tar.gz 70560 BLAKE2B 048469cd0c95d27e609a2d36b85fd677ca03de069b0e215f9b00b3a052937a99b835ab2bd0bf14a95d8d74ac9df6277ef192bf3b5f034c2ac37546c8559110a3 SHA512 977c53eb41de9b5796b7fda6363bd2e8da71b2ae3f975ab7cd440551f71055beb9ba1b69c67349ed7747880c4fcbeb0266e3290bc139dccf657bb93e9a451f66
DIST octetos-db-postgresql-1.3.9_alpha.tar.gz 70535 BLAKE2B 6b1e0cb51739cf302def537853441e898b0c0dedc9fab765e266ccbb7837047b8352f27fc7bb67514fcc242c4d18179f47c96783cd77d65237729cc93559517c SHA512 6b41a45b9cedcaf195009f3047a2448017b6c831ef155b8d3220401fb8627841ad018c60ec5a010960734dbff3fce95758a19b66b0639b13ebebc8d5d2e39571

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>azael.devel@gmail.com</email>
<name>Azael Reyes</name>
</maintainer>
<upstream>
<remote-id type="github">azaeldevel/octetos-db</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MYPV="${PV/_alpha/-alpha}"
MYPN="${PN/-postgresql}"
MYP="${MYPN}-${MYPV}"
DESCRIPTION="C++ library for Database Acces."
HOMEPAGE="https://github.com/azaeldevel/octetos-db"
SRC_URI="https://github.com/azaeldevel/${MYPN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYP}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/octetos-db"
RDEPEND="${DEPEND} dev-db/postgresql:*"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-postgresql
}

View File

@@ -1,32 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MYPV="${PV/_alpha/-alpha}"
MYPN="${PN/-postgresql}"
MYP="${MYPN}-${MYPV}"
DESCRIPTION="C++ library for Database Acces."
HOMEPAGE="https://github.com/azaeldevel/octetos-db"
SRC_URI="https://github.com/azaeldevel/${MYPN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYP}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-libs/octetos-db dev-db/postgresql:*"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-postgresql
}