summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-10-17 14:04:33 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2017-10-17 14:07:58 -0500
commit965f2d9a0e30711d2a205eeac493c8e27cace42d (patch)
treeb3c55f982a99aec2aa0cffbe42be36ad31feab6b /pcr
parent519d7535cf9359826ffd82917d243ea5ebc3d16b (diff)
downloadabslibre-965f2d9a0e30711d2a205eeac493c8e27cace42d.tar.gz
abslibre-965f2d9a0e30711d2a205eeac493c8e27cace42d.tar.bz2
abslibre-965f2d9a0e30711d2a205eeac493c8e27cace42d.zip
fix some relations to blacklisted packages
see https://lists.parabola.nu/pipermail/dev/2017-October/005936.html
Diffstat (limited to 'pcr')
-rw-r--r--pcr/paraboley-git/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/pcr/paraboley-git/PKGBUILD b/pcr/paraboley-git/PKGBUILD
deleted file mode 100644
index 268175879..000000000
--- a/pcr/paraboley-git/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer (Parabola): Aurélien DESBRIÈRES <aurelien@hackers.camp>
-
-_pkgname=paraboley
-pkgname=${_pkgname}-git
-pkgver=6
-pkgrel=1
-pkgdesc="Python script to display system infomation alongside the Parabola GNU / Linux-libre logo."
-arch=('any')
-url="https://projects.parabola.nu/paraboley.git"
-license=('GPL')
-depends=('python')
-makedepends=('git' 'python-distribute')
-optdepends=(
-'python-mpd-git: python libary for mpd interaction',
-'python-logbook-git: for logging'
-'imagemagick: for default screenshot command'
-)
-conflicts=()
-provides=('paraboley')
-source=("git://projects.parabola.nu/paraboley.git")
-md5sums=('SKIP')
-
-pkgver() {
- cd ${_pkgname}
- git rev-list --count HEAD
-}
-
-package() {
- cd "$_pkgname"
- python setup.py install --root=${pkgdir}
- install -D -m644 COPYING ${pkgdir}/usr/share/licenses/paraboley/COPYING
-}