Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-libs/eventlog
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/ChangeLog,v 1.26 2008/05/12 16:39:20 maekke Exp $
12 May 2008; Markus Meier
amd64 stable, bug #219688
29 Apr 2008; Brent Baude
stable ppc, bug 219688
29 Apr 2008; Brent Baude
stable ppc64, bug 219688
29 Apr 2008; Raúl Porcel
alpha/ia64/sparc/x86 stable wrt #219688
29 Apr 2008; Jeroen Roovers
Stable for HPPA (bug #219688).
*eventlog-0.2.7 (31 Jan 2008)
31 Jan 2008; Michael Sterrett
+eventlog-0.2.7.ebuild:
version bump
16 Jan 2008; Joshua Kinard
Stable on mips.
21 Dec 2007; Samuli Suominen
amd64 stable wrt #202726 as a dep for #202718
19 Dec 2007; Raúl Porcel
alpha/ia64 stable wrt #202726
19 Dec 2007; Brent Baude
Marking eventlog-0.2.5 ppc stable for a dep on 202718 (syslog-ng)
18 Dec 2007; Ferris McCormick
Sparc stable, required for Bug #202718.
16 Nov 2007; Michael Sterrett
eventlog-0.2.5.ebuild:
stable for x86
11 Oct 2007; Tom Gall
stable on ppc64
09 Oct 2007; Jeroen Roovers
Stable for HPPA (bug #159494).
14 Jul 2007; Michael Sterrett
eventlog-0.2.5.ebuild:
add epunt_cxx and elibtoolize for bug #185253
02 Dec 2006; Tiziano Müller
~x86-fbsd keyword added
*eventlog-0.2.5 (02 Aug 2006)
02 Aug 2006; Michael Sterrett
+eventlog-0.2.5.ebuild:
version bump
10 Jul 2006;
Marked ~ppc (bug #137617).
10 Jul 2006; Jeroen Roovers
Marked ~hppa (bug #137617).
10 Jul 2006; Jason Wever
Added ~sparc keyword wrt bug #137617.
09 Jul 2006; Thomas Cort
Added ~amd64 keyword wrt Bug #137617.
09 Jul 2006; Joshua Kinard
Added ~mips to KEYWORDS.
09 Jul 2006; Aron Griffis
Mark 0.2.4 ~ia64. #137617
08 Jul 2006; Thomas Cort
Added ~alpha wrt Bug #137617.
07 Jul 2006; Markus Rothe
Added ~ppc64; bug #137617
*eventlog-0.2.4 (02 Mar 2006)
02 Mar 2006; Michael Sterrett
+eventlog-0.2.4.ebuild:
initial commit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST eventlog-0.2.5.tar.gz 312164 RMD160 742ea6e9d28c13b1dc7b5b06f86ca8e7523acf02 SHA1 6bd1fe1d9aeb93749d45e6771ab0ec747a5dbf67 SHA256 914319726bcd01a4055b1c5e09671085875af6de2b0d8589841916139574ee11
DIST eventlog-0.2.7.tar.gz 322603 RMD160 fa8540963267ce908775e7bf0c0c73345c266bd1 SHA1 df4e7005abe04a1de3ad558a7d1d4a90c289ace2 SHA256 1c13b05d0eab1a110d3f52ec9c65afc17f6df25f88d45ae34373ca42b87e3b6e
EBUILD eventlog-0.2.5.ebuild 739 RMD160 14eabf9e446ef4316ce0c9da7b28ac607bcfce4f SHA1 6c6c17991d18f10cf3f07ae04f37bcdfc08eb250 SHA256 a2c87b6c9c08d87ae80cc415f51ab27fbbdb24036d9a118420e6d2450ae9e2ca
EBUILD eventlog-0.2.7.ebuild 743 RMD160 9d4a7fad864ad1b5ec690c2b937b6ed2a81fdf10 SHA1 be0e9d88bf3d1348d5a5d6f3e6cb52c08a50a4e4 SHA256 d8086c6f96f7313711e65e488bc00471c7bfbc3902767461955de5be5e804c17
MISC ChangeLog 3025 RMD160 86cab6e85304ffb347dc09e9650ff63de0cc8717 SHA1 c15ab1abd9141d231c3084e35da7b8f9e0ce87c2 SHA256 b68d9e17e2bc4277355c3d8451222b4dd43d20e831eb729cfdb862d33c0bacec
MISC metadata.xml 257 RMD160 42855264f35e8e834ee96a1140b24c82df0a0cb2 SHA1 94bf3510726056882c707f8f3f5c51fd84929453 SHA256 2b9dd09d2c92c1f9ae799f53cc0440871441b5f1aa9b949d0b8e227d607bf22d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkgocugACgkQkKaRLQcq0GKLVQCffp4HsTqKH/sWmL8fyFtQMeNA
UywAn3pDvq8rFFThkdjaHFyU/V3Gr2QO
=Ssb/
-----END PGP SIGNATURE-----
# 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
}
# 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.7.ebuild,v 1.6 2008/05/12 16:39:20 maekke 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
}