public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-10 20:17 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-08-10 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ee176bf58dd0bde1a85a7f018c26ae1c517b9b78
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Mon Aug 10 20:17:09 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Mon Aug 10 20:17:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee176bf5

dev-libs/octetos-coreutils: adding package

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 +
 dev-libs/octetos-coreutils/metadata.xml            |  8 +++++
 .../octetos-coreutils-0.3.0_alpha.ebuild           | 34 ++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
new file mode 100644
index 0000000..664b0b7
--- /dev/null
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -0,0 +1 @@
+DIST 0.3.0-alpha.1.tar.gz 56341 BLAKE2B f6eccfef565a3303939fefd45d9d0d10847032eb747ba9dc4fdca0f6d43aaf27aa6fc08273b89299cf071a5b0087c67a8eabecbba6542ab1b1ed7b9862397ebc SHA512 155fbf160edb48ad763e17ef2051b3b2e4b16c3bfda8156377d37d2d03710e7c7b933fbc02dfcba9deecedd844c770e2d116a3a1ff9535b407978a98e89bccdf

diff --git a/dev-libs/octetos-coreutils/metadata.xml b/dev-libs/octetos-coreutils/metadata.xml
new file mode 100644
index 0000000..3a36ca4
--- /dev/null
+++ b/dev-libs/octetos-coreutils/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azael.devel@gmail.com</email>
+		<name>Azael Reyes</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
new file mode 100644
index 0000000..9dc5b76
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-11  3:07 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-08-11  3:07 UTC (permalink / raw
  To: gentoo-commits

commit:     127bf65a177eb3d69bc166f2a4b783c0f7e3e180
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue Aug 11 02:58:05 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> 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 <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.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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
  2020-08-11  7:43 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-11  7:40 ` Andrew Ammerlaan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Ammerlaan @ 2020-08-11  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6209eca8922dfb3e408c68dda76b7c31654f240c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Aug 11 07:40:37 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Aug 11 07:40:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6209eca8

dev-libs/octetos-coreutils: add missing dep

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild | 2 +-
 dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
index 9dc5b76..e7b6483 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 
 DEPEND="dev-libs/octetos-core"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-util/cunit"
 
 S="${WORKDIR}/${MYP}"
 

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
index 9dc5b76..e7b6483 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
@@ -20,7 +20,7 @@ IUSE=""
 
 DEPEND="dev-libs/octetos-core"
 RDEPEND="${DEPEND}"
-BDEPEND=""
+BDEPEND="dev-util/cunit"
 
 S="${WORKDIR}/${MYP}"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-12  7:45 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-08-12  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6b97d8dd5066c27eed1dd19fef10d77a8b53b4f1
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Wed Aug 12 07:45:35 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Wed Aug 12 07:45:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b97d8dd

dev-libs/octetos-coreutils: update info package.

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>

 .../octetos-coreutils-0.4.0_alpha2.ebuild          | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
new file mode 100644
index 0000000..b695fc9
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.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/_alpha2/-alpha.1}"
+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"
+
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
  2020-08-12  7:50 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-08-12  7:49 ` Andrew Ammerlaan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Ammerlaan @ 2020-08-12  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1affa30e56e3229ee4e55ffb051d04448a671838
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Aug 12 07:24:03 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Aug 12 07:47:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1affa30e

dev-libs/octetos-coreutils: fix tarball names

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-libs/octetos-coreutils/Manifest                             | 4 ++--
 dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild | 2 +-
 dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index 8bc1ed7..e4d3dd2 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +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
+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

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
index e7b6483..8096380 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"

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
index e7b6483..8096380 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-13  8:52 Andrew Ammerlaan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Ammerlaan @ 2020-08-13  8:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9dc900fda53e00650da411d7b189f2eda462df46
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Aug 13 08:49:29 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Aug 13 08:49:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dc900fd

dev-libs/octetos-coreutils: fix tarball name

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-libs/octetos-coreutils/Manifest                              | 1 +
 dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index e4d3dd2..ddebed6 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
index b695fc9..36d0e4a 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
@@ -10,7 +10,7 @@ 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"
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-29  5:31 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-08-29  5:31 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-08-31  3:17 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-08-31  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cddb41a46303767fb447651001f47c39aef145cf
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Mon Aug 31 03:16:58 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Mon Aug 31 03:16:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cddb41a4

dev-libs/octetos-coreutils: updating to v0.7.0

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.7.0_alpha.ebuild           | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index 51c15eb..a56e361 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -2,3 +2,4 @@ DIST octetos-coreutils-0.3.0_alpha.tar.gz 56341 BLAKE2B f6eccfef565a3303939fefd4
 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
+DIST octetos-coreutils-0.7.0_alpha.tar.gz 29519 BLAKE2B e6e7420cf093a38db21defdd181ea09956166c1663638d1d2bb18fb85664633bfdcdbcc8584f1a701ef5d75d64c3b319b0cdcf5f3e53a815443286024b8c87b6 SHA512 7762379e49d87fef4d694b168586005058cfaf091403906938cf5d976550a9f30344dfdb479d962f0590f1d53c3af5973e4161bcb5c639b01b06870046349fae

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild
new file mode 100644
index 0000000..95353f5
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.7.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}"
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-11-03  5:24 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-11-03  5:24 UTC (permalink / raw
  To: gentoo-commits

commit:     36d9c11a3bfbd95231aa5a23640f6224ba251043
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue Nov  3 05:13:43 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Tue Nov  3 05:13:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36d9c11a

dev-libs/octetos-coreutils: updating to v 0.11.1-alpha

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.2

 dev-libs/octetos-coreutils/Manifest                |  1 +
 .../octetos-coreutils-0.11.1_alpha.ebuild          | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index a56e3614..519468ed 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,3 +1,4 @@
+DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
 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

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.11.1_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.11.1_alpha.ebuild
new file mode 100644
index 00000000..95353f5c
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.11.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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-12-15  6:21 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2020-12-15  6:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7fb66236859c86c578108b161fa98008b7de5171
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue Dec 15 06:14:49 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Tue Dec 15 06:14:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fb66236

dev-libs/octetos-coreutils: updating to 0.12.0

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-3.0.8, Repoman-3.0.1

 dev-libs/octetos-coreutils/Manifest                |  1 +
 .../octetos-coreutils-0.12.0_alpha.ebuild          | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index 519468ed..2161d898 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,4 +1,5 @@
 DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
+DIST octetos-coreutils-0.12.0_alpha.tar.gz 32900 BLAKE2B 056574e81a8a25e0b332ee51c57aef4324dce2cc85762c0188e48213f6ee30898fd94d297050523df517c5b6adf061c7b352b8bd9356f010513456b96226180f SHA512 d32314aca16491b16c0eac49ebe1e2b7e500a061e57484f6c113909fc88778f8db2082392650dc6e00e02d7ebac416cbecd1764787f438969ac9db2194295ee3
 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

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
new file mode 100644
index 00000000..95353f5c
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.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}"
+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
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2020-12-23  4:41 Theo Anderson
  0 siblings, 0 replies; 15+ messages in thread
From: Theo Anderson @ 2020-12-23  4:41 UTC (permalink / raw
  To: gentoo-commits

commit:     47df2dceb1d0e6f7a92d899e9a499ee8e60d39c6
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 04:39:59 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 23 04:39:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47df2dce

dev-libs/octetos-coreutils: bdepend dev-util/check

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
index 95353f5c..b7be74a8 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
@@ -16,11 +16,12 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 
-IUSE=""
-
 DEPEND="dev-libs/octetos-core"
 RDEPEND="${DEPEND}"
-BDEPEND="dev-util/cunit"
+BDEPEND="
+	dev-libs/check
+	dev-util/cunit
+"
 
 S="${WORKDIR}/${MYP}"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2021-05-25  8:10 Anna Vyalkova
  0 siblings, 0 replies; 15+ messages in thread
From: Anna Vyalkova @ 2021-05-25  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     34a4d0f33a39884ef55043f46a7d86e83d23714f
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 24 19:26:18 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue May 25 08:06:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34a4d0f3

dev-libs/octetos-coreutils: drop versions

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-libs/octetos-coreutils/Manifest                |  5 ----
 .../octetos-coreutils-0.3.0_alpha.ebuild           | 34 ----------------------
 .../octetos-coreutils-0.4.0_alpha.ebuild           | 34 ----------------------
 .../octetos-coreutils-0.4.0_alpha2.ebuild          | 34 ----------------------
 .../octetos-coreutils-0.6.1_alpha.ebuild           | 34 ----------------------
 .../octetos-coreutils-0.7.0_alpha.ebuild           | 34 ----------------------
 6 files changed, 175 deletions(-)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index 2161d8980..4c41a4fd3 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,7 +1,2 @@
 DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
 DIST octetos-coreutils-0.12.0_alpha.tar.gz 32900 BLAKE2B 056574e81a8a25e0b332ee51c57aef4324dce2cc85762c0188e48213f6ee30898fd94d297050523df517c5b6adf061c7b352b8bd9356f010513456b96226180f SHA512 d32314aca16491b16c0eac49ebe1e2b7e500a061e57484f6c113909fc88778f8db2082392650dc6e00e02d7ebac416cbecd1764787f438969ac9db2194295ee3
-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
-DIST octetos-coreutils-0.7.0_alpha.tar.gz 29519 BLAKE2B e6e7420cf093a38db21defdd181ea09956166c1663638d1d2bb18fb85664633bfdcdbcc8584f1a701ef5d75d64c3b319b0cdcf5f3e53a815443286024b8c87b6 SHA512 7762379e49d87fef4d694b168586005058cfaf091403906938cf5d976550a9f30344dfdb479d962f0590f1d53c3af5973e4161bcb5c639b01b06870046349fae

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
deleted file mode 100644
index 809638066..000000000
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.3.0_alpha.ebuild
+++ /dev/null
@@ -1,34 +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.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 -> ${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
-}

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
deleted file mode 100644
index 809638066..000000000
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha.ebuild
+++ /dev/null
@@ -1,34 +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.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 -> ${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
-}

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
deleted file mode 100644
index 36d0e4a84..000000000
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.4.0_alpha2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-MYPV="${PV/_alpha2/-alpha.1}"
-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
-}

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
deleted file mode 100644
index be1c63591..000000000
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.6.1_alpha.ebuild
+++ /dev/null
@@ -1,34 +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"
-
-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
-}

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild
deleted file mode 100644
index 95353f5c9..000000000
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.7.0_alpha.ebuild
+++ /dev/null
@@ -1,34 +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"
-
-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
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2021-06-28  4:09 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2021-06-28  4:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7d46c2dcbb4eeea33b6c0addd11a1d13c441f0aa
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 04:08:50 2021 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Mon Jun 28 04:09:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d46c2dc

dev-libs/octetos-coreutils: fixed fail with build 0.12

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 dev-libs/octetos-coreutils/Manifest                           |  2 +-
 ...2.0_alpha.ebuild => octetos-coreutils-0.13.0_alpha.ebuild} | 11 +++++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index 4c41a4fd3..a952b7539 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +1,2 @@
 DIST octetos-coreutils-0.11.1_alpha.tar.gz 31386 BLAKE2B 1a5367617f7b5ce8a3138ec4bb89a3417277a40a55811b57819a6d4f16bef1fc1821880bfe33bc6a34c26df434066a8bdd8e467685e7038e2a3896443d75947e SHA512 7fae5359ee39135496dcd777d4750c8b5c5175b318ef066b0d94fae6f48af75a731a56e0d4f9d3b4669910b9cfa7aed7f26d67085bc2f60237dabc5eedf75325
-DIST octetos-coreutils-0.12.0_alpha.tar.gz 32900 BLAKE2B 056574e81a8a25e0b332ee51c57aef4324dce2cc85762c0188e48213f6ee30898fd94d297050523df517c5b6adf061c7b352b8bd9356f010513456b96226180f SHA512 d32314aca16491b16c0eac49ebe1e2b7e500a061e57484f6c113909fc88778f8db2082392650dc6e00e02d7ebac416cbecd1764787f438969ac9db2194295ee3
+DIST octetos-coreutils-0.13.0_alpha.tar.gz 32902 BLAKE2B 3d063d8354b81cc3eb71d7f7a4cd3ef85ce3fb10e469c32a8117c5d76aa090ca1b0a9bdd2eab21ffdf9b44e1ac0893cf9332ce78ebb6ee63c44d5f6755dfbda4 SHA512 faf3391254f550c765e733b5977a53340de718e07614fa7b2ac044c301da26312d278d60042e5636141f8951fac3beaaec84cd6f8b1f7140f8cf920e1c4b31e2

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
similarity index 65%
rename from dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
rename to dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
index b7be74a86..97b415203 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.12.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,14 @@ 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"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git"
+else
+	inherit autotools
+	SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
+fi
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2021-07-19 10:06 Andrew Ammerlaan
  0 siblings, 0 replies; 15+ messages in thread
From: Andrew Ammerlaan @ 2021-07-19 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c3343a52c600608040eefd0445676b457ac4e561
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 19 10:00:56 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 10:00:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c3343a52

dev-libs/octetos-coreutils: remove duplicate inherit

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
index 97b415203..817ec4977 100644
--- a/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.13.0_alpha.ebuild
@@ -15,7 +15,6 @@ if [[ ${PV} == 9999 ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/azaeldevel/octetos-coreutils.git"
 else
-	inherit autotools
 	SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
 fi
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/
@ 2021-07-26  2:50 Azael Reyes
  0 siblings, 0 replies; 15+ messages in thread
From: Azael Reyes @ 2021-07-26  2:50 UTC (permalink / raw
  To: gentoo-commits

commit:     56faf27c0265095413b7e8eb1dcfe8b40953355b
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 02:50:28 2021 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Mon Jul 26 02:50:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56faf27c

dev-libs/octetos-coreutils: fxing mkdir comand

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 dev-libs/octetos-coreutils/Manifest                |  1 +
 .../octetos-coreutils-0.17.0_alpha.ebuild          | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-libs/octetos-coreutils/Manifest b/dev-libs/octetos-coreutils/Manifest
index a952b7539..035edb2d4 100644
--- a/dev-libs/octetos-coreutils/Manifest
+++ b/dev-libs/octetos-coreutils/Manifest
@@ -1,2 +1,3 @@
 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

diff --git a/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild b/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild
new file mode 100644
index 000000000..817ec4977
--- /dev/null
+++ b/dev-libs/octetos-coreutils/octetos-coreutils-0.17.0_alpha.ebuild
@@ -0,0 +1,41 @@
+# 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
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/octetos-core"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/check
+	dev-util/cunit
+"
+
+S="${WORKDIR}/${MYP}"
+
+src_prepare() {
+	default
+	eautoreconf -fi
+}
+
+src_configure() {
+	econf
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-07-26  2:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-03  5:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-coreutils/ Azael Reyes
  -- strict thread matches above, loose matches on Subject: below --
2021-07-26  2:50 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-08-31  3:17 Azael Reyes
2020-08-29  5:31 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox