| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild,v 1.2 2010/08/12 10:44:51 fauli Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/dev-libs/eventlog/eventlog-0.2.12.ebuild,v 1.3 2010/08/12 13:31:00 hwoarang Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | inherit libtool eutils |
6 | inherit libtool eutils |
| 7 | |
7 | |
| 8 | DESCRIPTION="Support library for syslog-ng" |
8 | DESCRIPTION="Support library for syslog-ng" |
| 9 | HOMEPAGE="http://www.balabit.com/products/syslog_ng/" |
9 | HOMEPAGE="http://www.balabit.com/products/syslog_ng/" |
| 10 | SRC_URI="http://www.balabit.com/downloads/files/eventlog/0.2//eventlog_${PV}.tar.gz" |
10 | SRC_URI="http://www.balabit.com/downloads/files/eventlog/0.2//eventlog_${PV}.tar.gz" |
| 11 | |
11 | |
| 12 | LICENSE="BSD" |
12 | LICENSE="BSD" |
| 13 | SLOT="0" |
13 | SLOT="0" |
| 14 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" |
14 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" |
| 15 | IUSE="static-libs" |
15 | IUSE="static-libs" |
| 16 | |
16 | |
| 17 | DEPEND="" |
17 | DEPEND="" |
| 18 | |
18 | |
| 19 | src_prepare() { |
19 | src_prepare() { |