summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Weller <welp@gentoo.org>2008-11-25 22:57:07 +0000
committerPeter Weller <welp@gentoo.org>2008-11-25 22:57:07 +0000
commite61c384155126ed08ea2a997437bf98ee15b7b85 (patch)
treebabf597537deffcc5a9ca17c990e4c94b58a4dff /net-misc/dhcpcd
parentdopi doesn't build with mono-2, bug 212097 (diff)
downloadgentoo-2-e61c384155126ed08ea2a997437bf98ee15b7b85.tar.gz
gentoo-2-e61c384155126ed08ea2a997437bf98ee15b7b85.tar.bz2
gentoo-2-e61c384155126ed08ea2a997437bf98ee15b7b85.zip
Fix Japanese translation in metadata, fix bug 246527
(Portage version: 2.1.6_rc1/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/dhcpcd-4.0.6.ebuild3
-rw-r--r--net-misc/dhcpcd/dhcpcd-4.99.6.ebuild3
-rw-r--r--net-misc/dhcpcd/metadata.xml2
3 files changed, 5 insertions, 3 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-4.0.6.ebuild b/net-misc/dhcpcd/dhcpcd-4.0.6.ebuild
index 1a3ebe428d7d..90936be9e935 100644
--- a/net-misc/dhcpcd/dhcpcd-4.0.6.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-4.0.6.ebuild
@@ -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-misc/dhcpcd/dhcpcd-4.0.6.ebuild,v 1.1 2008/11/25 22:19:08 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.0.6.ebuild,v 1.2 2008/11/25 22:57:07 welp Exp $
EAPI=1
@@ -59,6 +59,7 @@ src_compile() {
src_install() {
local hooks="50-ntp.conf"
use elibc_glibc && hooks="${hooks} 50-yp.conf"
+ use compat && hooks="${hooks} 50-dhcpcd-compat"
emake ${MAKE_ARGS} HOOKSCRIPTS="${hooks}" DESTDIR="${D}" install || die
}
diff --git a/net-misc/dhcpcd/dhcpcd-4.99.6.ebuild b/net-misc/dhcpcd/dhcpcd-4.99.6.ebuild
index 783263f3256f..8e53ea615e15 100644
--- a/net-misc/dhcpcd/dhcpcd-4.99.6.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-4.99.6.ebuild
@@ -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-misc/dhcpcd/dhcpcd-4.99.6.ebuild,v 1.1 2008/11/25 22:19:08 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-4.99.6.ebuild,v 1.2 2008/11/25 22:57:07 welp Exp $
EAPI=1
@@ -50,6 +50,7 @@ src_compile() {
src_install() {
local hooks="50-ntp.conf"
use elibc_glibc && hooks="${hooks} 50-yp.conf"
+ use compat && hooks="${hooks} 50-dhcpcd-compat"
emake ${MAKE_ARGS} HOOKSCRIPTS="${hooks}" DESTDIR="${D}" install || die
}
diff --git a/net-misc/dhcpcd/metadata.xml b/net-misc/dhcpcd/metadata.xml
index bca4393b7d2d..cd4e0dfdd31c 100644
--- a/net-misc/dhcpcd/metadata.xml
+++ b/net-misc/dhcpcd/metadata.xml
@@ -7,7 +7,7 @@
<name>Peter Weller</name>
</maintainer>
<longdescription>A DHCP client</longdescription>
- <longdescription lang="ja">DHCP クライアントです。</longdescription>
+ <longdescription lang="ja">DHCP クライアントです。</longdescription>
<use>
<flag name="compat">Enable commandline compability with dhcpcd-3.x</flag>
<flag name="vram">Disable DUID due to volatile media, such as a LiveCD</flag>