From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JgdtU-0007Hs-Ps for garchives@archives.gentoo.org; Tue, 01 Apr 2008 10:39:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1E96E02AB; Tue, 1 Apr 2008 10:39:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9F9F9E02AB for ; Tue, 1 Apr 2008 10:39:02 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 3257A66B7D for ; Tue, 1 Apr 2008 10:39:02 +0000 (UTC) Received: from dragonheart by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JgdtM-0007Lw-PT for gentoo-commits@lists.gentoo.org; Tue, 01 Apr 2008 10:39:00 +0000 From: "Daniel Black (dragonheart)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dragonheart@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-dns/updatedd: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild X-VCS-Directories: net-dns/updatedd X-VCS-Committer: dragonheart X-VCS-Committer-Name: Daniel Black Content-Type: text/plain; charset=utf8 Message-Id: Sender: Daniel Black Date: Tue, 01 Apr 2008 10:39:00 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 42829b66-c5d1-4ecf-b2cf-d851030071da X-Archives-Hash: 6e5dc1ba65363b77ba9c887dd61c35c9 dragonheart 08/04/01 10:39:00 Modified: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild Log: QA fixes (Portage version: 2.1.4.4) Revision Changes Path 1.2 net-dns/updatedd/updatedd-2.5-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5-r1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5-r1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5-r1.ebuild?r1=3D1.1&r2=3D1.2 Index: updatedd-2.5-r1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild= ,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- updatedd-2.5-r1.ebuild 1 Apr 2008 10:36:52 -0000 1.1 +++ updatedd-2.5-r1.ebuild 1 Apr 2008 10:39:00 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebui= ld,v 1.1 2008/04/01 10:36:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebui= ld,v 1.2 2008/04/01 10:39:00 dragonheart Exp $ =20 inherit eutils =20 @@ -10,7 +10,7 @@ =20 LICENSE=3D"GPL-2" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~ppc ~x86" +KEYWORDS=3D"amd64 ppc x86" IUSE=3D"" =20 RDEPEND=3D"virtual/libc" @@ -22,7 +22,7 @@ } =20 src_install() { - emake DESTDIR=3D${D} install || die - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF} + emake DESTDIR=3D"${D}" install || die + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF} dodoc AUTHORS } 1.5 net-dns/updatedd/updatedd-2.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.5.ebuild?r1=3D1.4&r2=3D1.5 Index: updatedd-2.5.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- updatedd-2.5.ebuild 23 Nov 2006 21:00:00 -0000 1.4 +++ updatedd-2.5.ebuild 1 Apr 2008 10:39:00 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,= v 1.4 2006/11/23 21:00:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild,= v 1.5 2008/04/01 10:39:00 dragonheart Exp $ =20 DESCRIPTION=3D"Dynamic DNS client with plugins for several dynamic dns s= ervices" HOMEPAGE=3D"http://updatedd.philipp-benner.de/" @@ -14,7 +14,7 @@ RDEPEND=3D"virtual/libc" =20 src_install() { - emake DESTDIR=3D${D} install || die - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF} + emake DESTDIR=3D"${D}" install || die + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF} dodoc AUTHORS } 1.2 net-dns/updatedd/updatedd-2.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/u= pdatedd-2.6.ebuild?r1=3D1.1&r2=3D1.2 Index: updatedd-2.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- updatedd-2.6.ebuild 1 Apr 2008 10:36:52 -0000 1.1 +++ updatedd-2.6.ebuild 1 Apr 2008 10:39:00 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,= v 1.1 2008/04/01 10:36:52 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild,= v 1.2 2008/04/01 10:39:00 dragonheart Exp $ =20 inherit eutils =20 @@ -16,12 +16,12 @@ RDEPEND=3D"virtual/libc" =20 src_unpack() { - unpack "${A}" + unpack ${A} epatch "${FILESDIR}"/${P}-options.patch } =20 src_install() { - emake DESTDIR=3D${D} install || die - mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF} + emake DESTDIR=3D"${D}" install || die + mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF} dodoc AUTHORS } --=20 gentoo-commits@lists.gentoo.org mailing list