summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Nigbur <pyrania@gentoo.org>2003-10-04 09:38:05 +0000
committerMarkus Nigbur <pyrania@gentoo.org>2003-10-04 09:38:05 +0000
commit7ab04df052f73cacc4c8a49b204dce1ab764052e (patch)
tree46612886123660eef725476fb72b4234bbdfadc1 /net-misc
parentHeadtail fix. (diff)
downloadgentoo-2-7ab04df052f73cacc4c8a49b204dce1ab764052e.tar.gz
gentoo-2-7ab04df052f73cacc4c8a49b204dce1ab764052e.tar.bz2
gentoo-2-7ab04df052f73cacc4c8a49b204dce1ab764052e.zip
Added >=sys-devel/automake-1.7 dependency
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/ntp/ChangeLog5
-rw-r--r--net-misc/ntp/Manifest6
-rw-r--r--net-misc/ntp/ntp-4.1.2.ebuild3
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/ntp/ChangeLog b/net-misc/ntp/ChangeLog
index 7c3083638f08..67a9df4ef748 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.33 2003/09/26 20:14:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ChangeLog,v 1.34 2003/10/04 09:37:59 pyrania Exp $
+
+ 04 Oct 2003; Markus Nigbur <pyrania@gentoo.org> ntp-4.1.2.ebuild:
+ Added dependency for >=sys-devel/automake-1.7 (bug 30293).
26 Sep 2003; Aron Griffis <agriffis@gentoo.org> ntp-4.1.2.ebuild:
Stable on alpha
diff --git a/net-misc/ntp/Manifest b/net-misc/ntp/Manifest
index bcf0dfe45363..77d8007460eb 100644
--- a/net-misc/ntp/Manifest
+++ b/net-misc/ntp/Manifest
@@ -1,3 +1,6 @@
+MD5 549fc06c3a5f379b764240d769fd49e9 ntp-4.1.2.ebuild 2903
+MD5 b4b2eaef9a01330696e0fa174613bd5f ChangeLog 5282
+MD5 f4975ebd33b6442465053e3ae0db046b ntp-4.1.1b-r6.ebuild 1975
MD5 dc4866d87240ff3d7e6685c365f0839f files/digest-ntp-4.1.1b-r6 134
MD5 77b8a8aadd740fcf2818dbac8322d40f files/ntpd.confd 396
MD5 38e9293c73a594e5a8e3987e3b25f9b7 files/ntpd-4.1.1b.confd 1592
@@ -12,6 +15,3 @@ MD5 4e13c1a5fa0fa54e3b65ec311dd7270a files/broadcastclient.patch 451
MD5 0fe1feaac2dc04b021053d9948df36c6 files/ntpd-4.1.1b.rc 1152
MD5 7e3a02a1167353dc9afa70ab06d01bb2 files/ntp-client.confd 941
MD5 dded11ceec4b8f2c1b140341a357f507 files/linux-config-phone.patch 747
-MD5 55b38d964fffd2c05384756ba3b36548 ntp-4.1.2.ebuild 2721
-MD5 9f0b4b2b3af4d0adc193431cc4bb71bd ChangeLog 5153
-MD5 f4975ebd33b6442465053e3ae0db046b ntp-4.1.1b-r6.ebuild 1975
diff --git a/net-misc/ntp/ntp-4.1.2.ebuild b/net-misc/ntp/ntp-4.1.2.ebuild
index e8e82b83da58..cf4096cd454d 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.
# 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.12 2003/10/03 03:52:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.1.2.ebuild,v 1.13 2003/10/04 09:37:59 pyrania Exp $
inherit eutils
@@ -17,6 +17,7 @@ IUSE="parse-clocks ssl"
DEPEND=">=sys-apps/sed-4.0.5
>=sys-libs/ncurses-5.2
>=sys-libs/readline-4.1
+ >=sys-devel/automake-1.7
sys-libs/libcap
ssl? ( dev-libs/openssl )"