summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/chrony/ChangeLog6
-rw-r--r--net-misc/chrony/Manifest12
-rw-r--r--net-misc/chrony/chrony-1.19.99.2.ebuild6
-rw-r--r--net-misc/chrony/chrony-1.19.ebuild6
-rw-r--r--net-misc/chrony/chrony-1.20.ebuild4
5 files changed, 19 insertions, 15 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index 72b8bc1491a4..20579a9d68c9 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/chrony
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.12 2004/02/20 23:00:25 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.13 2004/03/19 10:07:12 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ chrony-1.19.99.2.ebuild, chrony-1.19.ebuild, chrony-1.20.ebuild:
+ fix depend (bug #45110)
20 Feb 2004; Ilya Volynets <ilya@total-knowledge.com> chrony-1.20.ebuild:
Add ~mips to keywords
diff --git a/net-misc/chrony/Manifest b/net-misc/chrony/Manifest
index 10582f14c680..4515268f2360 100644
--- a/net-misc/chrony/Manifest
+++ b/net-misc/chrony/Manifest
@@ -1,15 +1,15 @@
-MD5 ea0b78ed792ffe14156bebd7b5f93527 ChangeLog 1608
-MD5 c544bd104710689a4e10b073324a0831 chrony-1.19.99.2.ebuild 1188
-MD5 ba43a52b9b5c1b07a57b1301a26fa544 chrony-1.19.ebuild 1183
-MD5 284a28e9571654d0127a8c897a55e695 chrony-1.20.ebuild 1189
+MD5 1aa5fc6809ac2838227f595c1f39395b ChangeLog 1761
+MD5 040423d12436666adf5f5e9ac83f5006 chrony-1.19.99.2.ebuild 1201
+MD5 2b8be2ae405396835bd38092461ec669 chrony-1.19.ebuild 1196
+MD5 8169f0d421248ae90d0552585a20b655 chrony-1.20.ebuild 1202
MD5 fa94342edcd12320e3fc947c7921c771 files/chrony-1.19-chrony.conf.example-gentoo.diff 1592
MD5 b778857b5d802a10ec3e9ffd6ba9d226 files/chrony-1.19-conf.c-gentoo.diff 342
MD5 fa94342edcd12320e3fc947c7921c771 files/chrony-1.19.99.2-chrony.conf.example-gentoo.diff 1592
MD5 b778857b5d802a10ec3e9ffd6ba9d226 files/chrony-1.19.99.2-conf.c-gentoo.diff 342
-MD5 fa94342edcd12320e3fc947c7921c771 files/chrony-1.20-chrony.conf.example-gentoo.diff 1592
-MD5 b778857b5d802a10ec3e9ffd6ba9d226 files/chrony-1.20-conf.c-gentoo.diff 342
MD5 d06dfee7fc077a1c209193d1627efd96 files/chronyd.conf 795
MD5 a9b084f00b5e3860eeee3de4c0a8d14d files/chronyd.rc 1618
MD5 c0e426c615798b7c75afc3b1aadcd727 files/digest-chrony-1.19 63
MD5 3c6f0383871cdd1f005b04a37ccf1cfc files/digest-chrony-1.19.99.2 68
+MD5 fa94342edcd12320e3fc947c7921c771 files/chrony-1.20-chrony.conf.example-gentoo.diff 1592
+MD5 b778857b5d802a10ec3e9ffd6ba9d226 files/chrony-1.20-conf.c-gentoo.diff 342
MD5 530b19caa6b14e1501530401f8cdc986 files/digest-chrony-1.20 63
diff --git a/net-misc/chrony/chrony-1.19.99.2.ebuild b/net-misc/chrony/chrony-1.19.99.2.ebuild
index 0989c6e9e170..2aa99e3f863d 100644
--- a/net-misc/chrony/chrony-1.19.99.2.ebuild
+++ b/net-misc/chrony/chrony-1.19.99.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/chrony/chrony-1.19.99.2.ebuild,v 1.3 2003/10/06 21:40:54 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.99.2.ebuild,v 1.4 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}
diff --git a/net-misc/chrony/chrony-1.19.ebuild b/net-misc/chrony/chrony-1.19.ebuild
index 310bb21389cc..6ba7dc452fa1 100644
--- a/net-misc/chrony/chrony-1.19.ebuild
+++ b/net-misc/chrony/chrony-1.19.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/chrony/chrony-1.19.ebuild,v 1.4 2003/10/06 21:40:54 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.ebuild,v 1.5 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="x86 -sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}
diff --git a/net-misc/chrony/chrony-1.20.ebuild b/net-misc/chrony/chrony-1.20.ebuild
index 5ac0f6366baf..1243f4c40014 100644
--- a/net-misc/chrony/chrony-1.20.ebuild
+++ b/net-misc/chrony/chrony-1.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.2 2004/02/20 23:00:25 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.3 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~mips sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}