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: Wed, 24 Aug 2016 00:57:41
Message-Id: 1472000231.def080091bace9eef33df5a104daef17e597cc6e.whissi@gentoo
1 commit: def080091bace9eef33df5a104daef17e597cc6e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 23:02:35 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 00:57:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def08009
7
8 dev-libs/liblogging: Dropping old versions
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/liblogging/Manifest | 2 --
13 dev-libs/liblogging/liblogging-1.0.2.ebuild | 39 -----------------------------
14 dev-libs/liblogging/liblogging-1.0.4.ebuild | 36 --------------------------
15 3 files changed, 77 deletions(-)
16
17 diff --git a/dev-libs/liblogging/Manifest b/dev-libs/liblogging/Manifest
18 index e3f3a80..cff46e6 100644
19 --- a/dev-libs/liblogging/Manifest
20 +++ b/dev-libs/liblogging/Manifest
21 @@ -1,3 +1 @@
22 -DIST liblogging-1.0.2.tar.gz 285555 SHA256 bcadd9fc0253ee096df965d8d46bc3f27a95f4885d66e55e495e5dfddb16b0dd SHA512 bd2a78110f080e0531388bac372e5dac2c7f10973e59bc3c702d3c9ae3a5d21ae021df00b53092fabcbbde20f1eba108b22ea81156c2fcb6bc2053531385b9f9 WHIRLPOOL da2a6963e93527ea0d30fbffb5d9971cd62b36871d488a88b500848a7920b0416415480e2002529f7fa51d730f0f5a30946a34af4628eefb69dcc82349620731
23 -DIST liblogging-1.0.4.tar.gz 565078 SHA256 aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c SHA512 7d57a4d5d41ab2033dd57370c4511749f7965949a30eacaf36e7608acc64a32c42903dc1b5bb50c649dcb9a5ed91a2f0339d21aa0fc20a6a6144616dae556ccf WHIRLPOOL 76f9ba9ed7b8b7a050a29ca1be8e723c0b99f774416dd514b74b792bafafadd677533f38d77577b75ec6267b1025810a5262b763223c55a983efbf39a3f19085
24 DIST liblogging-1.0.5.tar.gz 571051 SHA256 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b SHA512 fd0c89b670bdf4d257d6a31b18b44940ba2edae84633ead6577f164e1ded93709445c35027a28f6e7fda4c984964c3446978eaf0abf843e31ecc11b979e2adde WHIRLPOOL 17c22802e9037aee69c6985a627b6eb24281311292543bc4d9e0383290f7181bcf959de07405a5783f09e8d3dcfb2c88ae5701cec97a3812815f40c6a36ea715
25
26 diff --git a/dev-libs/liblogging/liblogging-1.0.2.ebuild b/dev-libs/liblogging/liblogging-1.0.2.ebuild
27 deleted file mode 100644
28 index 170146b..00000000
29 --- a/dev-libs/liblogging/liblogging-1.0.2.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -AUTOTOOLS_AUTORECONF=yes
38 -
39 -inherit autotools-utils eutils
40 -
41 -DESCRIPTION="Liblogging is an easy to use, portable, open source library for system logging"
42 -HOMEPAGE="http://www.liblogging.org"
43 -SRC_URI="https://github.com/rsyslog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="BSD-2"
46 -SLOT="0/0"
47 -KEYWORDS="~amd64 ~arm ~hppa ~x86"
48 -IUSE="rfc3195 static-libs +stdlog systemd"
49 -
50 -RDEPEND=""
51 -DEPEND="${RDEPEND}
52 - dev-python/docutils
53 - virtual/pkgconfig
54 -"
55 -
56 -DOCS=( ChangeLog )
57 -
58 -src_prepare() {
59 - sed -i -e 's|rst2man|rst2man.py|g' configure.ac || die
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - local myeconfargs=(
65 - $(use_enable rfc3195)
66 - $(use_enable stdlog)
67 - $(use_enable systemd journal)
68 - )
69 - autotools-utils_src_configure
70 -}
71
72 diff --git a/dev-libs/liblogging/liblogging-1.0.4.ebuild b/dev-libs/liblogging/liblogging-1.0.4.ebuild
73 deleted file mode 100644
74 index fa93a59..00000000
75 --- a/dev-libs/liblogging/liblogging-1.0.4.ebuild
76 +++ /dev/null
77 @@ -1,36 +0,0 @@
78 -# Copyright 1999-2014 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -# $Id$
81 -
82 -EAPI=5
83 -
84 -inherit autotools-utils eutils
85 -
86 -DESCRIPTION="Liblogging is an easy to use, portable, open source library for system logging"
87 -HOMEPAGE="http://www.liblogging.org"
88 -SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz"
89 -
90 -LICENSE="BSD-2"
91 -SLOT="0/0"
92 -KEYWORDS="amd64 ~arm hppa x86"
93 -IUSE="rfc3195 static-libs +stdlog systemd"
94 -
95 -RDEPEND="systemd? ( sys-apps/systemd )"
96 -
97 -DEPEND="
98 - ${RDEPEND}
99 - virtual/pkgconfig
100 -"
101 -
102 -DOCS=( ChangeLog )
103 -
104 -AUTOTOOLS_IN_SOURCE_BUILD=1
105 -
106 -src_configure() {
107 - local myeconfargs=(
108 - $(use_enable rfc3195)
109 - $(use_enable stdlog)
110 - $(use_enable systemd journal)
111 - )
112 - autotools-utils_src_configure
113 -}