eventlog: dropped port, syslog-ng integrated the code

This commit is contained in:
Thomas Penteker 2018-10-12 21:55:12 +02:00
parent 7f6ef364fa
commit 7aee644759
3 changed files with 0 additions and 40 deletions

View File

@ -1,13 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/eventlog/
-rw-r--r-- root/root usr/include/eventlog/evtlog.h
-rw-r--r-- root/root usr/include/eventlog/evtmaps.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libevtlog.a
-rwxr-xr-x root/root usr/lib/libevtlog.la
lrwxrwxrwx root/root usr/lib/libevtlog.so -> libevtlog.so.0.0.0
lrwxrwxrwx root/root usr/lib/libevtlog.so.0 -> libevtlog.so.0.0.0
-rwxr-xr-x root/root usr/lib/libevtlog.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/eventlog.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35m2RQpZGKsbNRtoR39raFOlwAupsHBHbOJqCVBnbv8J3DxzzzMDj45bqeq5d/xSmQSVuwZkMbxDfCPK7C/yUQI=
SHA256 (Pkgfile) = 0112a11ead6dcfceb139ce142281d293c3a2f08db24eb794cc0b3d07b6ce4dfd
SHA256 (.footprint) = 2a8756f27b5138219d3878f94d65d385ff825ff76cfffd790c3df0ed48cc39fd
SHA256 (eventlog_0.2.12.tar.gz) = 494dac8e01dc5ce323df2ad554d94874938dab51aa025987677b2bc6906a9c66

View File

@ -1,22 +0,0 @@
# Description: replacement of the simple syslog() API
# URL: http://www.balabit.com/network-security/syslog-ng/opensource-logging-system
# Maintainer: Thomas Penteker, tek at serverop dot de
#
# Depends on:
name=eventlog
version=0.2.12
release=1
source=(http://ftp.uni-erlangen.de/pub/mirrors/gentoo/distfiles/${name}_${version}.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls \
--mandir=/usr/man
make && make DESTDIR=$PKG install
rm -rf $PKG/usr/doc
}