From: "J. Roeleveld" <joost@antarean.org>
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 [thread overview]
Message-ID: <15454831.NBzWyS2vpZ@andromeda> (raw)
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
reply other threads:[~2014-07-24 22:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=15454831.NBzWyS2vpZ@andromeda \
--to=joost@antarean.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox