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: 1609362789.701dc0e5f898f7233e28d20a1803dac0986ebd0f.epsilon-0@gentoo
1 commit: 701dc0e5f898f7233e28d20a1803dac0986ebd0f
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Dec 30 21:13:09 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Dec 30 21:13:09 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=701dc0e5
7
8 dev-util/plog: drop old version
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.4_p20191110.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-util/plog/plog-1.1.4_p20191110.ebuild b/dev-util/plog/plog-1.1.4_p20191110.ebuild
17 deleted file mode 100644
18 index 4182fda4c..000000000
19 --- a/dev-util/plog/plog-1.1.4_p20191110.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit git-r3
28 -
29 -DESCRIPTION="Portable, simple and extensible C++ logging library"
30 -HOMEPAGE="https://github.com/SergiusTheBest/plog"
31 -
32 -EGIT_REPO_URI="https://github.com/simoncblyth/plog.git"
33 -EGIT_COMMIT="04c2389fac6def5471d2c8ff87d16a67c9e4045d"
34 -KEYWORDS="~amd64"
35 -
36 -LICENSE="MPL-2.0"
37 -SLOT="0"
38 -
39 -src_install() {
40 - doheader -r include/${PN}
41 - dodoc README.md
42 -}