[arch-commits] Commit in cvs/trunk (PKGBUILD cvs.install)

Lukas Fleischer lfleischer at archlinux.org
Wed May 11 18:37:28 UTC 2016


    Date: Wednesday, May 11, 2016 @ 20:37:27
  Author: lfleischer
Revision: 267814

upgpkg: cvs 1.11.23-11

Hooks (part 1) rebuild.

Modified:
  cvs/trunk/PKGBUILD
Deleted:
  cvs/trunk/cvs.install

-------------+
 PKGBUILD    |    7 +++----
 cvs.install |   20 --------------------
 2 files changed, 3 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-11 18:16:30 UTC (rev 267813)
+++ PKGBUILD	2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,10 +1,10 @@
-# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
-# Maintainer: Dan McGee <dan at archlinux.org>
+# Contributor: Dan McGee <dan at archlinux.org>
 
 pkgname=cvs
 pkgver=1.11.23
-pkgrel=10
+pkgrel=11
 pkgdesc="Concurrent Versions System - a source control system"
 arch=(i686 x86_64)
 url="http://cvs.nongnu.org/"
@@ -13,7 +13,6 @@
 makedepends=('vim')
 optdepends=('openssh: for using cvs over ssh'
             'inetutils: for using cvs over rsh')
-install=cvs.install
 source=(ftp://ftp.gnu.org/non-gnu/cvs/source/stable/${pkgver}/${pkgname}-${pkgver}.tar.bz2
         cvs-1.11.19-abortabort.patch
         cvs-1.11.19-comp.patch

Deleted: cvs.install
===================================================================
--- cvs.install	2016-05-11 18:16:30 UTC (rev 267813)
+++ cvs.install	2016-05-11 18:37:27 UTC (rev 267814)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(cvs.info cvs-info-1 cvs-info-2 cvsclient.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list