From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26586138359 for ; Tue, 11 Aug 2020 03:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51D65E07FE; Tue, 11 Aug 2020 03:07:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35899E07FE for ; Tue, 11 Aug 2020 03:07:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 052DA34EDA4 for ; Tue, 11 Aug 2020 03:07:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63B5A253 for ; Tue, 11 Aug 2020 03:07:09 +0000 (UTC) From: "Azael Reyes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azael Reyes" Message-ID: <1597114685.127bf65a177eb3d69bc166f2a4b783c0f7e3e180.AzaelReyes@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/octetos-coreutils/Manifest dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild X-VCS-Directories: dev-libs/octetos-coreutils/ X-VCS-Committer: AzaelReyes X-VCS-Committer-Name: Azael Reyes X-VCS-Revision: 127bf65a177eb3d69bc166f2a4b783c0f7e3e180 X-VCS-Branch: dev Date: Tue, 11 Aug 2020 03:07:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ef1f21cc-becd-452f-a396-3b918c8c8cb1 X-Archives-Hash: d36fb0e3d616e5c321c9e018476b2d5e commit: 127bf65a177eb3d69bc166f2a4b783c0f7e3e180 Author: Azael Reyes gmail com> AuthorDate: Tue Aug 11 02:58:05 2020 +0000 Commit: Azael Reyes gmail com> CommitDate: Tue Aug 11 02:58:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=127bf65a dev-libs/octetos-coreutils: fixin package Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> dev-libs/octetos-coreutils/Manifest | 1 + .../octetos-coreutils-0.4.0_alpha.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest index 664b0b7..8bc1ed7 100644 --- a/dev-libs/octetos-coreutils/Manifest +++ b/dev-libs/octetos-coreutils/Manifest @@ -1 +1,2 @@ DIST 0.3.0-alpha.1.tar.gz 56341 BLAKE2B f6eccfef565a3303939fefd45d9d0d10847032eb747ba9dc4fdca0f6d43aaf27aa6fc08273b89299cf071a5b0087c67a8eabecbba6542ab1b1ed7b9862397ebc SHA512 155fbf160edb48ad763e17ef2051b3b2e4b16c3bfda8156377d37d2d03710e7c7b933fbc02dfcba9deecedd844c770e2d116a3a1ff9535b407978a98e89bccdf +DIST 0.4.0-alpha.1.tar.gz 56491 BLAKE2B b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c SHA512 020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093 diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild new file mode 100644 index 0000000..9dc5b76 --- /dev/null +++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MYPV="${PV/_alpha/-alpha.1}" +MYP="${PN}-${MYPV}" + +DESCRIPTION="Similar to coretils but is a C ++ API." +HOMEPAGE="https://github.com/azaeldevel/octetos-coreutils" +SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-core" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/${MYP}" + +src_prepare() { + default + eautoreconf -fi +} + +src_configure() { + econf +}