diff options
Diffstat (limited to 'dev-libs/libol')
-rw-r--r-- | dev-libs/libol/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/libol/files/digest-libol-0.2.23 | 1 | ||||
-rw-r--r-- | dev-libs/libol/libol-0.2.23.ebuild | 28 | ||||
-rw-r--r-- | dev-libs/libol/libol-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libol/libol-0.3.4.ebuild | 4 |
5 files changed, 41 insertions, 5 deletions
diff --git a/dev-libs/libol/ChangeLog b/dev-libs/libol/ChangeLog index 1120d7047f11..87d6fd8153d4 100644 --- a/dev-libs/libol/ChangeLog +++ b/dev-libs/libol/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/libol # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/ChangeLog,v 1.7 2002/10/24 18:58:46 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/ChangeLog,v 1.8 2002/10/25 17:33:41 woodchip Exp $ + +*libol-0.2.23 (25 Oct 2002) + + 25 Oct 2002; Donny Davies <woodchip@gentoo.org> : + Arrgh. This is the *stable version of libol, and according to our friends on + #9278, the only branch currently with working UDP/TCP support. I've marked the + development versions with ~, and this one stable :/ *libol-0.3.5 (23 Oct 2002) diff --git a/dev-libs/libol/files/digest-libol-0.2.23 b/dev-libs/libol/files/digest-libol-0.2.23 new file mode 100644 index 000000000000..019efcdd49d5 --- /dev/null +++ b/dev-libs/libol/files/digest-libol-0.2.23 @@ -0,0 +1 @@ +MD5 ddca14935c1b5902ac674783535ffdfe libol-0.2.23.tar.gz 154488 diff --git a/dev-libs/libol/libol-0.2.23.ebuild b/dev-libs/libol/libol-0.2.23.ebuild new file mode 100644 index 000000000000..b763e8412eb5 --- /dev/null +++ b/dev-libs/libol/libol-0.2.23.ebuild @@ -0,0 +1,28 @@ +# 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.13 2002/10/25 17:33:41 woodchip 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 ppc sparc sparc64" +IUSE="" + +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 +} diff --git a/dev-libs/libol/libol-0.3.3.ebuild b/dev-libs/libol/libol-0.3.3.ebuild index aef130391e60..e31e2199a839 100644 --- a/dev-libs/libol/libol-0.3.3.ebuild +++ b/dev-libs/libol/libol-0.3.3.ebuild @@ -1,6 +1,6 @@ # 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.3.3.ebuild,v 1.3 2002/10/24 18:58:46 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.3.ebuild,v 1.4 2002/10/25 17:33:41 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" DEPEND="virtual/glibc" RDEPEND="" diff --git a/dev-libs/libol/libol-0.3.4.ebuild b/dev-libs/libol/libol-0.3.4.ebuild index 240cab8aa7f1..afff5abfc2b0 100644 --- a/dev-libs/libol/libol-0.3.4.ebuild +++ b/dev-libs/libol/libol-0.3.4.ebuild @@ -1,6 +1,6 @@ # 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.3.4.ebuild,v 1.2 2002/10/24 18:58:46 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libol/libol-0.3.4.ebuild,v 1.3 2002/10/25 17:33:41 woodchip Exp $ S=${WORKDIR}/${P} DESCRIPTION="Support library for syslog-ng" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.balabit.hu/en/products/syslog-ng/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~sparc64" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64" DEPEND="virtual/glibc" RDEPEND="" |