summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-03-04 09:07:55 +0000
committerTim Biermann <tbier@posteo.de>2021-03-04 09:07:55 +0000
commit9bc94b4b1266ef3338a962407206246233dbc5b6 (patch)
treea8093f437ee1505e71cdeca495090b2704256702
parent719e9bb68dcb739d3c78d1c95bd796d0f557b53e (diff)
downloadcontrib-9bc94b4b1266ef3338a962407206246233dbc5b6.tar.gz
contrib-9bc94b4b1266ef3338a962407206246233dbc5b6.tar.xz
xdo: deleted unmaintained port
-rw-r--r--xdo/.footprint7
-rw-r--r--xdo/.signature5
-rw-r--r--xdo/Pkgfile19
3 files changed, 0 insertions, 31 deletions
diff --git a/xdo/.footprint b/xdo/.footprint
deleted file mode 100644
index 1c6d15059..000000000
--- a/xdo/.footprint
+++ /dev/null
@@ -1,7 +0,0 @@
-drwxr-xr-x root/root usr/
-drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/xdo
-drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/xdo.1.gz
diff --git a/xdo/.signature b/xdo/.signature
deleted file mode 100644
index 271b6e6d0..000000000
--- a/xdo/.signature
+++ /dev/null
@@ -1,5 +0,0 @@
-untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF397hKuJmVZ6NTD9zRql227wWe3IQx86O+6mhn3QbauMqLD87r8bwm5opNdqMsl7LolC3tFRRxlK8Skub1pbRYwY=
-SHA256 (Pkgfile) = 178cf01428223625df3071e4d47de47a6c3304865e5c9d3323064bb609a14348
-SHA256 (.footprint) = e2bf8e31740066cbac39973d0ef3a983cbd721fed4155d8f2055ff50d19fbe43
-SHA256 (xdo-0.5.7.tar.gz) = b661229f0457939d3867cca1664c5671ae959b309feb58abe9142229c8c7ffb4
diff --git a/xdo/Pkgfile b/xdo/Pkgfile
deleted file mode 100644
index 2e5403ab4..000000000
--- a/xdo/Pkgfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Description: small X utility for applying actions to windows
-# URL: https://github.com/baskerville/xdo
-# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
-# Depends on: xorg-libxcb xorg-xcb-util xorg-xcb-util-wm
-
-name=xdo
-version=0.5.7
-release=1
-source=(https://github.com/baskerville/$name/archive/$version/$name-$version.tar.gz)
-
-build() {
- cd $name-$version
-
- make
- make PREFIX=/usr DESTDIR=$PKG install
-
- # fix permissions
- chmod -R g-w $PKG/*
-}

Generated by cgit