summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 02:19:12 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-23 02:19:12 -0400
commit2f9d446e25ff336e68a1f04b8cbc4867477c7e8f (patch)
treec1afa17497e40fe5ddef0b45db67876f9bcedefb /pcr
parentef35997b198d85f09521ed2b627b586f15a2f286 (diff)
downloadabslibre-2f9d446e25ff336e68a1f04b8cbc4867477c7e8f.tar.gz
abslibre-2f9d446e25ff336e68a1f04b8cbc4867477c7e8f.tar.bz2
abslibre-2f9d446e25ff336e68a1f04b8cbc4867477c7e8f.zip
db-remove pcr/emacs-tramp
The one in emacs is now newer than this.
Diffstat (limited to 'pcr')
-rw-r--r--pcr/emacs-tramp/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/emacs-tramp/PKGBUILD b/pcr/emacs-tramp/PKGBUILD
deleted file mode 100644
index 0ea113cdb..000000000
--- a/pcr/emacs-tramp/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Luke Shumaker
-
-pkgname=emacs-tramp
-pkgver=2.2.13
-depends=(emacs)
-pkgdesc='A more recent version of the TRAMP package for Emacs'
-url=http://www.gnu.org/software/tramp/
-license=(GPL3)
-source=(ftp://ftp.gnu.org/gnu/tramp/tramp-$pkgver.tar.gz{,.sig})
-validpgpkeys=('C9A04D6E84B6DB548F4585A2AC966DC9E3E1AECA') # Michael Albinus
-md5sums=('de44002a60882aa89dd61e59ae0d7939'
- 'SKIP')
-
-pkgrel=1
-arch=(any)
-
-build() {
- cd tramp-$pkgver
- ./configure --prefix=/usr --with-contrib
- make
-}
-
-package() {
- cd tramp-$pkgver
- make install DESTDIR="$pkgdir"
-}