summaryrefslogtreecommitdiff
path: root/dev-libs/log4cpp/log4cpp-1.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/log4cpp/log4cpp-1.0.ebuild')
-rw-r--r--dev-libs/log4cpp/log4cpp-1.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/log4cpp/log4cpp-1.0.ebuild b/dev-libs/log4cpp/log4cpp-1.0.ebuild
deleted file mode 100644
index b5571d38673a..000000000000
--- a/dev-libs/log4cpp/log4cpp-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="C++ classes for flexible logging to files, syslog and other destinations"
-HOMEPAGE="http://log4cpp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc s390 x86"
-IUSE="doc"
-
-DEPEND="doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-doc_install_path.patch \
- "${FILESDIR}"/${PV}-gcc43.patch \
- "${FILESDIR}"/${PV}-asneeded.patch
-
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- econf \
- --without-idsa \
- $(use_enable doc doxygen)
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}