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: Tue,  3 Nov 2020 03:12:47 +0000 (UTC)	[thread overview]
Message-ID: <1604401759.eafc8c89fe23508a56fc902d2fb607f6d7ce8116.AzaelReyes@gentoo> (raw)

commit:     eafc8c89fe23508a56fc902d2fb607f6d7ce8116
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue Nov  3 11:09:19 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Tue Nov  3 11:09:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eafc8c89

dev-libs/octetos-core: updating to v2.8.2-beta

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

 dev-libs/octetos-core/Manifest                     |  1 +
 .../octetos-core/octetos-core-2.8.2_beta.ebuild    | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index 3c84d734..9ff9e49d 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -8,3 +8,4 @@ DIST octetos-core-2.3.1_rc1.tar.gz 123229 BLAKE2B b075432d35936e3de4601d92981327
 DIST octetos-core-2.3.2_beta.tar.gz 123211 BLAKE2B 44acaeaa2c4e79c7f8940c86552b32e0d55b0a34c6767d2e45c04bcda78a9f4ded85f04080557d052c9d5f89a3bda956ad38748fa0686141c8996c93c463e737 SHA512 6db635a27825827a25c11f34de307c7e9a199ec5b7e546af0a1dea74279904ea2ccee2d8db700da83a8fc62026c1e296b89bacb273bfcb76e9617ec58ee3c7d8
 DIST octetos-core-2.3.3_beta.tar.gz 123278 BLAKE2B a0fb90d90fcdafd569e1d3f9c8073e8de06c7f881fb3b7743dc893308f2337e7dfd4259d3ba8273cdd8e4a19379d6f3f4b244cd71d3d5c9a5b831afba96e3153 SHA512 884e7d01895ee2e9ad6930e806df06ad2d84ce92cd27920f4a5339b3f3130b0ae987aa1b8e7ece124d1751b21a812c3c1d6e555ad473796aad5afea846423ec0
 DIST octetos-core-2.5.0_alpha.tar.gz 95000 BLAKE2B 04cfd912621f8a9c7973fdfd7fd905e4485f2f85e436d12becdbccb62c92629fcd1bdb560766f58820654525036a441742ba5ede6ba7cbedeee82ee4d12bbe98 SHA512 2998ccfd219f4095ae668b8bf6b36ceb1a4f2d279bfff09061e133b5bd616ef693c019d5a6083430a5823e18d409d0540cdb9ed3ebc58c2b8461351200b19350
+DIST octetos-core-2.8.2_beta.tar.gz 95065 BLAKE2B 78bc22f9d0e18c5e28629ad9c5453912cf8a152d67efc8c6365facc083a5565db97e3b526bb211f1e3ae88adc42d2551e27e53802500ecec91a78244b689e030 SHA512 5a1ad055a4a460aa2262c347b15bd8b8d41d609b4488063e7a5529b6146424afb4d2c9d927656b35d617c66c22a475bc34013ec57ab3c3ad3ec29440b6402b0f

diff --git a/dev-libs/octetos-core/octetos-core-2.8.2_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.8.2_beta.ebuild
new file mode 100644
index 00000000..ab07f3b3
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.8.2_beta.ebuild
@@ -0,0 +1,36 @@
+# 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="
+	dev-libs/libconfig
+	dev-perl/XML-Parser
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	sys-devel/bison
+	dev-util/intltool
+	>=sys-devel/gcc-8.1
+"
+
+S="${WORKDIR}/${PN}-${MYPV}"
+
+src_prepare() {
+	default
+	eautoreconf -fi
+}


             reply	other threads:[~2020-11-03  3:12 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03  3:12 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-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-19 22:58 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=1604401759.eafc8c89fe23508a56fc902d2fb607f6d7ce8116.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