From: "Azael Reyes" <azael.devel@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
Date: Sat, 29 Aug 2020 05:31:31 +0000 (UTC) [thread overview]
Message-ID: <1598678955.8b446dadbbca5119756d989568a23bdb7d582974.AzaelReyes@gentoo> (raw)
commit: 8b446dadbbca5119756d989568a23bdb7d582974
Author: Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Sat Aug 29 05:29:15 2020 +0000
Commit: Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Sat Aug 29 05:29:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8b446dad
dev-libs/octetos-coreutils: pdateing to v 0.6.1
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
dev-libs/octetos-coreutils/Manifest | 1 +
.../octetos-coreutils-0.6.1_alpha.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index ddebed6..51c15eb 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,3 +1,4 @@
DIST octetos-coreutils-0.3.0_alpha.tar.gz 56341 BLAKE2B f6eccfef565a3303939fefd45d9d0d10847032eb747ba9dc4fdca0f6d43aaf27aa6fc08273b89299cf071a5b0087c67a8eabecbba6542ab1b1ed7b9862397ebc SHA512 155fbf160edb48ad763e17ef2051b3b2e4b16c3bfda8156377d37d2d03710e7c7b933fbc02dfcba9deecedd844c770e2d116a3a1ff9535b407978a98e89bccdf
DIST octetos-coreutils-0.4.0_alpha.tar.gz 56491 BLAKE2B b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c SHA512 020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093
DIST octetos-coreutils-0.4.0_alpha2.tar.gz 56491 BLAKE2B b9438147acff96b81cacc21e59837c1f39c06c46ae4775ea3c6341f4168bde949bc348944807abc0b39b0936a61a871fd50852ac25c6e7af913597f7cc57035c SHA512 020830eced735604ce1fbdc2c1f54524c423b151319dcf161616f7654e04f0adf6a7726450f76bbbe4fc7eaa241d44c98a961b9157c277e3080dbdbea5de2093
+DIST octetos-coreutils-0.6.1_alpha.tar.gz 29162 BLAKE2B 711c176e1bd76592933dc4cb6343044b5e19ffd8c7343b35aafbd0b7a766f124e4d7f6ef89552a58df1032ca5e00c279679a14d9ca0c19edd9ed0d3c7f972302 SHA512 5449adcc606973e0cb6aeb5b47a3f410864ecd58f512c081052a010e5eb10bf00d1a09d74d7bd322c5721b1d7260850c194b85c0aee90e608879ba24a5eeef67
diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.6.1_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.6.1_alpha.ebuild
new file mode 100644
index 0000000..be1c635
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.6.1_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}"
+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"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/cunit"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+ default
+ eautoreconf -fi
+}
+
+src_configure() {
+ econf
+}
next reply other threads:[~2020-08-29 5:31 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-29 5:31 Azael Reyes [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-26 2:50 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/ Azael Reyes
2021-07-19 10:06 Andrew Ammerlaan
2021-06-28 4:09 Azael Reyes
2021-05-25 8:10 Anna Vyalkova
2020-12-23 4:41 Theo Anderson
2020-12-15 6:21 Azael Reyes
2020-11-03 5:24 Azael Reyes
2020-08-31 3:17 Azael Reyes
2020-08-13 8:52 Andrew Ammerlaan
2020-08-12 7:50 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-12 7:49 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-12 7:45 Azael Reyes
2020-08-11 7:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-11 7:40 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-11 3:07 Azael Reyes
2020-08-10 20:17 Azael Reyes
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1598678955.8b446dadbbca5119756d989568a23bdb7d582974.AzaelReyes@gentoo \
--to=azael.devel@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox