From a83d2d0b66c0d2430859283072d0395ffa1ef181 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Fri, 12 Jul 2013 19:32:04 +0300 Subject: [PATCH] remove package: 'libevent', moving to unofficial --- packages/devel/libevent/build | 38 --------------- packages/devel/libevent/meta | 36 --------------- ...libevent-2.0.21-stable-automake-1.13.patch | 46 ------------------- 3 files changed, 120 deletions(-) delete mode 100755 packages/devel/libevent/build delete mode 100644 packages/devel/libevent/meta delete mode 100644 packages/devel/libevent/patches/libevent-2.0.21-stable-automake-1.13.patch diff --git a/packages/devel/libevent/build b/packages/devel/libevent/build deleted file mode 100755 index 277e5cd879..0000000000 --- a/packages/devel/libevent/build +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -. config/options $1 - -cd $PKG_BUILD -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --exec-prefix=/usr \ - --sysconfdir=/etc \ - --datadir=/usr/share \ - --disable-shared \ - --enable-static \ - --enable-openssl - -make - -$MAKEINSTALL diff --git a/packages/devel/libevent/meta b/packages/devel/libevent/meta deleted file mode 100644 index cc469168b3..0000000000 --- a/packages/devel/libevent/meta +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -# -# This Program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. -# -# This Program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - -PKG_NAME="libevent" -PKG_VERSION="2.0.21-stable" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="BSD" -PKG_SITE="http://libevent.org/" -PKG_URL="https://github.com/downloads/libevent/libevent/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS="openssl zlib" -PKG_BUILD_DEPENDS="toolchain openssl zlib" -PKG_PRIORITY="optional" -PKG_SECTION="devel" -PKG_SHORTDESC="libevent: A library for asynchronous event notification" -PKG_LONGDESC="The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. It is meant to replace the asynchronous event loop found in event-driven network servers." -PKG_IS_ADDON="no" - -PKG_AUTORECONF="yes" diff --git a/packages/devel/libevent/patches/libevent-2.0.21-stable-automake-1.13.patch b/packages/devel/libevent/patches/libevent-2.0.21-stable-automake-1.13.patch deleted file mode 100644 index 20be348621..0000000000 --- a/packages/devel/libevent/patches/libevent-2.0.21-stable-automake-1.13.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff --git a/configure.in b/configure.in -index 18165f3..97007b5 100644 ---- a/configure.in -+++ b/configure.in -@@ -7,12 +7,13 @@ dnl - dnl Original version Dug Song - - AC_PREREQ(2.59c) --AC_INIT(event.c) -+AC_INIT([libevent], [2.0.21-stable]) -+AC_CONFIG_SRCDIR([event.c]) - - AC_CONFIG_MACRO_DIR([m4]) - --AM_INIT_AUTOMAKE(libevent,2.0.21-stable) --AM_CONFIG_HEADER(config.h) -+AM_INIT_AUTOMAKE -+AC_CONFIG_HEADERS(config.h) - AC_DEFINE(NUMERIC_VERSION, 0x02001500, [Numeric representation of the version]) - - dnl Initialize prefix. -diff --git a/test/Makefile.am b/test/Makefile.am -index b10c41a..53e00e4 100644 ---- a/test/Makefile.am -+++ b/test/Makefile.am -@@ -19,8 +19,6 @@ endif - EXTRA_PROGRAMS = regress - noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h - --TESTS = $(top_srcdir)/test/test.sh -- - BUILT_SOURCES = - if BUILD_REGRESS - BUILT_SOURCES += regress.gen.c regress.gen.h -diff --git a/test/Makefile.in b/test/Makefile.in -index 451bd3c..939ad57 100644 ---- a/test/Makefile.in -+++ b/test/Makefile.in -@@ -315,7 +315,6 @@ AUTOMAKE_OPTIONS = foreign - AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/compat -I$(top_srcdir)/include -I../include -DTINYTEST_LOCAL - EXTRA_DIST = regress.rpc regress.gen.h regress.gen.c rpcgen_wrapper.sh test.sh - noinst_HEADERS = tinytest.h tinytest_macros.h regress.h tinytest_local.h --TESTS = $(top_srcdir)/test/test.sh - BUILT_SOURCES = $(am__append_2) - test_init_SOURCES = test-init.c - test_init_LDADD = ../libevent_core.la