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

Sergej Pupykin spupykin at archlinux.org
Fri Nov 11 10:44:03 UTC 2016


    Date: Friday, November 11, 2016 @ 10:44:02
  Author: spupykin
Revision: 195345

archrelease: copy trunk to community-any

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

--------------+
 PKGBUILD     |   66 ++++++++++++++++++++++++++++-----------------------------
 emms.install |   30 ++++++++++++-------------
 2 files changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-11 10:43:52 UTC (rev 195344)
+++ PKGBUILD	2016-11-11 10:44:02 UTC (rev 195345)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor:  Gour <gour at mail.inet.hr>
-
-pkgname=emms
-epoch=1
-pkgver=4.1
-pkgrel=1
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/"
-arch=('any')
-license=('GPL3')
-depends=('emacs')
-makedepends=('git')
-install=${pkgname}.install
-source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
-#source=(git://git.sv.gnu.org/emms.git)
-md5sums=('31f18cca773565e0a3f70d8e7268b4ad')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i \
-    -e "s|/usr/local|/usr|g" \
-    -e "s|/info|/share/info|g" \
-    Makefile
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/share/{man/man1,info}
-  make DESTDIR=$pkgdir install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-any/PKGBUILD (from rev 195344, emms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-11 10:44:02 UTC (rev 195345)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor:  Gour <gour at mail.inet.hr>
+
+pkgname=emms
+epoch=1
+pkgver=4.2
+pkgrel=1
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/"
+arch=('any')
+license=('GPL3')
+depends=('emacs')
+makedepends=('git')
+install=${pkgname}.install
+source=(http://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz)
+#source=(git://git.sv.gnu.org/emms.git)
+md5sums=('ba47fd376fdc416587d04f75f31efbd2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+    -e "s|/usr/local|/usr|g" \
+    -e "s|/info|/share/info|g" \
+    Makefile
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Deleted: emms.install
===================================================================
--- emms.install	2016-11-11 10:43:52 UTC (rev 195344)
+++ emms.install	2016-11-11 10:44:02 UTC (rev 195345)
@@ -1,15 +0,0 @@
-post_install() {
-  cat << EOF
-==> In order to use EMMS,  add the following lines to your ~/.emacs file:
-
-(require 'emms-setup)
-(emms-standard)
-(emms-default-players)
-
-For further configuration see the manual.
-EOF
-}
-
-post_upgrade() {
-  post_install $1
-}

Copied: emms/repos/community-any/emms.install (from rev 195344, emms/trunk/emms.install)
===================================================================
--- emms.install	                        (rev 0)
+++ emms.install	2016-11-11 10:44:02 UTC (rev 195345)
@@ -0,0 +1,15 @@
+post_install() {
+  cat << EOF
+==> In order to use EMMS,  add the following lines to your ~/.emacs file:
+
+(require 'emms-setup)
+(emms-standard)
+(emms-default-players)
+
+For further configuration see the manual.
+EOF
+}
+
+post_upgrade() {
+  post_install $1
+}



More information about the arch-commits mailing list