diff options
Diffstat (limited to 'dev-libs/eventlog/eventlog-0.2.5.ebuild')
-rw-r--r-- | dev-libs/eventlog/eventlog-0.2.5.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-libs/eventlog/eventlog-0.2.5.ebuild b/dev-libs/eventlog/eventlog-0.2.5.ebuild deleted file mode 100644 index c8725ba4221d..000000000000 --- a/dev-libs/eventlog/eventlog-0.2.5.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.5.ebuild,v 1.13 2008/01/16 07:26:20 kumba Exp $ - -inherit libtool eutils - -DESCRIPTION="Support library for syslog-ng" -HOMEPAGE="http://www.balabit.com/products/syslog_ng/" -SRC_URI="http://www.balabit.com/downloads/files/syslog-ng/sources/2.0/src/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - epunt_cxx - elibtoolize -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS CREDITS ChangeLog NEWS PORTS README -} |