dev-libs/octetos-db-maria: treeclean

Closes: https://bugs.gentoo.org/780717 (pkgremoved)
Closes: https://bugs.gentoo.org/785343 (pkgremoved)
Closes: https://bugs.gentoo.org/785346 (pkgremoved)
Closes: https://bugs.gentoo.org/785793 (pkgremoved)
Closes: https://bugs.gentoo.org/839621 (pkgremoved)
Closes: https://bugs.gentoo.org/859691 (pkgremoved)
Closes: https://bugs.gentoo.org/859694 (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 b75ad79a1b
commit a4dc500941
6 changed files with 0 additions and 125 deletions

View File

@@ -1,2 +0,0 @@
DIST octetos-db-maria-1.4.2_alpha.tar.gz 23204 BLAKE2B 0efee42484e1b1491e58b34da02053fc716d02d806b285d2c3b0ddcec13113671e51063ef0ac298ef7c18ad2aeecfa89e28a41f659f4adea9d8e1ea31242e25b SHA512 8ac4bdff78ffff51375b5c713e9b399328ed3623124fb8d9235486c6204f98851c87c27b4b4ac5b72adeb2aaa4005caaa36da7ed0cbcc7f02ea431bf27bab196
DIST octetos-db-maria-1.9.2_alpha.tar.gz 25337 BLAKE2B d6cd7377b4dacc3c0e18f0dca28628390fa9ad00f8e351ff981c54fbe537df52c0b1a3c7dd68fef7afa06641a8f34ba98cb63874967d3cb5bb76b72bd9bb2396 SHA512 7b6f6f193612b0e64a2fdd61bfdc62f06125802e73df1ec538e71d5b6060f2c93b72c108af840e123c73e64a55916b687f79f0f6982e323a2c765642872b0130

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-maria</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,36 +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}"
MYP="${PN}-${MYPV}"
DESCRIPTION="C++ library for Database Acces."
HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MYP}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-libs/octetos-db-abstract
dev-db/mariadb-connector-c
dev-db/mariadb:=
"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-gentoo
}

View File

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

View File

@@ -1,39 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
MYPV="${PV/_alpha/-alpha}"
MYP="${PN}-${MYPV}"
DESCRIPTION="C++ library for Database Acces."
HOMEPAGE="https://github.com/azaeldevel/octetos-db-maria"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/azaeldevel/octetos-core.git"
else
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
S="${WORKDIR}/${MYP}"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-libs/octetos-db-abstract
dev-db/mariadb-connector-c
"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-gentoo
}

View File

@@ -105,7 +105,6 @@ app-emulation/proton-ge-custom-bin
# Removal on 2024-09-27. Bugs #807112, #839606 # Removal on 2024-09-27. Bugs #807112, #839606
dev-libs/octetos-db dev-libs/octetos-db
dev-libs/octetos-db-abstract dev-libs/octetos-db-abstract
dev-libs/octetos-db-maria
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2024-06-24) # Anna Vyalkova <cyber+gentoo@sysrq.in> (2024-06-24)
# Critical security vulnerability. # Critical security vulnerability.