diff options
author | Thilo Bangert <bangert@gentoo.org> | 2006-10-19 10:04:22 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2006-10-19 10:04:22 +0000 |
commit | 1ae45065e99a4a8ba9511f51a3d870800bcb54a0 (patch) | |
tree | 3a431dca10a195f7261393c9ea36f9dec97e563b /net-misc/clockspeed/clockspeed-0.62-r4.ebuild | |
parent | Add missing dep on dev-lang/lua. (diff) | |
download | historical-1ae45065e99a4a8ba9511f51a3d870800bcb54a0.tar.gz historical-1ae45065e99a4a8ba9511f51a3d870800bcb54a0.tar.bz2 historical-1ae45065e99a4a8ba9511f51a3d870800bcb54a0.zip |
fix ntpclockset - RESTRICT=test - add metadata.xml - fix file collision (bug #131182 #150236)
Package-Manager: portage-2.1.1
Diffstat (limited to 'net-misc/clockspeed/clockspeed-0.62-r4.ebuild')
-rw-r--r-- | net-misc/clockspeed/clockspeed-0.62-r4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-misc/clockspeed/clockspeed-0.62-r4.ebuild b/net-misc/clockspeed/clockspeed-0.62-r4.ebuild index 9fb40c50b4ba..6c107ee473da 100644 --- a/net-misc/clockspeed/clockspeed-0.62-r4.ebuild +++ b/net-misc/clockspeed/clockspeed-0.62-r4.ebuild @@ -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-misc/clockspeed/clockspeed-0.62-r4.ebuild,v 1.1 2006/05/25 21:50:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/clockspeed/clockspeed-0.62-r4.ebuild,v 1.2 2006/10/19 10:04:22 bangert Exp $ inherit eutils flag-o-matic @@ -12,9 +12,10 @@ LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~mips ~x86" IUSE="static selinux" +RESTRICT="test" DEPEND="sys-apps/groff" -RDEPEND=" selinux? ( sec-policy/selinux-clockspeed )" +RDEPEND="selinux? ( sec-policy/selinux-clockspeed )" # this is the trailing part of the name for the latest leapseconds file. LEAPSECONDS_DATE="20060525" @@ -32,7 +33,7 @@ src_install() { dobin clockspeed clockadd clockview sntpclock taiclock taiclockd || die "dobin" dosbin "${FILESDIR}"/ntpclockset || die "dosbin" - doman *.[13] + doman *.1 dodoc BLURB CHANGES INSTALL README THANKS TODO insinto /var/lib/clockspeed |