summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Locke <blocke@gentoo.org>2002-10-12 07:12:35 +0000
committerBruce A. Locke <blocke@gentoo.org>2002-10-12 07:12:35 +0000
commite585f481fa96bffc9cf87ebfc2aa8a0df4afce98 (patch)
tree9a11b4958d6bf40cedea4ec887d80917c246093a /dev-libs/libol/libol-0.2.23.ebuild
parentBumping revision of Crystal Icons. >130 added. (diff)
downloadhistorical-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.ebuild28
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
-}