sys-apps/adjtime: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 08:23:03 +0000 (10:23 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 Oct 2019 08:23:03 +0000 (10:23 +0200)
Closes: https://bugs.gentoo.org/692798
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-apps/adjtime/Manifest [deleted file]
sys-apps/adjtime/adjtime-0.4-r2.ebuild [deleted file]
sys-apps/adjtime/metadata.xml [deleted file]

index 277f74eb8e339b169035213833a574c963e5e0e2..f4fa1a51ef77812acc364015fd465b9beb4fb6e4 100644 (file)
@@ -1087,11 +1087,6 @@ net-mail/kuvert
 games-action/mutantstorm-demo
 games-action/spacetripper-demo
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-07)
-# Mirror-restricted, SRC_URI down and sources nowhere to be found.
-# Removal in 30 days.  Bug #692798.
-sys-apps/adjtime
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.
diff --git a/sys-apps/adjtime/Manifest b/sys-apps/adjtime/Manifest
deleted file mode 100644 (file)
index 8cd2d17..0000000
+++ /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 (file)
index b6ef649..0000000
+++ /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 (file)
index c73e68a..0000000
+++ /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>