summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/dclog/dclog-1.1.1-r2.ebuild')
-rw-r--r--dev-libs/dclog/dclog-1.1.1-r2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/dclog/dclog-1.1.1-r2.ebuild b/dev-libs/dclog/dclog-1.1.1-r2.ebuild
deleted file mode 100644
index 13c5550fb15b..000000000000
--- a/dev-libs/dclog/dclog-1.1.1-r2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A logging library for C/C++ programs"
-HOMEPAGE="https://sourceforge.net/projects/dclog/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- sed -i Makefile -e '/ -o /s|${CFLAGS}|& ${LDFLAGS}|g' || die "sed Makefile"
- default
-}
-
-src_compile() {
- emake CC=$(tc-getCC) all
-}
-
-src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
- dodoc VERSION
- dodoc docs/html/*
-}