summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-07 10:23:03 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-07 10:23:03 +0200
commit31fea2761385b740ae68045aa474b31a657ab165 (patch)
tree88bd92792b7dcbf41daf37f37ed663306c4e08ae /sys-apps
parentapp-admin/yaala: Remove last-rited pkg (diff)
downloadgentoo-31fea2761385b740ae68045aa474b31a657ab165.tar.gz
gentoo-31fea2761385b740ae68045aa474b31a657ab165.tar.bz2
gentoo-31fea2761385b740ae68045aa474b31a657ab165.zip
sys-apps/adjtime: Remove last-rited pkg
Closes: https://bugs.gentoo.org/692798 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/adjtime/Manifest1
-rw-r--r--sys-apps/adjtime/adjtime-0.4-r2.ebuild42
-rw-r--r--sys-apps/adjtime/metadata.xml13
3 files changed, 0 insertions, 56 deletions
diff --git a/sys-apps/adjtime/Manifest b/sys-apps/adjtime/Manifest
deleted file mode 100644
index 8cd2d17984d1..000000000000
--- a/sys-apps/adjtime/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST adjtime-0.4.zip 2805 BLAKE2B d2d05d69534f8069cd4a97758b8c7f8116987d485a9198ae0fd3d558c404e965e7aef6eabf702b56ea91adbf071eb10959aa6e1bb64d5553bf826f4194bb8f43 SHA512 cc0f16ca19fea240300f9e0a9eddcefa07cb21f59fe4da8e7132dc75ec26ecaf7036ee6d282f8a488005b40077931e1cadc5634095aa0ff402f375bc0e83a1c0
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>