summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/libev/.footprint.i68615
-rw-r--r--base/libev/.footprint.x86_6415
-rw-r--r--base/libev/.md5sum.i6861
-rw-r--r--base/libev/.md5sum.x86_641
-rw-r--r--base/libev/Pkgfile20
5 files changed, 0 insertions, 52 deletions
diff --git a/base/libev/.footprint.i686 b/base/libev/.footprint.i686
deleted file mode 100644
index bc4f42513..000000000
--- a/base/libev/.footprint.i686
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-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.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/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man3/
--rw-r--r-- root/root usr/share/man/man3/ev.3.gz
diff --git a/base/libev/.footprint.x86_64 b/base/libev/.footprint.x86_64
deleted file mode 100644
index bc4f42513..000000000
--- a/base/libev/.footprint.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-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.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/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man3/
--rw-r--r-- root/root usr/share/man/man3/ev.3.gz
diff --git a/base/libev/.md5sum.i686 b/base/libev/.md5sum.i686
deleted file mode 100644
index 71c9df6be..000000000
--- a/base/libev/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz
diff --git a/base/libev/.md5sum.x86_64 b/base/libev/.md5sum.x86_64
deleted file mode 100644
index 71c9df6be..000000000
--- a/base/libev/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-c1130d0a4782681ba5277df1bc3fb335 libev-4.04.tar.gz
diff --git a/base/libev/Pkgfile b/base/libev/Pkgfile
deleted file mode 100644
index 7d048625e..000000000
--- a/base/libev/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: Modèle d'évènement à haute performance, etc.
-# URL: http://software.schmorp.de/pkg/libev
-# Packager: Bartlomiej Palmowski <rotwang at crux dot org dot pl>
-# Maintainer: Younes Hafri <ycrux@club-internet.fr>
-
-name=libev
-version=4.04
-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 \
- --disable-static
- # libev headers are installed to non standard dir
- # due to libevent conflict
- make
- make prefix=$PKG/usr install
-}