commit 8f1f578aa3ba223695a18b874c77e607bd3e4e5d Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Jul 3 16:51:35 2016 +1000 ketchup: dropped diff --git a/ketchup/.footprint b/ketchup/.footprint deleted file mode 100644 index e23ac5d..0000000 --- a/ketchup/.footprint +++ /dev/null @@ -1,6 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/ketchup -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/ketchup.1.gz diff --git a/ketchup/.md5sum b/ketchup/.md5sum deleted file mode 100644 index 98d31b6..0000000 --- a/ketchup/.md5sum +++ /dev/null @@ -1 +0,0 @@ -6fbe53beac455245e1e8ae92acdccbcc ketchup-0.9.8.tar.bz2 diff --git a/ketchup/Pkgfile b/ketchup/Pkgfile deleted file mode 100644 index de3156b..0000000 --- a/ketchup/Pkgfile +++ /dev/null @@ -1,16 +0,0 @@ -# Description: Tool for updating versions of the Linux kernel source. -# URL: http://www.selenic.com/ketchup/wiki/ -# Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Mark Rosenstand, mark at borkware dot net -# Depends on: python gnupg - -name=ketchup -version=0.9.8 -release=1 -source=(http://www.selenic.com/ketchup/ketchup-$version.tar.bz2) - -build() { - install -D -m755 ketchup $PKG/usr/bin/ketchup - install -D -m644 ketchup.1 $PKG/usr/man/man1/ketchup.1 -} - diff --git a/ketchup/post-install b/ketchup/post-install deleted file mode 100755 index ee294cc..0000000 --- a/ketchup/post-install +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -gpg --keyserver wwwkeys.pgp.net --recv-keys 0x517D0F0E -