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

Sergej Pupykin spupykin at archlinux.org
Wed Mar 28 11:44:37 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-03-28 11:44:23 UTC (rev 313102)
+++ PKGBUILD	2018-03-28 11:44:36 UTC (rev 313103)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Esposito <ragnarok at email.it>
-
-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)
+++ PKGBUILD	2018-03-28 11:44:36 UTC (rev 313103)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Esposito <ragnarok at email.it>
+
+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
+}



More information about the arch-commits mailing list