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

Frederik Schwan freswa at archlinux.org
Wed Oct 7 20:02:30 UTC 2020


    Date: Wednesday, October 7, 2020 @ 20:02:29
  Author: freswa
Revision: 720920

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 20:02:27 UTC (rev 720919)
+++ PKGBUILD	2020-10-07 20:02:29 UTC (rev 720920)
@@ -1,33 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=ecb
-pkgver=2.40.1pre
-pkgrel=11
-_commit=071706b22efcfeb65da8381e317220d7f9d8cb54
-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#commit=${_commit}")
-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 {} \;
-}

Copied: ecb/repos/community-any/PKGBUILD (from rev 720919, ecb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-07 20:02:29 UTC (rev 720920)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=ecb
+pkgver=2.40.1pre
+pkgrel=12
+_commit=1330a44cf3c171781083b0b926ab7622f64e6e81
+pkgdesc="Emacs Code Browser"
+arch=('any')
+url="https://github.com/ecb-home/ecb"
+depends=('emacs')
+makedepends=('git')
+license=('GPL')
+install=ecb.install
+source=("git+https://github.com/ecb-home/ecb.git#commit=${_commit}")
+sha256sums=('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	2020-10-07 20:02:27 UTC (rev 720919)
+++ ecb.install	2020-10-07 20:02:29 UTC (rev 720920)
@@ -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 720919, ecb/trunk/ecb.install)
===================================================================
--- ecb.install	                        (rev 0)
+++ ecb.install	2020-10-07 20:02:29 UTC (rev 720920)
@@ -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