summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-07 08:52:12 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-07 08:52:12 +0000
commitbc6d4dade236206967f5a0c7fafae055b97a76fe (patch)
treec8b54f835f13d1131bb76c8ec9951432942b2261 /net-libs/roadrunner
parentDon't install INSTALL documentation (diff)
downloadgentoo-2-bc6d4dade236206967f5a0c7fafae055b97a76fe.tar.gz
gentoo-2-bc6d4dade236206967f5a0c7fafae055b97a76fe.tar.bz2
gentoo-2-bc6d4dade236206967f5a0c7fafae055b97a76fe.zip
ppc stable and QA fixes
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'net-libs/roadrunner')
-rw-r--r--net-libs/roadrunner/ChangeLog8
-rw-r--r--net-libs/roadrunner/Manifest4
-rw-r--r--net-libs/roadrunner/roadrunner-0.9.1.ebuild22
3 files changed, 15 insertions, 19 deletions
diff --git a/net-libs/roadrunner/ChangeLog b/net-libs/roadrunner/ChangeLog
index 0535f16b87b7..a83572f24fd5 100644
--- a/net-libs/roadrunner/ChangeLog
+++ b/net-libs/roadrunner/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/roadrunner
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/roadrunner/ChangeLog,v 1.4 2004/06/24 23:17:42 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/roadrunner/ChangeLog,v 1.5 2005/10/07 08:47:58 dragonheart Exp $
+
+ 07 Oct 2005; Daniel Black <dragonheart@gentoo.org>
+ roadrunner-0.9.1.ebuild:
+ ppc stable and QA fixes
24 Jun 2004; David Holm <dholm@gentoo.org> roadrunner-0.9.1.ebuild:
Added to ~ppc.
diff --git a/net-libs/roadrunner/Manifest b/net-libs/roadrunner/Manifest
index 14644c29d66b..670293bef63e 100644
--- a/net-libs/roadrunner/Manifest
+++ b/net-libs/roadrunner/Manifest
@@ -1,4 +1,4 @@
-MD5 49bf19ae5a5a761e99d72958401781f3 roadrunner-0.9.1.ebuild 1229
MD5 bab772c3c0136d54e05dc0ea1a31b31f ChangeLog 680
-MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
MD5 82f78ec5979c1e96787a6983052132dc files/digest-roadrunner-0.9.1 68
+MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
+MD5 f9182bb4d539ab3d028b97b2b4a3d806 roadrunner-0.9.1.ebuild 1024
diff --git a/net-libs/roadrunner/roadrunner-0.9.1.ebuild b/net-libs/roadrunner/roadrunner-0.9.1.ebuild
index 3e34c469a865..51c7192f93aa 100644
--- a/net-libs/roadrunner/roadrunner-0.9.1.ebuild
+++ b/net-libs/roadrunner/roadrunner-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 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.4 2004/06/24 23:17:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/roadrunner/roadrunner-0.9.1.ebuild,v 1.5 2005/10/07 08:47:58 dragonheart Exp $
# EBuild details
@@ -9,22 +9,16 @@ HOMEPAGE="http://rr.codefactory.se"
SRC_URI="ftp://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/roadrunner-${PV}.tar.gz"
LICENSE="Roadrunner"
SLOT="0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
# static = also build a static library
# doc = include documentation
-# debug = include debug and debug-net
-IUSE="static doc debug"
-
-use debug && RESTRICT="${RESTRICT} nostrip"
+IUSE="static doc"
RDEPEND=">=dev-libs/glib-2.2.1
>=dev-libs/libxml2-2.5.11"
-DEPEND=">=sys-devel/automake-1.4
- sys-devel/libtool
- sys-devel/gcc
- sys-apps/sed
+DEPEND="sys-apps/sed
>=dev-libs/glib-2.2.1
>=dev-libs/libxml2-2.5.11
>=dev-util/pkgconfig-0.15.0
@@ -32,10 +26,8 @@ DEPEND=">=sys-devel/automake-1.4
src_compile() {
econf \
- `use_enable static` \
- `use_enable debug` \
- `use_enable debug debug-net` \
- `use_enable doc gtk-doc` \
+ $(use_enable static) \
+ $(use_enable doc gtk-doc) \
|| die "configure failed"
emake || die "emake failed"