diff options
-rw-r--r-- | net-misc/ntp/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/ntp/Manifest | 17 | ||||
-rw-r--r-- | net-misc/ntp/ntp-4.1.2.ebuild | 6 |
3 files changed, 20 insertions, 10 deletions
diff --git a/net-misc/ntp/ChangeLog b/net-misc/ntp/ChangeLog index 07314e3b5cd3..2f8dd89d724c 100644 --- a/net-misc/ntp/ChangeLog +++ b/net-misc/ntp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ntp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.41 2004/02/14 22:58:02 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.42 2004/02/15 17:24:35 weeve Exp $ + + 15 Feb 2004; Jason Wever <weeve@gentoo.org> ntp-4.1.2.ebuild: + Marked stable on sparc, fixes bug #29106. *ntp-4.2.0 (14 Feb 2004) diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest index 7cc9204cd6f9..9d957f37d6ab 100644 --- a/net-misc/ntp/Manifest +++ b/net-misc/ntp/Manifest @@ -1,7 +1,8 @@ -MD5 2f6410053cb3b0628f9ff1a963f575c1 ChangeLog 5836 +MD5 9c854ed830f149d27f46ecf47db52bb9 ChangeLog 6066 MD5 aa73d5edf312beeab44fa9d58a603ad4 metadata.xml 636 -MD5 51d55b1ce3cb1fade25ccf09f5729f48 ntp-4.1.1b-r6.ebuild 2094 -MD5 e8c17295a62e59d9e1f052590a76c1e7 ntp-4.1.2.ebuild 3276 +MD5 57d1868c372beab35f1c72a4dc236ec0 ntp-4.1.1b-r6.ebuild 2090 +MD5 e15aa698cf7efd81c26d7beed9ef7c77 ntp-4.1.2.ebuild 3346 +MD5 beb35c30c81b1bd1a07a14b8f324ac8f ntp-4.2.0.ebuild 3394 MD5 047fe77e01bc9335b07bcc5d963d8683 files/4.1.2-droproot.patch 12672 MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451 MD5 dc4866d87240ff3d7e6685c365f0839f files/digest-ntp-4.1.1b-r6 134 @@ -14,5 +15,11 @@ MD5 da44a0bbdb21bbc5a883337686914bb0 files/ntp-client.rc 841 MD5 f36db28cddb29f82e7ef8b9aca2fd150 files/ntp.conf 1551 MD5 38e9293c73a594e5a8e3987e3b25f9b7 files/ntpd-4.1.1b.confd 1592 MD5 0fe1feaac2dc04b021053d9948df36c6 files/ntpd-4.1.1b.rc 1152 -MD5 77b8a8aadd740fcf2818dbac8322d40f files/ntpd.confd 396 -MD5 a4864993300bde8d85157cf08ba93dd4 files/ntpd.rc 889 +MD5 6461ac11fbbea301c38d4dcf7b4d5979 files/ntpd.confd 400 +MD5 5162e194d63de51e45814999c6db2ee3 files/ntpd.rc 826 +MD5 0ac690ae52fe02f336ae73f9857461ec files/4.2.0-droproot.patch 13908 +MD5 24574e6ad1b468152839c10361b51a0f files/4.2.0-linux-config-phone.patch 711 +MD5 d07dbc58315f577cc6d1dd8614f95cb1 files/4.2.0-ntpdate-quiet.patch 1117 +MD5 ed4bd2ca8fb07ecb5c5e73d26fd0df0a files/digest-ntp-4.2.0 62 +MD5 2637ffad7ddb03b1d0da4a4fa0729b52 files/ntpd-4.1.2.confd 401 +MD5 320ec5cb9d7cb46d773aa461d61cad5d files/ntpd-4.1.2.rc 875 diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild index f9d8f08b17b5..8e6b2200b019 100644 --- a/net-misc/ntp/ntp-4.1.2.ebuild +++ b/net-misc/ntp/ntp-4.1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.28 2004/02/15 00:36:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.29 2004/02/15 17:24:35 weeve Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${P}.tar.gz LICENSE="as-is" SLOT="0" -KEYWORDS="x86 ppc ~sparc mips alpha ~arm hppa ~amd64" +KEYWORDS="x86 ppc sparc mips alpha ~arm hppa ~amd64" IUSE="parse-clocks selinux ssl" RDEPEND=">=sys-libs/ncurses-5.2 |