ulm 14/04/30 18:28:05 Modified: ChangeLog adjtime-0.4-r2.ebuild Log: Fix LICENSE, remove distfile from FILESDIR, add mirror and bindist restrictions, bug 441922. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.7 sys-apps/adjtime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/adjtime/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 7 Oct 2012 09:13:13 -0000 1.6 +++ ChangeLog 30 Apr 2014 18:28:05 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/adjtime -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/adjtime/ChangeLog,v 1.6 2012/10/07 09:13:13 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/adjtime/ChangeLog,v 1.7 2014/04/30 18:28:05 ulm Exp $ + + 30 Apr 2014; Ulrich Müller <[email protected]> adjtime-0.4-r2.ebuild, + -files/adjtime.pl: + Fix LICENSE, remove distfile from FILESDIR, add mirror and bindist + restrictions, bug 441922. 07 Oct 2012; Pacho Ramos <[email protected]> metadata.xml: Drop maintainer due retirement, #24135. 1.4 sys-apps/adjtime/adjtime-0.4-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild?r1=1.3&r2=1.4 Index: adjtime-0.4-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- adjtime-0.4-r2.ebuild 12 Jul 2007 05:10:21 -0000 1.3 +++ adjtime-0.4-r2.ebuild 30 Apr 2014 18:28:05 -0000 1.4 @@ -1,21 +1,30 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild,v 1.3 2007/07/12 05:10:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/adjtime/adjtime-0.4-r2.ebuild,v 1.4 2014/04/30 18:28:05 ulm Exp $ -DESCRIPTION="A perl script to adjust the clock tick of the hardware clock on the system board (should work on most platforms)." +EAPI=5 + +DESCRIPTION="A perl script to adjust the clock tick of the hardware clock on the system board" HOMEPAGE="http://groups.yahoo.com/group/LinkStation_General/" +SRC_URI="http://www.gentoogeek.org/files/${PN}.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" #441922 SLOT="0" KEYWORDS="ppc" -IUSE="" +RESTRICT="mirror bindist" +DEPEND="app-arch/unzip" RDEPEND="dev-lang/perl >=net-misc/ntp-4.2" +S="${WORKDIR}" + +src_prepare() { + sed -i -e 's:/usr/sbin/tickadj:/usr/bin/tickadj:' adjtime.pl || die +} + src_install() { - dodir /usr/sbin - dosbin ${FILESDIR}/adjtime.pl || die + dosbin adjtime.pl } pkg_postinst() {
