* [gentoo-commits] gentoo-x86 commit in net-dns/updatedd: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild
@ 2008-04-01 10:39 99% Daniel Black (dragonheart)
0 siblings, 0 replies; 1+ results
From: Daniel Black (dragonheart) @ 2008-04-01 10:39 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-04-01 10:39 99% [gentoo-commits] gentoo-x86 commit in net-dns/updatedd: updatedd-2.5-r1.ebuild updatedd-2.5.ebuild updatedd-2.6.ebuild Daniel Black (dragonheart)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox