diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:15:39 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:15:39 +0000 |
commit | 0786e53e7bc6710d5928e90db254a2015b1917a6 (patch) | |
tree | b0eca8114043d91efb00409fd59a61ce09b11581 /net-misc/openrdate | |
parent | Marking ssm-1.1 ppc for bug 413815 (diff) | |
download | historical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.gz historical-0786e53e7bc6710d5928e90db254a2015b1917a6.tar.bz2 historical-0786e53e7bc6710d5928e90db254a2015b1917a6.zip |
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'net-misc/openrdate')
-rw-r--r-- | net-misc/openrdate/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/openrdate/openrdate-1.1.3.ebuild | 6 | ||||
-rw-r--r-- | net-misc/openrdate/openrdate-1.2.ebuild | 6 |
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/" |