mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-libs/octetos-db-abstract: treeclean
Closes: https://bugs.gentoo.org/780714 (pkgremoved) Closes: https://bugs.gentoo.org/785340 (pkgremoved) Closes: https://bugs.gentoo.org/839618 (pkgremoved) Closes: https://bugs.gentoo.org/859685 (pkgremoved) Closes: https://bugs.gentoo.org/859688 (pkgremoved) Closes: https://bugs.gentoo.org/936312 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST octetos-db-abstract-0.1.2_alpha.tar.gz 30943 BLAKE2B 5bd30dd28cfe5a7d7d90ab46ad234877140ea94ccd51a7f27e8597bcb1390fc3ccb3cc1fd552fc2aa69a68274a25401fd2af815ce9b0a29ca498fe62b6719d18 SHA512 96f178e86058a2ffdb07c689bd5a4dedd69df2639218842a338b0aea3cc8918234049f393144fe2722abd58dd87603aa1a6f59561db48a1643f27cd1ad4d1bad
|
||||
DIST octetos-db-abstract-0.6.0_alpha.tar.gz 33832 BLAKE2B c59a0cce49ff782a65c307a473c0493f4cf142b3b09994a0cf787ac8fb5821d35272a82d390dade378a76637f5592113fcb80312a07ef4a6feeb976e33d0c0d8 SHA512 af8296a0dd32e8f159fc6382cebe9ee5ac5bdff12bfd0d928058d62260d14f2508362a5b23d7a0e2485536b6626aab02a4a640d639d4e3a542097782d8cca7d4
|
||||
@@ -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-abstract</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,35 +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="API to access database, abstract component."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-db-abstract"
|
||||
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-core"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
!!dev-libs/octetos-db
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
@@ -1,35 +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}"
|
||||
MYPN="${PN}"
|
||||
MYP="${MYPN}-${MYPV}"
|
||||
|
||||
DESCRIPTION="API to access database, abstract component."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-db-abstract"
|
||||
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-core"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
!!dev-libs/octetos-db
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
Reference in New Issue
Block a user