From patchwork Sat May 16 20:30:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 473091 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 69D0314077A for ; Sun, 17 May 2015 06:31:01 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heimpold.de header.i=@heimpold.de header.b=sCnxq4JG; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D0ED728BE63; Sat, 16 May 2015 22:29:02 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,TVD_SPACE_RATIO, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id C78DA28BE55 for ; Sat, 16 May 2015 22:28:56 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .heimpold. - helo: .mo4-p00-ob.smtp.rzone. - helo-domain: .rzone.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -8.5 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.161]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sat, 16 May 2015 22:28:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431808207; l=1290; s=domk; d=heimpold.de; h=Date:Subject:Cc:To:From; bh=QXdcoxz9oJHYjvpT3fZFbuPp8ltTskoKVfwe157N7qs=; b=sCnxq4JGwMHJOL+lWpFgCzJ1qZ8fykMFc7WOmAdR+hmQ/vz2IC2GttjOJv557R87V2Y 8gtGW10oLBFw7mDW6jszS3Eug5W1acSwGgtduzt8OrCrHWM8L5etGUJX94oDj6AFd2umc plfB8vHt68GC+dUFPEYmCDvn0suGOXV7cwc= X-RZG-AUTH: :O2kGeEG7b/pS1EW8QnKjhhg/vO4pzqdNys2z+NfqLSUoNNCTudAAFEJqC9JBN4JMEFSmTQ== X-RZG-CLASS-ID: mo00 Received: from tonne.mhei.heimpold.itr (p4FC8EF4B.dip0.t-ipconnect.de [79.200.239.75]) by post.strato.de (RZmta 37.5 DYNA|AUTH) with ESMTPA id N052d2r4GKU7KDp; Sat, 16 May 2015 22:30:07 +0200 (CEST) Received: from kerker.fritz.box (kerker.mhei.heimpold.itr [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id C36A714ED0F; Sat, 16 May 2015 22:30:05 +0200 (CEST) From: Michael Heimpold To: openwrt-devel@lists.openwrt.org Date: Sat, 16 May 2015 22:30:06 +0200 Message-Id: <1431808206-6832-1-git-send-email-mhei@heimpold.de> X-Mailer: git-send-email 1.7.10.4 Subject: [OpenWrt-Devel] [PATCH] php5-pecl-libevent: moved to github X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" Signed-off-by: Michael Heimpold --- lang/php5-pecl-libevent/Makefile | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 lang/php5-pecl-libevent/Makefile diff --git a/lang/php5-pecl-libevent/Makefile b/lang/php5-pecl-libevent/Makefile deleted file mode 100644 index a4c9e40..0000000 --- a/lang/php5-pecl-libevent/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# -# Copyright (C) 2012-2013 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PECL_NAME:=libevent -PECL_LONGNAME:=Libevent - event notification - -PKG_VERSION:=0.1.0 -PKG_RELEASE:=1 -PKG_MD5SUM:=e091371a9e714098a4c04a6e3daeb56a - -PKG_NAME:=php5-pecl-$(PECL_NAME) -PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz -PKG_SOURCE_URL:=http://pecl.php.net/get/ - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PECL_NAME)-$(PKG_VERSION) -PKG_BUILD_PARALLEL:=1 - -include $(INCLUDE_DIR)/package.mk -include $(INCLUDE_DIR)/nls.mk -include ../php5/pecl.mk - -CONFIGURE_ARGS+= --with-libevent=shared,"$(STAGING_DIR)/usr" - -$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),+libevent2)) -$(eval $(call BuildPackage,$(PKG_NAME)))