public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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-core/
Date: Wed, 19 Aug 2020 22:58:45 +0000 (UTC)	[thread overview]
Message-ID: <1597877756.39a927e8264bfa2a1e6df73b58de4df0d0bbab69.AzaelReyes@gentoo> (raw)

commit:     39a927e8264bfa2a1e6df73b58de4df0d0bbab69
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 22:55:14 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Wed Aug 19 22:55:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39a927e8

dev-libs/octetos-core: fixing error for extrect metode.

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-core/Manifest                     |  1 +
 .../octetos-core/octetos-core-2.3.2_beta.ebuild    | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index e5c308a..4ac8c04 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -5,3 +5,4 @@ DIST octetos-core-2.2.1_beta.tar.gz 123179 BLAKE2B f31f1870c3467c02f2b7653dd81ab
 DIST octetos-core-2.3.0_beta.tar.gz 123195 BLAKE2B 2590f495f8890301f2731463139f0ca653beba496b33d592e1000a64a8d773335d821990e2ad128d969bf50794ce55a5da71ba2cfff0fc307a6166238206806d SHA512 0e2e28c7c1109a9b5ec7b2a493a9aba747b2c88a83286b561487e3fec20ee1fba4d9b292f5b47cebf8cc90fbe011566314a98366bf2e7beb800b9c1e8baf839e
 DIST octetos-core-2.3.1_beta.tar.gz 123229 BLAKE2B b075432d35936e3de4601d929813275eac577ec077e9f41cf9d45449e2b369d0197f36f2b54b48931d6bd127bd55e04b68b20ec00de7391b3062e7352efcfa44 SHA512 0a551b384d5b472fcdc5ceace5b8bfcb364ece89477db6367dfb6471d8a26b216c0d58e359e6f70c83f37dca03d7dc63b71e79ae62a49a447309270db909c327
 DIST octetos-core-2.3.1_rc1.tar.gz 123229 BLAKE2B b075432d35936e3de4601d929813275eac577ec077e9f41cf9d45449e2b369d0197f36f2b54b48931d6bd127bd55e04b68b20ec00de7391b3062e7352efcfa44 SHA512 0a551b384d5b472fcdc5ceace5b8bfcb364ece89477db6367dfb6471d8a26b216c0d58e359e6f70c83f37dca03d7dc63b71e79ae62a49a447309270db909c327
+DIST octetos-core-2.3.2_beta.tar.gz 123211 BLAKE2B 44acaeaa2c4e79c7f8940c86552b32e0d55b0a34c6767d2e45c04bcda78a9f4ded85f04080557d052c9d5f89a3bda956ad38748fa0686141c8996c93c463e737 SHA512 6db635a27825827a25c11f34de307c7e9a199ec5b7e546af0a1dea74279904ea2ccee2d8db700da83a8fc62026c1e296b89bacb273bfcb76e9617ec58ee3c7d8

diff --git a/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild
new file mode 100644
index 0000000..84884ec
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.3.2_beta.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MYPV="${PV/_beta/-beta/}"
+
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
+HOMEPAGE="https://github.com/azaeldevel/octetos-core"
+SRC_URI="https://github.com/azaeldevel/${PN}/archive/${MYPV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="
+	>=sys-devel/gcc-8.1
+	>=sys-devel/bison-3.1
+	dev-libs/libconfig
+	dev-perl/XML-Parser
+	dev-util/intltool
+"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+src_prepare() {
+	default
+	eautoreconf -fi
+}


             reply	other threads:[~2020-08-19 22:58 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-19 22:58 Azael Reyes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-16  2:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/octetos-core/ Quincy Fleming
2024-05-16  2:16 Quincy Fleming
2021-12-18  0:05 Azael Reyes
2021-09-04 20:16 Azael Reyes
2021-09-04 20:16 Azael Reyes
2021-07-03 16:11 Azael Reyes
2021-07-03 15:58 Azael Reyes
2021-06-26 23:50 Azael Reyes
2021-05-25  8:10 Anna Vyalkova
2021-05-11  7:38 Andrew Ammerlaan
2021-05-11  2:48 Azael Reyes
2021-01-05  8:05 Azael Reyes
2020-12-15  6:21 Azael Reyes
2020-11-28  8:24 Theo Anderson
2020-11-03  3:12 Azael Reyes
2020-08-31  2:55 Azael Reyes
2020-08-24  7:49 Andrew Ammerlaan
2020-08-20 22:41 Azael Reyes
2020-08-20 22:41 Azael Reyes
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  5:41 Azael Reyes
2020-08-11  2:37 Azael Reyes
2020-06-30 21:11 Azael Reyes
2020-05-05  9:56 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-05  9:08 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-05  2:15 Azael Reyes
2020-05-01  9:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-01  9:30 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-04-30 17:39 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=1597877756.39a927e8264bfa2a1e6df73b58de4df0d0bbab69.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