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,  5 May 2020 02:15:20 +0000 (UTC)	[thread overview]
Message-ID: <1588644891.3ad2cf0a863d9eca1d7c1482004f04260b6d6563.AzaelReyes@gentoo> (raw)

commit:     3ad2cf0a863d9eca1d7c1482004f04260b6d6563
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue May  5 02:14:51 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Tue May  5 02:14:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ad2cf0a

dev-libs/octetos-core: adding package

Signed-off-by: Azzael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-2.3.89, Repoman-2.3.20

 dev-libs/octetos-core/Manifest                     |  1 +
 .../octetos-core/octetos-core-2.2.1_beta.ebuild    | 46 ++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
index f83f0ce..23fa44e 100644
--- a/dev-libs/octetos-core/Manifest
+++ b/dev-libs/octetos-core/Manifest
@@ -1,3 +1,4 @@
 DIST 1.2.2-br.tar.gz 121036 BLAKE2B 7dabc3013432ce5b7fd612a0b1634ebe5943a53de9031ccb7d7fd8fff95dd79f2d35553ec4b6b50e790bb115c762022c6f5d64d2525997e7af80bc7272d902ff SHA512 c7aef25a9547a202908a69679df42b8f7a988c3cbf8f87d1941aa6fb623d3979412900e97a41e3024d708dbd9cd968cecf57aa6f2ff20669c1e3e29947bd5571
 DIST 2.0.0-alpha.2.tar.gz 122978 BLAKE2B 9ed7fcb95b9c2f85072bf73ac92710eaa9eb4c82e053f5f9b95220df47721ed115a2eeb32de9a19217cc97ad7b09797c03319df06bde3697a10ab81766d0bfa1 SHA512 fd35a35ddf18b869e393add16b237e7a489674b51b49ce6816367d95a0a8573dda90ac4e8c64ec35267e1192d63890b1a479ee7e5bb7162aa3c1858708fd95dd
 DIST 2.2.0-beta.3.tar.gz 123176 BLAKE2B f87131deccefce76a7fefb0e829564c166f01f316c54bd56e1283999434db809cb54be2278e1653dcb3a01a371b09b08fd95decf1b361c1515e5decf3609453d SHA512 10f70c02b7c0012f1dab31e96aa3337dccc662c51a31c2ad186b6e76815afa8645f3f2370d6eaa788cdbbded416bc36b53e1971005cca49ee10c0d8e6baac239
+DIST 2.2.1-beta.1.tar.gz 123179 BLAKE2B f31f1870c3467c02f2b7653dd81abdf44e1c8ab821d8ec404f0a9ddb296438caa631dd586c62727eb9ecaf83452a2b0923f2a72323e5a49e895b99b9296e409f SHA512 408569368b3dc2257149ad4c25c07a8deb3176fc6b08a003c98e59386ece3adcf0a45198b3802e3c0c1f537d4feb30703d5997f5bcae4e9d9e708829da46a843

diff --git a/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild
new file mode 100644
index 0000000..77d1004
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.2.1_beta.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned implementation"
+HOMEPAGE="https://github.com/azaeldevel/octetos-core"
+SRC_URI="https://github.com/azaeldevel/octetos-core/archive/2.2.1-beta.1.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
+"
+
+src_unpack() {
+	default
+	ln -s octetos-core-2.2.1-beta.1 "${P}"
+}
+
+src_prepare() {
+	eautoreconf -fi
+	eapply_user
+}
+
+src_configure() {
+	if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then
+		econf
+	fi
+}
+
+src_compile() {
+	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
+		emake || die "emake failed"
+	fi
+}


             reply	other threads:[~2020-05-05  2:15 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-05  2:15 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-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-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=1588644891.3ad2cf0a863d9eca1d7c1482004f04260b6d6563.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