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.
+++ /dev/null
-# 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."
-}
+++ /dev/null
-<?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>