summaryrefslogtreecommitdiff
path: root/xclip
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-19 22:23:02 +0100
commit1f07d5e6d90c004e1219309a11e8660953be99dc (patch)
treeb0628d7042c02eb6130e649f1a49b755abdf81ed /xclip
parent610f27d0996e05c0790fee1471be5e5bd9bf75c0 (diff)
downloadcontrib-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/.footprint6
-rw-r--r--xclip/.md5sum1
-rw-r--r--xclip/Pkgfile19
-rwxr-xr-xxclip/testje4
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

Generated by cgit