summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-06-21 12:35:58 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-06-21 12:35:58 +0000
commit43ce6036cdd6c3a0c1abd7096a073791e39eaa35 (patch)
treea922e964f24ea1aa379d6bef638be29651b646fa /net-libs/roadrunner/roadrunner-0.9.1.ebuild
parentfix homepage (diff)
downloadgentoo-2-43ce6036cdd6c3a0c1abd7096a073791e39eaa35.tar.gz
gentoo-2-43ce6036cdd6c3a0c1abd7096a073791e39eaa35.tar.bz2
gentoo-2-43ce6036cdd6c3a0c1abd7096a073791e39eaa35.zip
fixed as per bug #165643 as Jakub so kindly requested
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-libs/roadrunner/roadrunner-0.9.1.ebuild')
-rw-r--r--net-libs/roadrunner/roadrunner-0.9.1.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/net-libs/roadrunner/roadrunner-0.9.1.ebuild b/net-libs/roadrunner/roadrunner-0.9.1.ebuild
index 51c7192f93aa..106243fde782 100644
--- a/net-libs/roadrunner/roadrunner-0.9.1.ebuild
+++ b/net-libs/roadrunner/roadrunner-0.9.1.ebuild
@@ -1,24 +1,24 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/roadrunner/roadrunner-0.9.1.ebuild,v 1.5 2005/10/07 08:47:58 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/roadrunner/roadrunner-0.9.1.ebuild,v 1.6 2007/06/21 12:35:58 dragonheart Exp $
# EBuild details
DESCRIPTION="RoadRunner library provides API for using Blocks Extensible Exchange Protocol"
-HOMEPAGE="http://rr.codefactory.se"
-SRC_URI="ftp://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/roadrunner-${PV}.tar.gz"
+HOMEPAGE="None available was http://rr.codefactory.se"
+# upstream Died
+SRC_URI="mirror://gentoo/roadrunner-${PV}.tar.gz"
LICENSE="Roadrunner"
SLOT="0"
KEYWORDS="x86 ppc"
-# static = also build a static library
# doc = include documentation
-IUSE="static doc"
+IUSE="doc"
RDEPEND=">=dev-libs/glib-2.2.1
>=dev-libs/libxml2-2.5.11"
-DEPEND="sys-apps/sed
+DEPEND="
>=dev-libs/glib-2.2.1
>=dev-libs/libxml2-2.5.11
>=dev-util/pkgconfig-0.15.0
@@ -26,7 +26,6 @@ DEPEND="sys-apps/sed
src_compile() {
econf \
- $(use_enable static) \
$(use_enable doc gtk-doc) \
|| die "configure failed"
@@ -35,6 +34,6 @@ src_compile() {
src_install() {
# Seems that the Makefiles are OK
- emake DESTDIR=${D} install || die
+ emake DESTDIR="${D}" install || die
}