Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/plog/
Date: Sun, 01 Dec 2019 04:37:23
Message-Id: 1575174925.f8c1827c2b9dccc28b15e8a54648fe994ad46da5.heroxbd@gentoo
1 commit: f8c1827c2b9dccc28b15e8a54648fe994ad46da5
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 1 03:35:26 2019 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 1 04:35:25 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f8c1827c
7
8 dev-util/plog: initial commit of 1.1.4_p20191110.
9
10 This is included as a dependency of sci-physics/opticks.
11
12 Package-Manager: Portage-2.3.79, Repoman-2.3.18
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 dev-util/plog/metadata.xml | 7 +++++++
16 dev-util/plog/plog-1.1.4_p20191110.ebuild | 21 +++++++++++++++++++++
17 2 files changed, 28 insertions(+)
18
19 diff --git a/dev-util/plog/metadata.xml b/dev-util/plog/metadata.xml
20 new file mode 100644
21 index 000000000..7203fb853
22 --- /dev/null
23 +++ b/dev-util/plog/metadata.xml
24 @@ -0,0 +1,7 @@
25 +<?xml version="1.0" encoding="UTF-8"?>
26 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 +<pkgmetadata>
28 + <maintainer type="person">
29 + <email>heroxbd@g.o</email>
30 + </maintainer>
31 +</pkgmetadata>
32
33 diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild
34 new file mode 100644
35 index 000000000..f5339e692
36 --- /dev/null
37 +++ b/dev-util/plog/plog-1.1.4_p20191110.ebuild
38 @@ -0,0 +1,21 @@
39 +# Copyright 1999-2019 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +inherit git-r3
45 +
46 +DESCRIPTION="Portable, simple and extensible C++ logging library"
47 +HOMEPAGE="https://github.com/SergiusTheBest/plog"
48 +
49 +EGIT_REPO_URI="https://github.com/simoncblyth/plog.git"
50 +EGIT_COMMIT="04c2389fac6def5471d2c8ff87d16a67c9e4045d"
51 +KEYWORDS="~amd64"
52 +
53 +LICENSE="MPL-2.0"
54 +SLOT="0"
55 +
56 +src_install() {
57 + doheader -r include/${PN}
58 + dodoc README.md LICENSE
59 +}