public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-core/
Date: Fri,  1 May 2020 09:59:34 +0000 (UTC)	[thread overview]
Message-ID: <1588268363.43267ab5a63936a2c6cb127a05e280ceed9997f2.andrewammerlaan@gentoo> (raw)

commit:     43267ab5a63936a2c6cb127a05e280ceed9997f2
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Thu Apr 30 17:39:23 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Apr 30 17:39:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43267ab5

dev-libs/octetos-core: adding package

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

 dev-libs/octetos-core/Manifest                     |  3 ++
 dev-libs/octetos-core/metadata.xml                 |  8 ++++++
 .../octetos-core/octetos-core-1.2.2_beta.ebuild    | 27 ++++++++++++++++++
 .../octetos-core/octetos-core-2.0.0_beta.ebuild    | 33 ++++++++++++++++++++++
 .../octetos-core/octetos-core-2.2.0_beta.ebuild    | 33 ++++++++++++++++++++++
 5 files changed, 104 insertions(+)

diff --git a/dev-libs/octetos-core/Manifest b/dev-libs/octetos-core/Manifest
new file mode 100644
index 0000000..f83f0ce
--- /dev/null
+++ b/dev-libs/octetos-core/Manifest
@@ -0,0 +1,3 @@
+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

diff --git a/dev-libs/octetos-core/metadata.xml b/dev-libs/octetos-core/metadata.xml
new file mode 100644
index 0000000..3a36ca4
--- /dev/null
+++ b/dev-libs/octetos-core/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-core/octetos-core-1.2.2_beta.ebuild b/dev-libs/octetos-core/octetos-core-1.2.2_beta.ebuild
new file mode 100644
index 0000000..02cfe7d
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-1.2.2_beta.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned inplmetation."
+HOMEPAGE="https://github.com/azaeldevel/octetos-core"
+SRC_URI="https://github.com/azaeldevel/octetos-core/archive/1.2.2-br.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/cunit >=sys-devel/gcc-8.1 >=sys-devel/bison-3.1"
+src_unpack() {
+	unpack ${A}
+	ln -s octetos-core-1.2.2-br $P
+	#echo "PWD:$PWD"
+}
+src_configure() {
+autoreconf -fi
+}
+src_compile() {
+	if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then
+		emake || die "emake failed"
+	fi
+}

diff --git a/dev-libs/octetos-core/octetos-core-2.0.0_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.0.0_beta.ebuild
new file mode 100644
index 0000000..74fa4d5
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.0.0_beta.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned inplmetation."
+HOMEPAGE="https://github.com/azaeldevel/octetos-core"
+SRC_URI="https://github.com/azaeldevel/octetos-core/archive/2.0.0-alpha.2.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND="dev-util/cunit >=sys-devel/gcc-8.1 >=sys-devel/bison-3.1"
+
+src_unpack() {
+	unpack ${A}
+	ln -s octetos-core-2.0.0-alpha.2 $P
+}
+src_prepare() {
+	autoreconf -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
+}

diff --git a/dev-libs/octetos-core/octetos-core-2.2.0_beta.ebuild b/dev-libs/octetos-core/octetos-core-2.2.0_beta.ebuild
new file mode 100644
index 0000000..3cd840d
--- /dev/null
+++ b/dev-libs/octetos-core/octetos-core-2.2.0_beta.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+DESCRIPTION="C/C++ library to mainly provide Semantic Versioned inplmetation."
+HOMEPAGE="https://github.com/azaeldevel/octetos-core"
+SRC_URI="https://github.com/azaeldevel/octetos-core/archive/2.2.0-beta.3.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=">=sys-devel/gcc-8.1 >=sys-devel/bison-3.1"
+
+src_unpack() {
+	unpack ${A}
+	ln -s octetos-core-2.2.0-beta.3 $P
+}
+src_prepare() {
+	autoreconf -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-01  9:59 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01  9:59 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-01  9:59 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-core/ Andrew Ammerlaan
2020-05-05  9:56 Andrew Ammerlaan
2020-05-05  9:56 Andrew Ammerlaan
2020-07-03 18:44 Andrew Ammerlaan
2020-08-11  7:43 Andrew Ammerlaan
2020-08-12  7:50 Andrew Ammerlaan
2020-08-12  7:50 Andrew Ammerlaan
2020-08-20  7:48 Andrew Ammerlaan
2020-08-21  9:19 Andrew Ammerlaan
2020-08-21  9:19 Andrew Ammerlaan
2020-08-24  7:49 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-08-24  7:49 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-08-31  9:48 Andrew Ammerlaan
2020-11-03 14:39 Haelwenn Monnier
2020-11-28 13:57 Andrew Ammerlaan
2020-12-15 22:35 Haelwenn Monnier
2021-01-05 15:21 Andrew Ammerlaan
2021-05-11  7:38 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-11  7:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-11  7:39 Andrew Ammerlaan
2021-06-27  7:19 Haelwenn Monnier
2024-05-16 16:27 Julien Roy
2024-05-16 16:27 Julien Roy

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=1588268363.43267ab5a63936a2c6cb127a05e280ceed9997f2.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --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