dev-libs/octetos-db: treeclean

Closes: https://bugs.gentoo.org/780918 (pkgremoved)
Closes: https://bugs.gentoo.org/785334 (pkgremoved)
Closes: https://bugs.gentoo.org/785337 (pkgremoved)
Closes: https://bugs.gentoo.org/839873 (pkgremoved)
Closes: https://bugs.gentoo.org/859754 (pkgremoved)
Closes: https://bugs.gentoo.org/859757 (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 7794cb828d
commit c522f4d50c
5 changed files with 0 additions and 82 deletions

View File

@@ -1,2 +0,0 @@
DIST octetos-db-1.3.2_alpha.tar.gz 92844 BLAKE2B 99c0488fa62a4edd7b9424c7d923a60a1684d8b34355e27150c8356d4b17222b5b38e50a3374b7105447366aa8683398f0444b45304e258efb2cda053490d49a SHA512 0d1ff8b88fd3c5b192f0bf2311ce038b3bddd4f1245cbf593d570e3c54ecb906cf8a025e4b95f2940297bf93fc0dbfc8ebcc980c8ad2f1fee9bc068fa3138f2f
DIST octetos-db-1.3.3_alpha.tar.gz 70548 BLAKE2B b64bdfe4853fb2a9dfdc97ba88db103bd4c4ccd9d0ba16696d49cd0586a12b98408b247f5e883a45ff405c3aa4253c1a3af5a439d88b04f59dabcc72eaf3edfa SHA512 09df007e65d7ffa1854e052b58491a93156c2733f7ac94bb41848d24222e548a763a97e2d03530d9205a59e0c8247fe4b11256bab0fd5683832f2cf3c45d0d1c

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}"
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-core"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-abstract
}

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}"
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-core"
RDEPEND="${DEPEND}"
src_prepare() {
default
eautoreconf -fi
}
src_configure() {
econf --with-abstract
}