Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
betelgeuse 08/04/13 21:48:15
Modified: dchub-0.5.2.ebuild ChangeLog
Log:
Remove RDEPEND on virtual/libc and fix quoting.
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.11 net-p2p/dchub/dchub-0.5.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild?r1=1.10&r2=1.11
Index: dchub-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- dchub-0.5.2.ebuild 22 Apr 2007 11:31:32 -0000 1.10
+++ dchub-0.5.2.ebuild 13 Apr 2008 21:48:15 -0000 1.11
@@ -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 @@
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 @@
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
1.23 net-p2p/dchub/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/dchub/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 22 Apr 2007 11:31:32 -0000 1.22
+++ ChangeLog 13 Apr 2008 21:48:15 -0000 1.23
@@ -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@g.o> dchub-0.5.2.ebuild:
+ Remove RDEPEND on virtual/libc and fix quoting.
22 Apr 2007; Raúl Porcel <armin76@g.o> dchub-0.5.2.ebuild:
Use doconfd and doinitd, bug 174266
--
gentoo-commits@g.o mailing list
|
|