commit:     31fea2761385b740ae68045aa474b31a657ab165
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:23:03 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:23:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fea276

sys-apps/adjtime: Remove last-rited pkg

Closes: https://bugs.gentoo.org/692798
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                  |  5 ----
 sys-apps/adjtime/Manifest              |  1 -
 sys-apps/adjtime/adjtime-0.4-r2.ebuild | 42 ----------------------------------
 sys-apps/adjtime/metadata.xml          | 13 -----------
 4 files changed, 61 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 277f74eb8e3..f4fa1a51ef7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1087,11 +1087,6 @@ net-mail/kuvert
 games-action/mutantstorm-demo
 games-action/spacetripper-demo
 
-# Michał Górny <[email protected]> (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 <[email protected]> (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
index 8cd2d17984d..00000000000
--- 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 b6ef649c587..00000000000
--- 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 c73e68a6a64..00000000000
--- 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>[email protected]</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>

Reply via email to