diff options
author | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
---|---|---|
committer | Han Boetes <han@mijncomputer.nl> | 2006-12-19 22:23:02 +0100 |
commit | 1f07d5e6d90c004e1219309a11e8660953be99dc (patch) | |
tree | b0628d7042c02eb6130e649f1a49b755abdf81ed /xclip | |
parent | 610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff) | |
download | contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.gz contrib-1f07d5e6d90c004e1219309a11e8660953be99dc.tar.xz |
pulled my ports from contrib after threats. Sorry for the people who like them, you can find them in my repo
Diffstat (limited to 'xclip')
-rw-r--r-- | xclip/.footprint | 6 | ||||
-rw-r--r-- | xclip/.md5sum | 1 | ||||
-rw-r--r-- | xclip/Pkgfile | 19 | ||||
-rwxr-xr-x | xclip/testje | 4 |
4 files changed, 0 insertions, 30 deletions
diff --git a/xclip/.footprint b/xclip/.footprint deleted file mode 100644 index f2695869b..000000000 --- a/xclip/.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/xclip -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rwxr-xr-x root/root usr/man/man1/xclip.1.gz diff --git a/xclip/.md5sum b/xclip/.md5sum deleted file mode 100644 index 9f75cc254..000000000 --- a/xclip/.md5sum +++ /dev/null @@ -1 +0,0 @@ -a90bde3fb0da6aad3a6042c4867245c6 xclip-0.08.tar.gz diff --git a/xclip/Pkgfile b/xclip/Pkgfile deleted file mode 100644 index 87b3511ea..000000000 --- a/xclip/Pkgfile +++ /dev/null @@ -1,19 +0,0 @@ -# Description: interface to X selections ("the clipboard") from the command line. -# URL: http://people.debian.org/~kims/xclip/ -# Maintainer: Han Boetes <han@mijncomputer.nl> -# Packager: Han Boetes <han@mijncomputer.nl> -# Depends on: - -name=xclip -version=0.08 -release=1 -source="http://people.debian.org/~kims/$name/$name-$version.tar.gz" - -build() -{ - cd $name - make - install -d $PKG/usr/{bin,man/man1} - install $name $PKG/usr/bin - install $name.man $PKG/usr/man/man1/$name.1 -} diff --git a/xclip/testje b/xclip/testje deleted file mode 100755 index c227b4c3d..000000000 --- a/xclip/testje +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -export LD_PRELOAD=/usr/lib/libfakeroot-0.so -touch nop -ls -la |