public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/aixlog/
Date: Mon, 28 Sep 2020 13:02:57 +0000 (UTC)	[thread overview]
Message-ID: <1601298158.95b9a8b2f8d2c58fda8943debae1ab4cc64f3c0e.juippis@gentoo> (raw)

commit:     95b9a8b2f8d2c58fda8943debae1ab4cc64f3c0e
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Aug 30 10:22:39 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 28 13:02:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b9a8b2

dev-cpp/aixlog: bump to 1.4.0

Closes: https://bugs.gentoo.org/717520
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-cpp/aixlog/Manifest            |  1 +
 dev-cpp/aixlog/aixlog-1.4.0.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest
index 170473114db..3f7772ed40a 100644
--- a/dev-cpp/aixlog/Manifest
+++ b/dev-cpp/aixlog/Manifest
@@ -1 +1,2 @@
 DIST aixlog-1.2.1.tar.gz 11396 BLAKE2B 88cdc775acfd91ee74306fedd6429865f10bcd7cbe9b45f861463489330d74b017611078ca362a00994983dde746ba086a056c3da53b06099f200810d65c0c04 SHA512 776558fdd911f0cc9e8d467bf8e00a1930d2e51bb8ccd5f36f95955fefecab65faf575a80fdaacfe83fd32808f8b9c2e0323b16823e0431300df7bc0c1dfde12
+DIST aixlog-1.4.0.tar.gz 13262 BLAKE2B 6be17305e7de95b10bb2c8f0019e235bff9596e33c4fba341cfb4e6e0732330932f2b64be916e57fc0e49197931076701a00df7a305420c938630d6b5786080b SHA512 ec4f5a3902858ad979de8cfa81275951af73c4d159a2615a85cf60fe876ea283864f854b26198bea83c4a568948db82c5e50783c868bd2f6d8427d319b912d6f

diff --git a/dev-cpp/aixlog/aixlog-1.4.0.ebuild b/dev-cpp/aixlog/aixlog-1.4.0.ebuild
new file mode 100644
index 00000000000..b1164d6bbd1
--- /dev/null
+++ b/dev-cpp/aixlog/aixlog-1.4.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Header-only C++ logging library"
+HOMEPAGE="https://github.com/badaix/aixlog"
+
+if [[ ${PV} == *9999 ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/badaix/aixlog.git"
+	EGIT_BRANCH="develop"
+else
+	SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+src_configure() {
+	local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
+
+	cmake_src_configure
+}


             reply	other threads:[~2020-09-28 13:03 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-28 13:02 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/aixlog/ Jakov Smolić
2024-10-08 12:50 Jakov Smolić
2024-10-06 10:55 Sam James
2024-10-06 10:49 Sam James
2024-10-06 10:49 Sam James
2024-08-30 15:31 Jakov Smolić
2024-08-30 15:31 Jakov Smolić
2022-10-03 14:48 Agostino Sarubbo
2022-10-03  8:30 Agostino Sarubbo
2022-08-31  2:47 Sam James
2022-08-31  2:47 Sam James
2022-06-02 12:04 Jakov Smolić
2022-02-03 15:18 Jakov Smolić
2022-01-19 17:09 Marek Szuba
2021-03-02 11:51 Thomas Deutschmann
2021-03-02 11:51 Thomas Deutschmann
2020-09-28 13:02 Joonas Niilola
2020-09-28 13:02 Joonas Niilola
2020-09-28 13:02 Joonas Niilola
2020-08-30  8:18 Joonas Niilola
2018-10-07 17:02 Thomas Deutschmann

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=1601298158.95b9a8b2f8d2c58fda8943debae1ab4cc64f3c0e.juippis@gentoo \
    --to=juippis@gentoo.org \
    --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