Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, www-client/ck4up/
Date: Thu, 10 Oct 2019 12:32:38
Message-Id: 1570710641.199acbe4bf6245407be52cd282ed83ce317c8352.mgorny@gentoo
1 commit: 199acbe4bf6245407be52cd282ed83ce317c8352
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 12:30:41 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 12:30:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199acbe4
7
8 www-client/ck4up: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/693944
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 profiles/package.mask | 6 ------
14 www-client/ck4up/Manifest | 1 -
15 www-client/ck4up/ck4up-1.2.ebuild | 26 --------------------------
16 www-client/ck4up/metadata.xml | 18 ------------------
17 4 files changed, 51 deletions(-)
18
19 diff --git a/profiles/package.mask b/profiles/package.mask
20 index 9a60998a5d8..04a22fe7552 100644
21 --- a/profiles/package.mask
22 +++ b/profiles/package.mask
23 @@ -790,12 +790,6 @@ sys-process/vixie-cron
24 # Removal in 30 days. Bug #694034.
25 dev-util/pkgconfig-openbsd
26
27 -# Michał Górny <mgorny@g.o> (2019-09-09)
28 -# Unmaintained. Last bumped in 2009, last upstream release in 2014.
29 -# EAPI 0. No amd64 keyword.
30 -# Removal in 30 days. Bug #693944.
31 -www-client/ck4up
32 -
33 # Lars Wendler <polynomial-c@g.o> (2019-09-04)
34 # Unofficial build. Superseded by official 2.49.5 release.
35 # Masked for removal.
36
37 diff --git a/www-client/ck4up/Manifest b/www-client/ck4up/Manifest
38 deleted file mode 100644
39 index 1f3874da613..00000000000
40 --- a/www-client/ck4up/Manifest
41 +++ /dev/null
42 @@ -1 +0,0 @@
43 -DIST ck4up-1.2.tar.gz 7291 BLAKE2B b1d2bdf7a041c320dc77015cbadb314dfb6f4cb1004667ed1c7a4aad9b0e03411ce70fe38a65b530633868fdc544d4ed4dfee05f2183c731face9c546a1ccdef SHA512 def0ccce71c490cffff31b114d634b18303e758271a7972cad031f34479ced4c0ca3cd3505c1a4a7dd406631952b99a207197119eef6cc3aa8af094f84a7b976
44
45 diff --git a/www-client/ck4up/ck4up-1.2.ebuild b/www-client/ck4up/ck4up-1.2.ebuild
46 deleted file mode 100644
47 index f3e6995f117..00000000000
48 --- a/www-client/ck4up/ck4up-1.2.ebuild
49 +++ /dev/null
50 @@ -1,26 +0,0 @@
51 -# Copyright 1999-2018 Gentoo Foundation
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=0
55 -
56 -DESCRIPTION="Check for Updates on HTTP pages"
57 -HOMEPAGE="http://jue.li/crux/ck4up/"
58 -SRC_URI="http://jue.li/crux/ck4up/${P}.tar.gz"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="~x86"
63 -IUSE=""
64 -
65 -DEPEND=""
66 -RDEPEND="dev-lang/ruby"
67 -
68 -src_compile() {
69 - return
70 -}
71 -
72 -src_install() {
73 - doman ck4up.1
74 - newbin ck4up.rb ck4up
75 - dodoc ChangeLog || die
76 -}
77
78 diff --git a/www-client/ck4up/metadata.xml b/www-client/ck4up/metadata.xml
79 deleted file mode 100644
80 index 051e9c47e88..00000000000
81 --- a/www-client/ck4up/metadata.xml
82 +++ /dev/null
83 @@ -1,18 +0,0 @@
84 -<?xml version="1.0" encoding="UTF-8"?>
85 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
86 -<pkgmetadata>
87 - <!-- maintainer-needed -->
88 - <longdescription lang="en">
89 -ck4up is a small command-line utility, writen in ruby, to watch http and ftp
90 -sites for updates. ck4up scans through a configuration file, fetches the
91 -listed URLs from the web, computes the md5sum of the page, and compares the
92 -value with one stored in a gdbm database. If both differ a message will be
93 -written to the standard output.
94 -
95 -To improve performance, ck4up is multi-threaded. Regular expressions can be
96 -applied to each page in the event that ck4up produces repetitive diff
97 -messages. For example, if daily snapshots and a web counter are on the same
98 -page. To simplify maintenance of the configuration file, a kind of
99 -macro-expansion can be used.
100 - </longdescription>
101 -</pkgmetadata>