From patchwork Sat May 16 20:30:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Heimpold X-Patchwork-Id: 473092 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 C747014077A for ; Sun, 17 May 2015 06:31:54 +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=qu6hGolw; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 8D67D28BEB5; Sat, 16 May 2015 22:29:12 +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,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 AD1BA28BE70 for ; Sat, 16 May 2015 22:29:01 +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.219]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sat, 16 May 2015 22:28:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1431808213; l=1294; s=domk; d=heimpold.de; h=Date:Subject:Cc:To:From; bh=mQSASjTeczMkdfmNefxSHln5K+vj2QqYm10vETClcwM=; b=qu6hGolwIajoQrYcPBBxzq3sY/RR33KAd7p28RJaKzb9dsCgN6HIZZ0GpQ0HIUPVf4a gsvz5MtR0oaLRkHoiMF0CgV0Ig58n+4I7aIcNSTbzX9J1+893It5pR9zTU8oOj8I9SzQv MWOZciz7wHpljJRWZ5vFceK29jz3TGFfS/4= 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 Y0740cr4GKUDE39; Sat, 16 May 2015 22:30:13 +0200 (CEST) Received: from kerker.fritz.box (kerker.mhei.heimpold.itr [192.168.8.1]) by tonne.mhei.heimpold.itr (Postfix) with ESMTP id A042214ED0F; Sat, 16 May 2015 22:30:11 +0200 (CEST) From: Michael Heimpold To: openwrt-devel@lists.openwrt.org Date: Sat, 16 May 2015 22:30:12 +0200 Message-Id: <1431808212-6868-1-git-send-email-mhei@heimpold.de> X-Mailer: git-send-email 1.7.10.4 Subject: [OpenWrt-Devel] [PATCH] php5-pecl-bcompiler: drop package 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" Package is marked broken for a long time and upstreams seems to be dead, too. Signed-off-by: Michael Heimpold --- lang/php5-pecl-bcompiler/Makefile | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 lang/php5-pecl-bcompiler/Makefile diff --git a/lang/php5-pecl-bcompiler/Makefile b/lang/php5-pecl-bcompiler/Makefile deleted file mode 100644 index 6bab984..0000000 --- a/lang/php5-pecl-bcompiler/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# -# Copyright (C) 2012 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:=bcompiler -PECL_LONGNAME:=PHP bytecode Compiler - -PKG_VERSION:=1.0.2 -PKG_RELEASE:=1 -PKG_MD5SUM:=99f76a5ef536d43180b41036a6a13e43 - -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 - -$(eval $(call PECLPackage,$(PECL_NAME),$(PECL_LONGNAME),@BROKEN)) -$(eval $(call BuildPackage,$(PKG_NAME)))