diff options
author | 2002-10-12 07:12:35 +0000 | |
---|---|---|
committer | 2002-10-12 07:12:35 +0000 | |
commit | e585f481fa96bffc9cf87ebfc2aa8a0df4afce98 (patch) | |
tree | 9a11b4958d6bf40cedea4ec887d80917c246093a /dev-libs/libol/libol-0.2.23.ebuild | |
parent | Bumping revision of Crystal Icons. >130 added. (diff) | |
download | historical-e585f481fa96bffc9cf87ebfc2aa8a0df4afce98.tar.gz historical-e585f481fa96bffc9cf87ebfc2aa8a0df4afce98.tar.bz2 historical-e585f481fa96bffc9cf87ebfc2aa8a0df4afce98.zip |
version bump
Diffstat (limited to 'dev-libs/libol/libol-0.2.23.ebuild')
-rw-r--r-- | dev-libs/libol/libol-0.2.23.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/libol/libol-0.2.23.ebuild b/dev-libs/libol/libol-0.2.23.ebuild deleted file mode 100644 index c582dbc7f472..000000000000 --- a/dev-libs/libol/libol-0.2.23.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.2.23.ebuild,v 1.11 2002/10/04 05:16:05 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Support library for syslog-ng" -SRC_URI="http://www.balabit.hu/downloads/libol/0.2/${P}.tar.gz" -HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" - -DEPEND="virtual/glibc" - -src_compile() { - - econf \ - --enable-shared \ - --enable-static \ - --disable-libtool-lock || die - emake CFLAGS="${CFLAGS}" all || die -} - -src_install() { - einstall || die - dodoc ChangeLog -} |