summaryrefslogtreecommitdiff
path: root/sys-libs/libservicelog/libservicelog-1.1.16.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-libs/libservicelog/libservicelog-1.1.16.ebuild')
-rw-r--r--sys-libs/libservicelog/libservicelog-1.1.16.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/sys-libs/libservicelog/libservicelog-1.1.16.ebuild b/sys-libs/libservicelog/libservicelog-1.1.16.ebuild
deleted file mode 100644
index 1685e3e64c58..000000000000
--- a/sys-libs/libservicelog/libservicelog-1.1.16.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils
-
-DESCRIPTION="Provides a library for logging service-related events"
-SRC_URI="mirror://sourceforge/linux-diag/${P}.tar.gz"
-HOMEPAGE="http://linux-diag.sourceforge.net/servicelog/"
-
-SLOT="0"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~ppc ~ppc64"
-IUSE="static-libs"
-
-DEPEND="
- dev-db/sqlite:=
- sys-libs/librtas
-"
-RDEPEND="
- ${DEPEND}
- virtual/logger
-"
-
-DOCS=( ChangeLog )
-
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
-src_install() {
- default
- prune_libtool_files
-}