[arch-commits] Commit in ecb/repos/community-any (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Sep 30 10:40:11 UTC 2013


    Date: Monday, September 30, 2013 @ 12:40:10
  Author: spupykin
Revision: 97866

archrelease: copy trunk to community-any

Added:
  ecb/repos/community-any/PKGBUILD
    (from rev 97865, ecb/trunk/PKGBUILD)
  ecb/repos/community-any/ecb.install
    (from rev 97865, ecb/trunk/ecb.install)
Deleted:
  ecb/repos/community-any/PKGBUILD
  ecb/repos/community-any/ecb.install

-------------+
 PKGBUILD    |   64 +++++++++++++++++++++++++++++-----------------------------
 ecb.install |   32 ++++++++++++++---------------
 2 files changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-30 10:40:01 UTC (rev 97865)
+++ PKGBUILD	2013-09-30 10:40:10 UTC (rev 97866)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=ecb
-pkgver=2.40.1pre
-pkgrel=7
-pkgdesc="Emacs Code Browser"
-arch=('any')
-url="http://ecb.sourceforge.net/"
-depends=('emacs')
-license=('GPL')
-install=ecb.install
-#source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
-#source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
-source=(git://github.com/emacsmirror/ecb.git)
-md5sums=('SKIP')
-
-build() {
-  cd $srcdir/$pkgname
-  sed -i 's|common/cedet.el|cedet.elc|' Makefile
-}
-
-package() {
-  cd $srcdir/$pkgname
-  _emacsver=`pacman -Q emacs | cut -f2 -d\ |cut -f1 -d-`
-  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
-  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
-  cp -R $srcdir/$pkgname-snap/* $pkgdir/usr/share/emacs/site-lisp/ecb
-  find $pkgdir/usr/share -type f -exec chmod 0644 {} \;
-  find $pkgdir/usr/share -type d -exec chmod 0755 {} \;
-}

Copied: ecb/repos/community-any/PKGBUILD (from rev 97865, ecb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-09-30 10:40:10 UTC (rev 97866)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=ecb
+pkgver=2.40.1pre
+pkgrel=8
+pkgdesc="Emacs Code Browser"
+arch=('any')
+url="http://ecb.sourceforge.net/"
+depends=('emacs')
+makedepends=('git')
+license=('GPL')
+install=ecb.install
+#source=(http://downloads.sourceforge.net/ecb/$pkgname-$pkgver.tar.gz)
+#source=(ecb-$pkgver.tar.gz::http://ecb.sourceforge.net/cvs_snapshots/ecb.tar.gz)
+#source=(git://github.com/emacsmirror/ecb.git)
+source=(git://github.com/alexott/ecb.git)
+md5sums=('SKIP')
+
+build() {
+  cd $srcdir/$pkgname
+  sed -i 's|common/cedet.el|cedet.elc|' Makefile
+}
+
+package() {
+  cd $srcdir/$pkgname
+  _emacsver=`pacman -Q emacs | cut -f2 -d\ |cut -f1 -d-`
+  mkdir -p $pkgdir/usr/share/emacs/site-lisp/ecb
+  make CEDET=/usr/share/emacs/${_emacsver}/lisp/cedet ecb
+  cp -R $srcdir/$pkgname/* $pkgdir/usr/share/emacs/site-lisp/ecb
+  find $pkgdir/usr/share -type f -exec chmod 0644 {} \;
+  find $pkgdir/usr/share -type d -exec chmod 0755 {} \;
+}

Deleted: ecb.install
===================================================================
--- ecb.install	2013-09-30 10:40:01 UTC (rev 97865)
+++ ecb.install	2013-09-30 10:40:10 UTC (rev 97866)
@@ -1,16 +0,0 @@
-pre_install() {
-cat << EOM
-
-In order to actually use ecb you have to follow some more steps:
-1. Add the new ECB-directory to your emacs load-path variable.
-For example you may add this line into your ~/.emacs file:
-(add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
-
-2. To load ecb at startup:
-(require 'ecb)
-- or -
-To load ecb first after starting it by ecb-activate:
-(require 'ecb-autoloads)
-
-EOM
-}

Copied: ecb/repos/community-any/ecb.install (from rev 97865, ecb/trunk/ecb.install)
===================================================================
--- ecb.install	                        (rev 0)
+++ ecb.install	2013-09-30 10:40:10 UTC (rev 97866)
@@ -0,0 +1,16 @@
+pre_install() {
+cat << EOM
+
+In order to actually use ecb you have to follow some more steps:
+1. Add the new ECB-directory to your emacs load-path variable.
+For example you may add this line into your ~/.emacs file:
+(add-to-list 'load-path "/usr/share/emacs/site-lisp/ecb")
+
+2. To load ecb at startup:
+(require 'ecb)
+- or -
+To load ecb first after starting it by ecb-activate:
+(require 'ecb-autoloads)
+
+EOM
+}




More information about the arch-commits mailing list