From b195ebdedefea39b16dfde92c0a265708f5d4b5d Mon Sep 17 00:00:00 2001 From: Bartlomiej Palmowski Date: Wed, 8 Dec 2010 14:47:03 +0100 Subject: [PATCH] libev: update to 4.01 and removes event.h --- libev/.footprint | 12 +++++------- libev/.md5sum | 2 +- libev/Pkgfile | 6 ++---- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/libev/.footprint b/libev/.footprint index d92e5d8eb..6353d7292 100644 --- a/libev/.footprint +++ b/libev/.footprint @@ -1,14 +1,12 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/libev/ --rw-r--r-- root/root usr/include/libev/ev++.h --rw-r--r-- root/root usr/include/libev/ev.h --rw-r--r-- root/root usr/include/libev/event.h +-rw-r--r-- root/root usr/include/ev++.h +-rw-r--r-- root/root usr/include/ev.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libev.la -lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.3.0.0 -lrwxrwxrwx root/root usr/lib/libev.so.3 -> libev.so.3.0.0 --rwxr-xr-x root/root usr/lib/libev.so.3.0.0 +lrwxrwxrwx root/root usr/lib/libev.so -> libev.so.4.0.0 +lrwxrwxrwx root/root usr/lib/libev.so.4 -> libev.so.4.0.0 +-rwxr-xr-x root/root usr/lib/libev.so.4.0.0 drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/ev.3.gz diff --git a/libev/.md5sum b/libev/.md5sum index a3db61a71..34ff2bb2c 100644 --- a/libev/.md5sum +++ b/libev/.md5sum @@ -1 +1 @@ -40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz +2a6e0d3d7eda7d54b39f3800b8279707 libev-4.01.tar.gz diff --git a/libev/Pkgfile b/libev/Pkgfile index 99e081efc..44b48fb3b 100644 --- a/libev/Pkgfile +++ b/libev/Pkgfile @@ -4,19 +4,17 @@ # Packager: Younes Hafri name=libev -version=3.9 +version=4.01 release=1 source=(http://dist.schmorp.de/$name/Attic/$name-$version.tar.gz) build () { cd $name-$version ./configure --prefix=/usr \ - --includedir=$PKG/usr/include/libev \ --mandir=$PKG/usr/man \ --disable-nls \ --disable-static - # libev headers are installed to non standard dir - # due to libevent conflict make make prefix=$PKG/usr install + rm $PKG/usr/include/event.h }