diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-24 01:02:35 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-24 02:57:11 +0200 |
commit | def080091bace9eef33df5a104daef17e597cc6e (patch) | |
tree | fccd397cd2174ac4499c8b5c51e7dddac446d1e4 /dev-libs/liblogging | |
parent | dev-libs/libestr: Stabilization of v0.1.10 (diff) | |
download | gentoo-def080091bace9eef33df5a104daef17e597cc6e.tar.gz gentoo-def080091bace9eef33df5a104daef17e597cc6e.tar.bz2 gentoo-def080091bace9eef33df5a104daef17e597cc6e.zip |
dev-libs/liblogging: Dropping old versions
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/liblogging')
-rw-r--r-- | dev-libs/liblogging/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/liblogging/liblogging-1.0.2.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/liblogging/liblogging-1.0.4.ebuild | 36 |
3 files changed, 0 insertions, 77 deletions
diff --git a/dev-libs/liblogging/Manifest b/dev-libs/liblogging/Manifest index e3f3a80842ec..cff46e645850 100644 --- a/dev-libs/liblogging/Manifest +++ b/dev-libs/liblogging/Manifest @@ -1,3 +1 @@ -DIST liblogging-1.0.2.tar.gz 285555 SHA256 bcadd9fc0253ee096df965d8d46bc3f27a95f4885d66e55e495e5dfddb16b0dd SHA512 bd2a78110f080e0531388bac372e5dac2c7f10973e59bc3c702d3c9ae3a5d21ae021df00b53092fabcbbde20f1eba108b22ea81156c2fcb6bc2053531385b9f9 WHIRLPOOL da2a6963e93527ea0d30fbffb5d9971cd62b36871d488a88b500848a7920b0416415480e2002529f7fa51d730f0f5a30946a34af4628eefb69dcc82349620731 -DIST liblogging-1.0.4.tar.gz 565078 SHA256 aceb5d2aa8bdc771ff66f407f9adf4176b654db63e34a8605795b68be537b81c SHA512 7d57a4d5d41ab2033dd57370c4511749f7965949a30eacaf36e7608acc64a32c42903dc1b5bb50c649dcb9a5ed91a2f0339d21aa0fc20a6a6144616dae556ccf WHIRLPOOL 76f9ba9ed7b8b7a050a29ca1be8e723c0b99f774416dd514b74b792bafafadd677533f38d77577b75ec6267b1025810a5262b763223c55a983efbf39a3f19085 DIST liblogging-1.0.5.tar.gz 571051 SHA256 310dc1691279b7a669d383581fe4b0babdc7bf75c9b54a24e51e60428624890b SHA512 fd0c89b670bdf4d257d6a31b18b44940ba2edae84633ead6577f164e1ded93709445c35027a28f6e7fda4c984964c3446978eaf0abf843e31ecc11b979e2adde WHIRLPOOL 17c22802e9037aee69c6985a627b6eb24281311292543bc4d9e0383290f7181bcf959de07405a5783f09e8d3dcfb2c88ae5701cec97a3812815f40c6a36ea715 diff --git a/dev-libs/liblogging/liblogging-1.0.2.ebuild b/dev-libs/liblogging/liblogging-1.0.2.ebuild deleted file mode 100644 index 170146bbe784..000000000000 --- a/dev-libs/liblogging/liblogging-1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -AUTOTOOLS_AUTORECONF=yes - -inherit autotools-utils eutils - -DESCRIPTION="Liblogging is an easy to use, portable, open source library for system logging" -HOMEPAGE="http://www.liblogging.org" -SRC_URI="https://github.com/rsyslog/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/0" -KEYWORDS="~amd64 ~arm ~hppa ~x86" -IUSE="rfc3195 static-libs +stdlog systemd" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/docutils - virtual/pkgconfig -" - -DOCS=( ChangeLog ) - -src_prepare() { - sed -i -e 's|rst2man|rst2man.py|g' configure.ac || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - $(use_enable rfc3195) - $(use_enable stdlog) - $(use_enable systemd journal) - ) - autotools-utils_src_configure -} diff --git a/dev-libs/liblogging/liblogging-1.0.4.ebuild b/dev-libs/liblogging/liblogging-1.0.4.ebuild deleted file mode 100644 index fa93a5971868..000000000000 --- a/dev-libs/liblogging/liblogging-1.0.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools-utils eutils - -DESCRIPTION="Liblogging is an easy to use, portable, open source library for system logging" -HOMEPAGE="http://www.liblogging.org" -SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/0" -KEYWORDS="amd64 ~arm hppa x86" -IUSE="rfc3195 static-libs +stdlog systemd" - -RDEPEND="systemd? ( sys-apps/systemd )" - -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -DOCS=( ChangeLog ) - -AUTOTOOLS_IN_SOURCE_BUILD=1 - -src_configure() { - local myeconfargs=( - $(use_enable rfc3195) - $(use_enable stdlog) - $(use_enable systemd journal) - ) - autotools-utils_src_configure -} |