mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-libs/octetos-coreutils: treeclean
Closes: https://bugs.gentoo.org/785331 (pkgremoved) Closes: https://bugs.gentoo.org/798906 (pkgremoved) Closes: https://bugs.gentoo.org/799041 (pkgremoved) Closes: https://bugs.gentoo.org/816102 (pkgremoved) Closes: https://bugs.gentoo.org/839615 (pkgremoved) Closes: https://bugs.gentoo.org/859679 (pkgremoved) Closes: https://bugs.gentoo.org/859682 (pkgremoved) Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
|
||||
DIST octetos-coreutils-0.13.0_alpha.tar.gz 32902 BLAKE2B 3d063d8354b81cc3eb71d7f7a4cd3ef85ce3fb10e469c32a8117c5d76aa090ca1b0a9bdd2eab21ffdf9b44e1ac0893cf9332ce78ebb6ee63c44d5f6755dfbda4 SHA512 faf3391254f550c765e733b5977a53340de718e07614fa7b2ac044c301da26312d278d60042e5636141f8951fac3beaaec84cd6f8b1f7140f8cf920e1c4b31e2
|
||||
DIST octetos-coreutils-0.17.0_alpha.tar.gz 33027 BLAKE2B e991be57ebbd8efeec6493e06e890446dbcbd30c4e2f7d85c9addcae5ca700867a7e3f60725fc847bbe5acae14f0ac75c84f4c25c89464a38233b65a3cf49a35 SHA512 59318a60aae00f76d91d7c80b40bef7216715d6761f3dd1f0969ddb477b089e4290f25eb28a18ae0b9db4cdf0d19facbf9b6c0edcd6b8fc07e71f5cf9f222142
|
||||
@@ -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-coreutils</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -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}"
|
||||
MYP="${PN}-${MYPV}"
|
||||
|
||||
DESCRIPTION="Similar to coreutils but is a C++ API."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils"
|
||||
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}"
|
||||
BDEPEND="dev-util/cunit"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
@@ -1,41 +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="Similar to coreutils but is a C++ API."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git"
|
||||
else
|
||||
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
S="${WORKDIR}/${MYP}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/octetos-core"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-libs/check
|
||||
dev-util/cunit
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
@@ -1,41 +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="Similar to coreutils but is a C++ API."
|
||||
HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git"
|
||||
else
|
||||
SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
S="${WORKDIR}/${MYP}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/octetos-core"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
dev-libs/check
|
||||
dev-util/cunit
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf
|
||||
}
|
||||
Reference in New Issue
Block a user