[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2020-08-07 Thread Sergej Pupykin via arch-commits
Date: Friday, August 7, 2020 @ 10:16:56
  Author: spupykin
Revision: 671469

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 671468, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 671468, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   56 ++-
 emacs-php-mode.install |   26 ++---
 2 files changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-07 10:16:43 UTC (rev 671468)
+++ PKGBUILD2020-08-07 10:16:56 UTC (rev 671469)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.1
-pkgrel=4
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make -j1
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  for i in *.el{,c}; do
-install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
-  done
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 671468, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-07 10:16:56 UTC (rev 671469)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.23.0
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('d5211c187acc7f4a044b89eeed560a0e7d53345c1d05a99a3993fabfdd404f8f')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  for i in *.el{,c}; do
+install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
+  done
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2020-08-07 10:16:43 UTC (rev 671468)
+++ emacs-php-mode.install  2020-08-07 10:16:56 UTC (rev 671469)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
671468, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2020-08-07 10:16:56 UTC (rev 671469)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 22:41:33
  Author: spupykin
Revision: 344339

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 344338, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 344338, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   59 +++
 emacs-php-mode.install |   26 ++--
 2 files changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 22:41:22 UTC (rev 344338)
+++ PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.1
-pkgrel=2
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 344338, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 22:41:33 UTC (rev 344339)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.1
+pkgrel=3
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make -j1
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  for i in *.el{,c}; do
+install -Dm0644 $i "$pkgdir"/usr/share/emacs/site-lisp/php-mode/$i
+  done
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-06-21 22:41:22 UTC (rev 344338)
+++ emacs-php-mode.install  2018-06-21 22:41:33 UTC (rev 344339)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
344338, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-06-21 22:41:33 UTC (rev 344339)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-06-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 21, 2018 @ 16:54:17
  Author: spupykin
Revision: 344317

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 344316, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 344316, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   57 +++
 emacs-php-mode.install |   26 ++---
 2 files changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-21 16:54:05 UTC (rev 344316)
+++ PKGBUILD2018-06-21 16:54:17 UTC (rev 344317)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.1
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 344316, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-21 16:54:17 UTC (rev 344317)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.1
+pkgrel=2
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+  install -Dm0644 php-project.el 
"$pkgdir"/usr/share/emacs/site-lisp/php-project.el
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-06-21 16:54:05 UTC (rev 344316)
+++ emacs-php-mode.install  2018-06-21 16:54:17 UTC (rev 344317)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
344316, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-06-21 16:54:17 UTC (rev 344317)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-06-06 Thread Sergej Pupykin via arch-commits
Date: Wednesday, June 6, 2018 @ 15:59:19
  Author: spupykin
Revision: 341293

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 341291, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 341292, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   56 +++
 emacs-php-mode.install |   26 ++---
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 15:59:14 UTC (rev 341292)
+++ PKGBUILD2018-06-06 15:59:19 UTC (rev 341293)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.19.0
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('ba3c469eaee72fe25c0549249c859c2535cc0067857379e2713eb1416bed92a0')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 341291, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 15:59:19 UTC (rev 341293)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.1
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('23a891e989eb0466d1dddcb6cb62404d3f1c7a329d7ab6709c8fc16e1bc277c9')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-06-06 15:59:14 UTC (rev 341292)
+++ emacs-php-mode.install  2018-06-06 15:59:19 UTC (rev 341293)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
341292, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-06-06 15:59:19 UTC (rev 341293)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-03-28 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 28, 2018 @ 11:44:36
  Author: spupykin
Revision: 313103

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 313102, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 313102, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   56 +++
 emacs-php-mode.install |   26 ++---
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 11:44:23 UTC (rev 313102)
+++ PKGBUILD2018-03-28 11:44:36 UTC (rev 313103)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.18.4
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-sha256sums=('4237ece8a8faf62aa444acc80e0f53f3d6f4edaeb2a7b532333e16a032827a24')
-
-build() {
-  cd "$srcdir"/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd "$srcdir"/php-mode-$pkgver
-  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 313102, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 11:44:36 UTC (rev 313103)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.19.0
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('ba3c469eaee72fe25c0549249c859c2535cc0067857379e2713eb1416bed92a0')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-03-28 11:44:23 UTC (rev 313102)
+++ emacs-php-mode.install  2018-03-28 11:44:36 UTC (rev 313103)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
313102, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-03-28 11:44:36 UTC (rev 313103)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2018-02-13 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 13, 2018 @ 12:12:07
  Author: spupykin
Revision: 293811

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 293810, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 293810, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   56 +++
 emacs-php-mode.install |   26 ++---
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-13 12:11:55 UTC (rev 293810)
+++ PKGBUILD2018-02-13 12:12:07 UTC (rev 293811)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.17.0
-pkgrel=2
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-md5sums=('cbe7f8d1d163df1ba2c6962aed6af904')
-
-build() {
-  cd $srcdir/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/php-mode-$pkgver
-  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton $pkgdir/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 293810, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-13 12:12:07 UTC (rev 293811)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.18.4
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+sha256sums=('4237ece8a8faf62aa444acc80e0f53f3d6f4edaeb2a7b532333e16a032827a24')
+
+build() {
+  cd "$srcdir"/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd "$srcdir"/php-mode-$pkgver
+  install -D -m644 php-mode.el "$pkgdir"/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 "$pkgdir"/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton "$pkgdir"/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2018-02-13 12:11:55 UTC (rev 293810)
+++ emacs-php-mode.install  2018-02-13 12:12:07 UTC (rev 293811)
@@ -1,13 +0,0 @@
-post_install() {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
293810, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2018-02-13 12:12:07 UTC (rev 293811)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2016-04-27 Thread Sergej Pupykin
Date: Thursday, April 28, 2016 @ 00:57:25
  Author: spupykin
Revision: 172243

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 172242, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 172242, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   56 +++
 emacs-php-mode.install |   41 ++
 2 files changed, 41 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-27 22:57:16 UTC (rev 172242)
+++ PKGBUILD2016-04-27 22:57:25 UTC (rev 172243)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.17.0
-pkgrel=1
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="https://github.com/ejmr/php-mode";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
-md5sums=('cbe7f8d1d163df1ba2c6962aed6af904')
-
-build() {
-  cd $srcdir/php-mode-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/php-mode-$pkgver
-  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
-  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/php-mode
-  cp -a skeleton $pkgdir/usr/share/emacs/site-lisp/php-mode/skeleton
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 172242, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-27 22:57:25 UTC (rev 172243)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.17.0
+pkgrel=2
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+md5sums=('cbe7f8d1d163df1ba2c6962aed6af904')
+
+build() {
+  cd $srcdir/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/php-mode-$pkgver
+  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton $pkgdir/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2016-04-27 22:57:16 UTC (rev 172242)
+++ emacs-php-mode.install  2016-04-27 22:57:25 UTC (rev 172243)
@@ -1,28 +0,0 @@
-infodir=usr/share/info
-filelist=(php-mode.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
172242, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2016-04-27 22:57:25 UTC (rev 172243)
@@ -0,0 +1,13 @@
+post_install() {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2015-08-05 Thread Sergej Pupykin
Date: Wednesday, August 5, 2015 @ 12:03:08
  Author: spupykin
Revision: 137969

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 137968, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 137968, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   55 +++---
 emacs-php-mode.install |   56 +++
 2 files changed, 56 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 10:03:00 UTC (rev 137968)
+++ PKGBUILD2015-08-05 10:03:08 UTC (rev 137969)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.5.0
-pkgrel=5
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="http://php-mode.sf.net";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("http://downloads.sourceforge.net/php-mode/php-mode-$pkgver.tar.gz";)
-md5sums=('6ddad6d150c946846a65bcecfb2cc1a0')
-
-build() {
-  cd $srcdir/php-mode-$pkgver
-  make php-mode.info.gz
-}
-
-package() {
-  cd $srcdir/php-mode-$pkgver
-  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
-  install -D -m644 php-mode.info.gz $pkgdir/usr/share/info/php-mode.info.gz
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 137968, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 10:03:08 UTC (rev 137969)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.17.0
+pkgrel=1
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="https://github.com/ejmr/php-mode";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/ejmr/php-mode/archive/v$pkgver.tar.gz";)
+md5sums=('cbe7f8d1d163df1ba2c6962aed6af904')
+
+build() {
+  cd $srcdir/php-mode-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/php-mode-$pkgver
+  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
+  install -dm0755 $pkgdir/usr/share/emacs/site-lisp/php-mode
+  cp -a skeleton $pkgdir/usr/share/emacs/site-lisp/php-mode/skeleton
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2015-08-05 10:03:00 UTC (rev 137968)
+++ emacs-php-mode.install  2015-08-05 10:03:08 UTC (rev 137969)
@@ -1,28 +0,0 @@
-infodir=usr/share/info
-filelist=(php-mode.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/*.\.php[345]?$" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
137968, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2015-08-05 10:03:08 UTC (rev 137969)
@@ -0,0 +1,28 @@
+infodir=usr/share/info
+filelist=(php-mode.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/.*\.php[345]?\\'" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}


[arch-commits] Commit in emacs-php-mode/repos/community-any (4 files)

2014-07-01 Thread Sergej Pupykin
Date: Tuesday, July 1, 2014 @ 12:51:49
  Author: spupykin
Revision: 113979

archrelease: copy trunk to community-any

Added:
  emacs-php-mode/repos/community-any/PKGBUILD
(from rev 113978, emacs-php-mode/trunk/PKGBUILD)
  emacs-php-mode/repos/community-any/emacs-php-mode.install
(from rev 113978, emacs-php-mode/trunk/emacs-php-mode.install)
Deleted:
  emacs-php-mode/repos/community-any/PKGBUILD
  emacs-php-mode/repos/community-any/emacs-php-mode.install

+
 PKGBUILD   |   50 ++---
 emacs-php-mode.install |   56 +++
 2 files changed, 55 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-01 10:51:41 UTC (rev 113978)
+++ PKGBUILD2014-07-01 10:51:49 UTC (rev 113979)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Stefano Esposito 
-
-pkgname=emacs-php-mode
-pkgver=1.5.0
-pkgrel=4
-license=("GPL")
-pkgdesc="PHP mode for emacs"
-url="http://php-mode.sf.net";
-arch=('any')
-depends=('emacs')
-options=(docs zipman)
-install=emacs-php-mode.install
-source=("http://downloads.sourceforge.net/php-mode/php-mode-$pkgver.tar.gz";)
-md5sums=('6ddad6d150c946846a65bcecfb2cc1a0')
-
-build() {
-  cd $srcdir/php-mode-$pkgver
-  make php-mode.info.gz
-  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
-  install -D -m644 php-mode.info.gz $pkgdir/usr/share/info/php-mode.info.gz
-}

Copied: emacs-php-mode/repos/community-any/PKGBUILD (from rev 113978, 
emacs-php-mode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-01 10:51:49 UTC (rev 113979)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Stefano Esposito 
+
+pkgname=emacs-php-mode
+pkgver=1.5.0
+pkgrel=5
+license=("GPL")
+pkgdesc="PHP mode for emacs"
+url="http://php-mode.sf.net";
+arch=('any')
+depends=('emacs')
+options=(docs zipman)
+install=emacs-php-mode.install
+source=("http://downloads.sourceforge.net/php-mode/php-mode-$pkgver.tar.gz";)
+md5sums=('6ddad6d150c946846a65bcecfb2cc1a0')
+
+build() {
+  cd $srcdir/php-mode-$pkgver
+  make php-mode.info.gz
+}
+
+package() {
+  cd $srcdir/php-mode-$pkgver
+  install -D -m644 php-mode.el $pkgdir/usr/share/emacs/site-lisp/php-mode.el
+  install -D -m644 php-mode.info.gz $pkgdir/usr/share/info/php-mode.info.gz
+}

Deleted: emacs-php-mode.install
===
--- emacs-php-mode.install  2014-07-01 10:51:41 UTC (rev 113978)
+++ emacs-php-mode.install  2014-07-01 10:51:49 UTC (rev 113979)
@@ -1,28 +0,0 @@
-infodir=usr/share/info
-filelist=(php-mode.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable php-mode autoloading
-==> and autorecognition of "*.php" files:
-
-(autoload 'php-mode "php-mode.el" "Php mode." t)
-(setq auto-mode-alist (append '(("/*.\.php[345]?$" . php-mode)) 
auto-mode-alist))
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: emacs-php-mode/repos/community-any/emacs-php-mode.install (from rev 
113978, emacs-php-mode/trunk/emacs-php-mode.install)
===
--- emacs-php-mode.install  (rev 0)
+++ emacs-php-mode.install  2014-07-01 10:51:49 UTC (rev 113979)
@@ -0,0 +1,28 @@
+infodir=usr/share/info
+filelist=(php-mode.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable php-mode autoloading
+==> and autorecognition of "*.php" files:
+
+(autoload 'php-mode "php-mode.el" "Php mode." t)
+(setq auto-mode-alist (append '(("/*.\.php[345]?$" . php-mode)) 
auto-mode-alist))
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}