Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblogging/
Date: Tue, 31 Dec 2019 03:17:40
Message-Id: 1577762037.374877ece3f55dd97955a8645900a23056cc6004.whissi@gentoo
1 commit: 374877ece3f55dd97955a8645900a23056cc6004
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 03:13:57 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 03:13:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374877ec
7
8 dev-libs/liblogging: drop old
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/liblogging/Manifest | 1 -
14 dev-libs/liblogging/liblogging-1.0.5.ebuild | 35 -----------------------------
15 2 files changed, 36 deletions(-)
16
17 diff --git a/dev-libs/liblogging/Manifest b/dev-libs/liblogging/Manifest
18 index 9d58ea81485..b37e716e0da 100644
19 --- a/dev-libs/liblogging/Manifest
20 +++ b/dev-libs/liblogging/Manifest
21 @@ -1,2 +1 @@
22 -DIST liblogging-1.0.5.tar.gz 571051 BLAKE2B 46959fa20d4cf00dff1eaa099ad69c199b18036cc05a65945c5abefa2462279577de88e5374fe8486770f9437888562f09f63b3e05015f57ea645a54f7c6c56e SHA512 fd0c89b670bdf4d257d6a31b18b44940ba2edae84633ead6577f164e1ded93709445c35027a28f6e7fda4c984964c3446978eaf0abf843e31ecc11b979e2adde
23 DIST liblogging-1.0.6.tar.gz 593393 BLAKE2B c2ca93225b7594c2c064f14e83f475cf2f3dbf608e77e103759371e81e0052e49624740c35f29b7bf9cd1872f4f85f286a2c903f503bebb170a5337d0dfe0677 SHA512 09c90a93b2d32afa44be5a800705a64690810a56d21bed1455cb70680b01fecd4efef3881a43f98ebcafa996b6046ed8e5af935eacc12014f330a7fd23674964
24
25 diff --git a/dev-libs/liblogging/liblogging-1.0.5.ebuild b/dev-libs/liblogging/liblogging-1.0.5.ebuild
26 deleted file mode 100644
27 index b9afb6796d1..00000000000
28 --- a/dev-libs/liblogging/liblogging-1.0.5.ebuild
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit autotools-utils eutils
37 -
38 -DESCRIPTION="Liblogging is an easy to use, portable, open source library for system logging"
39 -HOMEPAGE="http://www.liblogging.org"
40 -SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0/0"
44 -KEYWORDS="amd64 arm ~arm64 hppa x86"
45 -IUSE="rfc3195 static-libs +stdlog systemd"
46 -
47 -RDEPEND="systemd? ( sys-apps/systemd )"
48 -
49 -DEPEND="
50 - ${RDEPEND}
51 - virtual/pkgconfig
52 -"
53 -
54 -DOCS=( ChangeLog )
55 -
56 -AUTOTOOLS_IN_SOURCE_BUILD=1
57 -
58 -src_configure() {
59 - local myeconfargs=(
60 - $(use_enable rfc3195)
61 - $(use_enable stdlog)
62 - $(use_enable systemd journal)
63 - )
64 - autotools-utils_src_configure
65 -}