public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Daniel Black (dragonheart)" <dragonheart@gentoo.org>
To: gentoo-commits@lists.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
Date: Tue, 01 Apr 2008 10:39:00 +0000	[thread overview]
Message-ID: <E1JgdtM-0007Lw-PT@stork.gentoo.org> (raw)

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/updatedd-2.5-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild?r1=1.1&r2=1.2

Index: updatedd-2.5-r1.ebuild
===================================================================
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.ebuild,v 1.1 2008/04/01 10:36:52 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/updatedd/updatedd-2.5-r1.ebuild,v 1.2 2008/04/01 10:39:00 dragonheart Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND="virtual/libc"
@@ -22,7 +22,7 @@
 }
 
 src_install() {
-	emake DESTDIR=${D} install || die
-	mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
+	emake DESTDIR="${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/updatedd-2.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.5.ebuild?r1=1.4&r2=1.5

Index: updatedd-2.5.ebuild
===================================================================
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 $
 
 DESCRIPTION="Dynamic DNS client with plugins for several dynamic dns services"
 HOMEPAGE="http://updatedd.philipp-benner.de/"
@@ -14,7 +14,7 @@
 RDEPEND="virtual/libc"
 
 src_install() {
-	emake DESTDIR=${D} install || die
-	mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
+	emake DESTDIR="${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/updatedd-2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/updatedd/updatedd-2.6.ebuild?r1=1.1&r2=1.2

Index: updatedd-2.6.ebuild
===================================================================
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 $
 
 inherit eutils
 
@@ -16,12 +16,12 @@
 RDEPEND="virtual/libc"
 
 src_unpack() {
-	unpack "${A}"
+	unpack ${A}
 	epatch "${FILESDIR}"/${P}-options.patch
 }
 
 src_install() {
-	emake DESTDIR=${D} install || die
-	mv ${D}/usr/share/doc/updatedd ${D}/usr/share/doc/${PF}
+	emake DESTDIR="${D}" install || die
+	mv "${D}"/usr/share/doc/updatedd "${D}"/usr/share/doc/${PF}
 	dodoc AUTHORS
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



                 reply	other threads:[~2008-04-01 10:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JgdtM-0007Lw-PT@stork.gentoo.org \
    --to=dragonheart@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox