Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/plog/
Date: Wed, 30 Dec 2020 21:13:24
Message-Id: 1609362774.1f42a0c990c24cc1a04bee487528e8e253c69be2.epsilon-0@gentoo
1 commit: 1f42a0c990c24cc1a04bee487528e8e253c69be2
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 21:12:54 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 21:12:54 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1f42a0c9
7
8 dev-util/plog: version bump and fix live versioning
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 dev-util/plog/plog-1.1.5.ebuild | 23 +++++++++++++++++++++++
14 dev-util/plog/plog-9999.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 46 insertions(+)
16
17 diff --git a/dev-util/plog/plog-1.1.5.ebuild b/dev-util/plog/plog-1.1.5.ebuild
18 new file mode 100644
19 index 000000000..9bfddba07
20 --- /dev/null
21 +++ b/dev-util/plog/plog-1.1.5.ebuild
22 @@ -0,0 +1,23 @@
23 +# Copyright 1999-2020 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=7
27 +
28 +DESCRIPTION="Portable, simple and extensible C++ logging library"
29 +HOMEPAGE="https://github.com/SergiusTheBest/plog"
30 +
31 +if [[ ${PV} == 9999 ]]; then
32 + inherit git-r3
33 + EGIT_REPO_URI="https://github.com/SergiusTheBest/plog"
34 +else
35 + SRC_URI="https://github.com/SergiusTheBest/plog/archive/${PV}.tar.gz -> ${P}.tar.gz"
36 + KEYWORDS="~amd64 ~arm64 ~x86"
37 +fi
38 +
39 +LICENSE="MPL-2.0"
40 +SLOT="0"
41 +
42 +src_install() {
43 + doheader -r include/plog
44 + dodoc README.md
45 +}
46
47 diff --git a/dev-util/plog/plog-9999.ebuild b/dev-util/plog/plog-9999.ebuild
48 new file mode 100644
49 index 000000000..9bfddba07
50 --- /dev/null
51 +++ b/dev-util/plog/plog-9999.ebuild
52 @@ -0,0 +1,23 @@
53 +# Copyright 1999-2020 Gentoo Authors
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=7
57 +
58 +DESCRIPTION="Portable, simple and extensible C++ logging library"
59 +HOMEPAGE="https://github.com/SergiusTheBest/plog"
60 +
61 +if [[ ${PV} == 9999 ]]; then
62 + inherit git-r3
63 + EGIT_REPO_URI="https://github.com/SergiusTheBest/plog"
64 +else
65 + SRC_URI="https://github.com/SergiusTheBest/plog/archive/${PV}.tar.gz -> ${P}.tar.gz"
66 + KEYWORDS="~amd64 ~arm64 ~x86"
67 +fi
68 +
69 +LICENSE="MPL-2.0"
70 +SLOT="0"
71 +
72 +src_install() {
73 + doheader -r include/plog
74 + dodoc README.md
75 +}