[arch-commits] Commit in emacs-python-mode/repos/community-any (4 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Feb 12 12:41:12 UTC 2014
Date: Wednesday, February 12, 2014 @ 13:41:12
Author: spupykin
Revision: 105635
archrelease: copy trunk to community-any
Added:
emacs-python-mode/repos/community-any/PKGBUILD
(from rev 105634, emacs-python-mode/trunk/PKGBUILD)
emacs-python-mode/repos/community-any/emacs-python-mode.install
(from rev 105634, 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-02-12 12:41:04 UTC (rev 105634)
+++ PKGBUILD 2014-02-12 12:41:12 UTC (rev 105635)
@@ -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.2
-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=('6117a5c474da37d893c0d0bf4cc4b9a2')
-
-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 105634, emacs-python-mode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-02-12 12:41:12 UTC (rev 105635)
@@ -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.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.*
+}
Deleted: emacs-python-mode.install
===================================================================
--- emacs-python-mode.install 2014-02-12 12:41:04 UTC (rev 105634)
+++ emacs-python-mode.install 2014-02-12 12:41:12 UTC (rev 105635)
@@ -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 105634, emacs-python-mode/trunk/emacs-python-mode.install)
===================================================================
--- emacs-python-mode.install (rev 0)
+++ emacs-python-mode.install 2014-02-12 12:41:12 UTC (rev 105635)
@@ -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