From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 75EBF13877A for ; Thu, 24 Jul 2014 22:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4CDAE145D; Thu, 24 Jul 2014 22:36:56 +0000 (UTC) Received: from smtpq5.tb.mail.iss.as9143.net (smtpq5.tb.mail.iss.as9143.net [212.54.42.168]) by pigeon.gentoo.org (Postfix) with ESMTP id BF7CFE102C for ; Thu, 24 Jul 2014 22:36:55 +0000 (UTC) Received: from [212.54.42.134] (helo=smtp3.tb.mail.iss.as9143.net) by smtpq5.tb.mail.iss.as9143.net with esmtp (Exim 4.76) (envelope-from ) id 1X9wXC-0004lX-KG for gentoo-dev@lists.gentoo.org; Wed, 23 Jul 2014 15:24:42 +0200 Received: from 53579160.cm-6-8c.dynamic.ziggo.nl ([83.87.145.96] helo=data.antarean.org) by smtp3.tb.mail.iss.as9143.net with esmtp (Exim 4.76) (envelope-from ) id 1X9wXC-0004bS-88 for gentoo-dev@lists.gentoo.org; Wed, 23 Jul 2014 15:24:42 +0200 Received: from andromeda.localnet (unknown [10.20.13.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by data.antarean.org (Postfix) with ESMTPSA id 2FFE94C for ; Wed, 23 Jul 2014 15:24:30 +0200 (CEST) From: "J. Roeleveld" To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Help needed with ebuilds for pear.horde.org Date: Wed, 23 Jul 2014 15:24:33 +0200 Message-ID: <15454831.NBzWyS2vpZ@andromeda> Organization: Antarean User-Agent: KMail/4.12.5 (Linux/3.12.21-gentoo-r1; KDE/4.12.5; x86_64; ; ) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Ziggo-spambar: ---- X-Ziggo-spamscore: -4.9 X-Ziggo-spamreport: ALL_TRUSTED=-1,BAYES_00=-1.9,PROLO_TRUST_RDNS=-3,RDNS_DYNAMIC=0.982 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-Archives-Salt: 2a4b9500-a3e1-46f7-b50a-237bc7ed23dd X-Archives-Hash: 87ac700a8d4689ec06c622883862cc36 Hi All, I am trying to create an ebuild for Egroupware 14.1. (released this month) To find out the dependencies, I am going through the setup check and am stuck with the following: ** Checking PEAR pear.horde.org/Horde_Imap_Client (2.16.0) is installed: False PEAR::Horde_Imap_Client is needed by: EMailAdmin. You can install it by running: pear channel-discover pear.horde.org ; pear install pear.horde.org/Horde_Imap_Client ** If I run those commands, it works, however, I prefer to use ebuilds for the dependencies. I tried to create some based on existing ebuilds from the kolab overlay (they also use the "pear.horde.org" channel), but even though the install seems to work, it still isn't found. I also tried to adjust an existing PEAR ebuild to: ** # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit php-pear-r1 LICENSE="LGPL-3" SLOT="0" KEYWORDS="amd64" PHP_PEAR_CHANNEL="pear.horde.org" SRC_URI="http://pear.horde.org/get/${PEAR_PN}.tgz" DEPEND="dev-php/PEAR-Horde_Channel" ** But I am unable to properly change the PEAR-channel. I am certain I am missing something simple, but my google-fu is coming short. If anyone is able to point me in the right direction, I would be very grateful. -- Joost Roeleveld