summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-13 21:48:15 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-13 21:48:15 +0000
commit02c0eef16399a26fe598f380974a1d88a57ce071 (patch)
treef2f042e2172d35900629af46ade7935025526fa9
parentwhitespace (diff)
downloadgentoo-2-02c0eef16399a26fe598f380974a1d88a57ce071.tar.gz
gentoo-2-02c0eef16399a26fe598f380974a1d88a57ce071.tar.bz2
gentoo-2-02c0eef16399a26fe598f380974a1d88a57ce071.zip
Remove RDEPEND on virtual/libc and fix quoting.
(Portage version: 2.1.5_rc2)
-rw-r--r--net-p2p/dchub/ChangeLog7
-rw-r--r--net-p2p/dchub/dchub-0.5.2.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog
index 3e9982170aae..5c29d4922a76 100644
--- a/net-p2p/dchub/ChangeLog
+++ b/net-p2p/dchub/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-p2p/dchub
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.22 2007/04/22 11:31:32 armin76 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.23 2008/04/13 21:48:15 betelgeuse Exp $
+
+ 13 Apr 2008; Petteri Räty <betelgeuse@gentoo.org> dchub-0.5.2.ebuild:
+ Remove RDEPEND on virtual/libc and fix quoting.
22 Apr 2007; Raúl Porcel <armin76@gentoo.org> dchub-0.5.2.ebuild:
Use doconfd and doinitd, bug 174266
diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild
index a41cfff02ee2..b7f04aa40f46 100644
--- a/net-p2p/dchub/dchub-0.5.2.ebuild
+++ b/net-p2p/dchub/dchub-0.5.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.10 2007/04/22 11:31:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.11 2008/04/13 21:48:15 betelgeuse Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.4"
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ppc64 x86 ~amd64"
-RDEPEND="virtual/libc
+RDEPEND="
=dev-libs/glib-2*
sys-devel/libperl
dev-libs/libxml2
@@ -29,16 +29,16 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- epatch ${FILESDIR}/${P}-amd64.patch
+ epatch "${FILESDIR}/${P}-amd64.patch"
}
src_install() {
- make DESTDIR=${D} install || die "install problem"
+ make DESTDIR="${D}" install || die "install problem"
dodoc Documentation/*
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO || die
dodir /etc/dchub
newinitd {FILESDIR}/dchub.init.d dchub