summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:30 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:15:30 +0000
commit3ef4d74887037c16894e5278421daf1ad511226d (patch)
treebeb62da5703dd9cf125b7b5da5f7fb7607597428 /net-misc/openrdate
parentMarking ssm-1.1 ppc for bug 413815 (diff)
downloadgentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.tar.gz
gentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.tar.bz2
gentoo-2-3ef4d74887037c16894e5278421daf1ad511226d.zip
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/openrdate')
-rw-r--r--net-misc/openrdate/ChangeLog8
-rw-r--r--net-misc/openrdate/openrdate-1.1.3.ebuild6
-rw-r--r--net-misc/openrdate/openrdate-1.2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/openrdate/ChangeLog b/net-misc/openrdate/ChangeLog
index 24695d622904..d17f84c9ee0e 100644
--- a/net-misc/openrdate/ChangeLog
+++ b/net-misc/openrdate/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/openrdate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/ChangeLog,v 1.7 2010/10/16 14:03:56 ranger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/ChangeLog,v 1.8 2012/05/21 19:15:30 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> openrdate-1.1.3.ebuild,
+ openrdate-1.2.ebuild:
+ Add missing inheritance of eutils.eclass
16 Oct 2010; Brent Baude <ranger@gentoo.org> openrdate-1.2.ebuild:
stable ppc, bug 326869
diff --git a/net-misc/openrdate/openrdate-1.1.3.ebuild b/net-misc/openrdate/openrdate-1.1.3.ebuild
index 82c3eb29dcb7..a98095922a4b 100644
--- a/net-misc/openrdate/openrdate-1.1.3.ebuild
+++ b/net-misc/openrdate/openrdate-1.1.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.1.3.ebuild,v 1.2 2009/09/23 19:42:27 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.1.3.ebuild,v 1.3 2012/05/21 19:15:30 xarthisius Exp $
-inherit autotools
+inherit autotools eutils
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
HOMEPAGE="http://sourceforge.net/projects/openrdate/"
diff --git a/net-misc/openrdate/openrdate-1.2.ebuild b/net-misc/openrdate/openrdate-1.2.ebuild
index 28855ab75ea9..0ff50923e898 100644
--- a/net-misc/openrdate/openrdate-1.2.ebuild
+++ b/net-misc/openrdate/openrdate-1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.2.ebuild,v 1.6 2010/10/16 14:03:56 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/openrdate/openrdate-1.2.ebuild,v 1.7 2012/05/21 19:15:30 xarthisius Exp $
WANT_AUTOMAKE=1.9
-inherit autotools
+inherit autotools eutils
DESCRIPTION="use TCP or UDP to retrieve the current time of another machine"
HOMEPAGE="http://sourceforge.net/projects/openrdate/"