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

Sergej Pupykin spupykin at archlinux.org
Wed Dec 3 11:25:43 UTC 2014


    Date: Wednesday, December 3, 2014 @ 12:25:43
  Author: spupykin
Revision: 123388

archrelease: copy trunk to community-any

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

---------------------------+
 PKGBUILD                  |   44 ++++++++++++++++++++++----------------------
 emacs-python-mode.install |   26 +++++++++++++-------------
 2 files changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-03 11:25:33 UTC (rev 123387)
+++ PKGBUILD	2014-12-03 11:25:43 UTC (rev 123388)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Stefano Esposito <ragnarok at email.it>
-
-pkgname=emacs-python-mode
-pkgver=6.1.3
-pkgrel=1
-pkgdesc="Python mode for Emacs"
-url="https://launchpad.net/python-mode"
-license=("GPL")
-arch=('any')
-depends=('emacs')
-install=emacs-python-mode.install
-source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz")
-md5sums=('86a72348fda41c36455b35c5af9fdcb7')
-
-package() {
-  cd $srcdir/python-mode.el-$pkgver
-  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
-  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
-  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
-}

Copied: emacs-python-mode/repos/community-any/PKGBUILD (from rev 123387, emacs-python-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-03 11:25:43 UTC (rev 123388)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Stefano Esposito <ragnarok at email.it>
+
+pkgname=emacs-python-mode
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="Python mode for Emacs"
+url="https://launchpad.net/python-mode"
+license=("GPL")
+arch=('any')
+depends=('emacs')
+install=emacs-python-mode.install
+source=("http://launchpad.net/python-mode/trunk/$pkgver/+download/python-mode.el-$pkgver.tar.gz")
+md5sums=('6ff1f635568470c4b6e3d8b74507986e')
+
+package() {
+  cd $srcdir/python-mode.el-$pkgver
+  install -dm755 $pkgdir/usr/share/emacs/site-lisp/
+  install -Dm644 *.el $pkgdir/usr/share/emacs/site-lisp/
+  rm -f $pkgdir/usr/share/emacs/site-lisp/pymacs.*
+}

Deleted: emacs-python-mode.install
===================================================================
--- emacs-python-mode.install	2014-12-03 11:25:33 UTC (rev 123387)
+++ emacs-python-mode.install	2014-12-03 11:25:43 UTC (rev 123388)
@@ -1,13 +0,0 @@
-post_install () {
-  cat << EOF
-==> Put this in your $HOME/.emacs file to enable python-mode
-==> autoloading and autorecognition of "*.py" files:
-
-(autoload 'python-mode "python-mode.el" "Python mode." t)
-(setq auto-mode-alist (append '(("/*.\.py$" . python-mode)) auto-mode-alist))
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: emacs-python-mode/repos/community-any/emacs-python-mode.install (from rev 123387, emacs-python-mode/trunk/emacs-python-mode.install)
===================================================================
--- emacs-python-mode.install	                        (rev 0)
+++ emacs-python-mode.install	2014-12-03 11:25:43 UTC (rev 123388)
@@ -0,0 +1,13 @@
+post_install () {
+  cat << EOF
+==> Put this in your $HOME/.emacs file to enable python-mode
+==> autoloading and autorecognition of "*.py" files:
+
+(autoload 'python-mode "python-mode.el" "Python mode." t)
+(setq auto-mode-alist (append '(("/.*\.py\\'" . python-mode)) auto-mode-alist))
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}



More information about the arch-commits mailing list