From: Michał Górny Date: Thu, 10 Oct 2019 12:30:41 +0000 (+0200) Subject: www-client/ck4up: Remove last-rited pkg X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=199acbe4bf6245407be52cd282ed83ce317c8352;p=gentoo.git www-client/ck4up: Remove last-rited pkg Closes: https://bugs.gentoo.org/693944 Signed-off-by: Michał Górny --- diff --git a/profiles/package.mask b/profiles/package.mask index 9a60998a5d8e..04a22fe75524 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -790,12 +790,6 @@ sys-process/vixie-cron # Removal in 30 days. Bug #694034. dev-util/pkgconfig-openbsd -# Michał Górny (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 (2019-09-04) # Unofficial build. Superseded by official 2.49.5 release. # Masked for removal. diff --git a/www-client/ck4up/Manifest b/www-client/ck4up/Manifest deleted file mode 100644 index 1f3874da6131..000000000000 --- a/www-client/ck4up/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ck4up-1.2.tar.gz 7291 BLAKE2B b1d2bdf7a041c320dc77015cbadb314dfb6f4cb1004667ed1c7a4aad9b0e03411ce70fe38a65b530633868fdc544d4ed4dfee05f2183c731face9c546a1ccdef SHA512 def0ccce71c490cffff31b114d634b18303e758271a7972cad031f34479ced4c0ca3cd3505c1a4a7dd406631952b99a207197119eef6cc3aa8af094f84a7b976 diff --git a/www-client/ck4up/ck4up-1.2.ebuild b/www-client/ck4up/ck4up-1.2.ebuild deleted file mode 100644 index f3e6995f1176..000000000000 --- a/www-client/ck4up/ck4up-1.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -} diff --git a/www-client/ck4up/metadata.xml b/www-client/ck4up/metadata.xml deleted file mode 100644 index 051e9c47e88c..000000000000 --- a/www-client/ck4up/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -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. - -