summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-10-07 08:47:58 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-10-07 08:47:58 +0000
commit1e900ddb678c2dda6ee8686d1222e96e226cf0b2 (patch)
treeb70b1c0be43d2157d12de0ada4c6442cab71b25f /net-libs
parentDon't install INSTALL documentation (diff)
downloadhistorical-1e900ddb678c2dda6ee8686d1222e96e226cf0b2.tar.gz
historical-1e900ddb678c2dda6ee8686d1222e96e226cf0b2.tar.bz2
historical-1e900ddb678c2dda6ee8686d1222e96e226cf0b2.zip
ppc stable and QA fixes
Package-Manager: portage-2.0.53_rc3
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/roadrunner/ChangeLog8
-rw-r--r--net-libs/roadrunner/Manifest16
-rw-r--r--net-libs/roadrunner/roadrunner-0.9.1.ebuild22
3 files changed, 26 insertions, 20 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..f627af3f61f4 100644
--- a/net-libs/roadrunner/Manifest
+++ b/net-libs/roadrunner/Manifest
@@ -1,4 +1,14 @@
-MD5 49bf19ae5a5a761e99d72958401781f3 roadrunner-0.9.1.ebuild 1229
-MD5 bab772c3c0136d54e05dc0ea1a31b31f ChangeLog 680
-MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 834d52378377f2ccbf8fbc49326abf21 ChangeLog 790
MD5 82f78ec5979c1e96787a6983052132dc files/digest-roadrunner-0.9.1 68
+MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403
+MD5 3d4eb029049e13cc6782d8765b941909 roadrunner-0.9.1.ebuild 1027
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
+
+iD8DBQFDRjZUmdTrptrqvGERAt0nAJ0R90c2hHeMN5KEeSnmw731zu8NLQCeKtml
+arXMH9MXU61eZM1MvSkF9B0=
+=FzNY
+-----END PGP SIGNATURE-----
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"