dev-libs/liblogging: drop old
authorThomas Deutschmann <whissi@gentoo.org>
Tue, 31 Dec 2019 03:13:57 +0000 (04:13 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Tue, 31 Dec 2019 03:13:57 +0000 (04:13 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-libs/liblogging/Manifest
dev-libs/liblogging/liblogging-1.0.5.ebuild [deleted file]

index 9d58ea81485547414ee8c8c62ced0568024b4549..b37e716e0da38e436a34373b2d76f8ce2db5724e 100644 (file)
@@ -1,2 +1 @@
-DIST liblogging-1.0.5.tar.gz 571051 BLAKE2B 46959fa20d4cf00dff1eaa099ad69c199b18036cc05a65945c5abefa2462279577de88e5374fe8486770f9437888562f09f63b3e05015f57ea645a54f7c6c56e SHA512 fd0c89b670bdf4d257d6a31b18b44940ba2edae84633ead6577f164e1ded93709445c35027a28f6e7fda4c984964c3446978eaf0abf843e31ecc11b979e2adde
 DIST liblogging-1.0.6.tar.gz 593393 BLAKE2B c2ca93225b7594c2c064f14e83f475cf2f3dbf608e77e103759371e81e0052e49624740c35f29b7bf9cd1872f4f85f286a2c903f503bebb170a5337d0dfe0677 SHA512 09c90a93b2d32afa44be5a800705a64690810a56d21bed1455cb70680b01fecd4efef3881a43f98ebcafa996b6046ed8e5af935eacc12014f330a7fd23674964
diff --git a/dev-libs/liblogging/liblogging-1.0.5.ebuild b/dev-libs/liblogging/liblogging-1.0.5.ebuild
deleted file mode 100644 (file)
index b9afb67..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~arm64 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
-}