# Removal in 30 days. Bug #694034.
dev-util/pkgconfig-openbsd
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Unmaintained. Last bumped in 2009, last upstream release in 2014.
-# EAPI 0. No amd64 keyword.
-# Removal in 30 days. Bug #693944.
-www-client/ck4up
-
# 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-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="Check for Updates on HTTP pages"
-HOMEPAGE="http://jue.li/crux/ck4up/"
-SRC_URI="http://jue.li/crux/ck4up/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-lang/ruby"
-
-src_compile() {
- return
-}
-
-src_install() {
- doman ck4up.1
- newbin ck4up.rb ck4up
- dodoc ChangeLog || die
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
-ck4up is a small command-line utility, writen in ruby, to watch http and ftp
-sites for updates. ck4up scans through a configuration file, fetches the
-listed URLs from the web, computes the md5sum of the page, and compares the
-value with one stored in a gdbm database. If both differ a message will be
-written to the standard output.
-
-To improve performance, ck4up is multi-threaded. Regular expressions can be
-applied to each page in the event that ck4up produces repetitive diff
-messages. For example, if daily snapshots and a web counter are on the same
-page. To simplify maintenance of the configuration file, a kind of
-macro-expansion can be used.
- </longdescription>
-</pkgmetadata>