diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /www-client/ck4up | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'www-client/ck4up')
-rw-r--r-- | www-client/ck4up/Manifest | 3 | ||||
-rw-r--r-- | www-client/ck4up/ck4up-1.2.ebuild | 26 | ||||
-rw-r--r-- | www-client/ck4up/metadata.xml | 18 |
3 files changed, 0 insertions, 47 deletions
diff --git a/www-client/ck4up/Manifest b/www-client/ck4up/Manifest deleted file mode 100644 index a330d1ef2589..000000000000 --- a/www-client/ck4up/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ck4up-1.2.tar.gz 7291 BLAKE2B b1d2bdf7a041c320dc77015cbadb314dfb6f4cb1004667ed1c7a4aad9b0e03411ce70fe38a65b530633868fdc544d4ed4dfee05f2183c731face9c546a1ccdef SHA512 def0ccce71c490cffff31b114d634b18303e758271a7972cad031f34479ced4c0ca3cd3505c1a4a7dd406631952b99a207197119eef6cc3aa8af094f84a7b976 -EBUILD ck4up-1.2.ebuild 439 BLAKE2B 1c03e58623de952fcdd39c7deecbac5a26d5f778fd91de0503179f83b09f746e69c7a8a8ac501be6d559d4b756e3a623ca58f9f6fbec4edae4a19404d84b5308 SHA512 27ea384368e1d908fc7dedd57f9b6816c21bf0b2f93dc01915563f3a54971b2b088cdc3e9068f4a16b2df7ff4c7a8c0364551d99dd0380f07da44cfd1261956a -MISC metadata.xml 873 BLAKE2B 540e7020b00856020058041f21662094385aea9cc5d8e3f82dc69dd43d8130a5dd245d64bdd6c67a1bc5f6b55630ddea4a326721938faf308cd527b2525c17cf SHA512 16c3e117ddf495be27c739a9dbe1ebd8a40c248216c68f2e779d129d72b93abbe5a67b41f6983e52055aebe0c299b90e737ebea5acab8f017db907f0a2eaf958 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 @@ -<?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> |