diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /sys-apps/adjtime | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'sys-apps/adjtime')
-rw-r--r-- | sys-apps/adjtime/Manifest | 3 | ||||
-rw-r--r-- | sys-apps/adjtime/adjtime-0.4-r2.ebuild | 42 | ||||
-rw-r--r-- | sys-apps/adjtime/metadata.xml | 13 |
3 files changed, 0 insertions, 58 deletions
diff --git a/sys-apps/adjtime/Manifest b/sys-apps/adjtime/Manifest deleted file mode 100644 index 3247c07e0d2f..000000000000 --- a/sys-apps/adjtime/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST adjtime-0.4.zip 2805 BLAKE2B d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43 SHA512 cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0 -EBUILD adjtime-0.4-r2.ebuild 1250 BLAKE2B 50f3987be0bed58f1b65109775b91cb016693965b3bf2c15dd0b3fb8d50a220216f96696dd05bcc134d8093422ceff46f66f5da0aee43357e5895a416492c0c7 SHA512 bf34661ba725b49796b3a56e7c81eff031657b513dd697e95ddbd2ba327e0df634a31282b2a65c418a3051773630263a0fda07ae007d511383e60224cd35c5ed -MISC metadata.xml 465 BLAKE2B 224e779d27cd25bf00ee6be1145c3f0029c4cce7ab37f0f10615736bf63d1b727ec9b1c7dc5b6f4a031681193fcf823506277dbb084e86901372f23098229967 SHA512 55016064c622981f3608dba338435d01ae54483aca85fe1a0ef519b27ee93cf537b34908abcbf37ef1f570cbc33d58bc4b41b4f46cd3b0a8d10e54f92c1888cc diff --git a/sys-apps/adjtime/adjtime-0.4-r2.ebuild b/sys-apps/adjtime/adjtime-0.4-r2.ebuild deleted file mode 100644 index b6ef649c5870..000000000000 --- a/sys-apps/adjtime/adjtime-0.4-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A perl script to adjust the clock tick of the hardware clock on the system board" -HOMEPAGE="https://groups.yahoo.com/neo/groups/LinkStation_General/info" -SRC_URI="http://www.gentoogeek.org/files/${PN}.zip -> ${P}.zip" - -LICENSE="all-rights-reserved" #441922 -SLOT="0" -KEYWORDS="ppc" -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() { - dosbin adjtime.pl -} - -pkg_postinst() { - ewarn "There have been issues with running adjtime as an init script" - ewarn "(the shell environment for perl is dorked up). The suggested" - ewarn "method is to use ntp-date rather than ntpd at startup, and" - ewarn "add the following two lines to local.start instead:" - ewarn - ewarn "/usr/bin/perl /usr/sbin/adjtime.pl -v -s ntp_host -i 60" - ewarn - ewarn "/etc/init.d/ntpd start" - ewarn - ewarn "replacing ntp_host with your preferred ntp server. Remember," - ewarn "since adjtime uses ntp-date, ntpd must be stopped (or not yet" - ewarn "started) prior to running the adjtime script." -} diff --git a/sys-apps/adjtime/metadata.xml b/sys-apps/adjtime/metadata.xml deleted file mode 100644 index c73e68a6a643..000000000000 --- a/sys-apps/adjtime/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ppc@gentoo.org</email> - <name>Gentoo Linux PowerPC Development</name> - </maintainer> - <longdescription> - A perl script to adjust the tick on the Kurobox and - LinkStation hardware clock (required to keep an accurate clock). - Should work on most hardware platforms. - </longdescription> -</pkgmetadata> |