[arch-commits] Commit in emms/repos (8 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jun 26 18:00:36 UTC 2017


    Date: Monday, June 26, 2017 @ 18:00:35
  Author: spupykin
Revision: 241052

archrelease: copy trunk to community-i686, community-x86_64

Added:
  emms/repos/community-i686/PKGBUILD
    (from rev 241051, emms/trunk/PKGBUILD)
  emms/repos/community-i686/emms.install
    (from rev 241051, emms/trunk/emms.install)
  emms/repos/community-x86_64/PKGBUILD
    (from rev 241051, emms/trunk/PKGBUILD)
  emms/repos/community-x86_64/emms.install
    (from rev 241051, emms/trunk/emms.install)
Deleted:
  emms/repos/community-i686/PKGBUILD
  emms/repos/community-i686/emms.install
  emms/repos/community-x86_64/PKGBUILD
  emms/repos/community-x86_64/emms.install

-------------------------------+
 /PKGBUILD                     |   74 ++++++++++++++++++++++++++++++++++++++++
 /emms.install                 |   30 ++++++++++++++++
 community-i686/PKGBUILD       |   37 --------------------
 community-i686/emms.install   |   15 --------
 community-x86_64/PKGBUILD     |   37 --------------------
 community-x86_64/emms.install |   15 --------
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-26 17:55:24 UTC (rev 241051)
+++ community-i686/PKGBUILD	2017-06-26 18:00:35 UTC (rev 241052)
@@ -1,37 +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.3
-pkgrel=2
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('emacs' 'taglib')
-makedepends=('git')
-install=${pkgname}.install
-validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
-source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
-#source=(git://git.sv.gnu.org/emms.git)
-sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i \
-    -e "s|/usr/local|/usr|g" \
-    -e "s|/info|/share/info|g" \
-    Makefile
-  make
-  make emms-print-metadata
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
-  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-i686/PKGBUILD (from rev 241051, emms/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-26 18:00:35 UTC (rev 241052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor:  Gour <gour at mail.inet.hr>
+
+pkgname=emms
+epoch=1
+pkgver=4.3
+pkgrel=2
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('emacs' 'taglib')
+makedepends=('git')
+install=${pkgname}.install
+validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
+source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
+#source=(git://git.sv.gnu.org/emms.git)
+sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+    -e "s|/usr/local|/usr|g" \
+    -e "s|/info|/share/info|g" \
+    Makefile
+  make
+  make emms-print-metadata
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Deleted: community-i686/emms.install
===================================================================
--- community-i686/emms.install	2017-06-26 17:55:24 UTC (rev 241051)
+++ community-i686/emms.install	2017-06-26 18:00:35 UTC (rev 241052)
@@ -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-i686/emms.install (from rev 241051, emms/trunk/emms.install)
===================================================================
--- community-i686/emms.install	                        (rev 0)
+++ community-i686/emms.install	2017-06-26 18:00:35 UTC (rev 241052)
@@ -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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-26 17:55:24 UTC (rev 241051)
+++ community-x86_64/PKGBUILD	2017-06-26 18:00:35 UTC (rev 241052)
@@ -1,37 +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.3
-pkgrel=2
-pkgdesc="The Emacs Multimedia System"
-url="http://www.gnu.org/software/emms/"
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('emacs' 'taglib')
-makedepends=('git')
-install=${pkgname}.install
-validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
-source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
-#source=(git://git.sv.gnu.org/emms.git)
-sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
-            'SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  sed -i \
-    -e "s|/usr/local|/usr|g" \
-    -e "s|/info|/share/info|g" \
-    Makefile
-  make
-  make emms-print-metadata
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
-  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
-}

Copied: emms/repos/community-x86_64/PKGBUILD (from rev 241051, emms/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-26 18:00:35 UTC (rev 241052)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor:  Gour <gour at mail.inet.hr>
+
+pkgname=emms
+epoch=1
+pkgver=4.3
+pkgrel=2
+pkgdesc="The Emacs Multimedia System"
+url="http://www.gnu.org/software/emms/"
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('emacs' 'taglib')
+makedepends=('git')
+install=${pkgname}.install
+validpgpkeys=('691BF9D0EEC472730726EB7869725A21D60EEC42')
+source=(https://ftp.gnu.org/gnu/emms/emms-$pkgver.tar.gz{,.sig})
+#source=(git://git.sv.gnu.org/emms.git)
+sha256sums=('00112d631eee0cfee80a85c048bfbf7c2d25886067ee02152376208ae87c2c36'
+            'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i \
+    -e "s|/usr/local|/usr|g" \
+    -e "s|/info|/share/info|g" \
+    Makefile
+  make
+  make emms-print-metadata
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  mkdir -p "$pkgdir"/usr/share/{man/man1,info}
+  make DESTDIR="$pkgdir" install INSTALLINFO=/usr/bin/true
+}

Deleted: community-x86_64/emms.install
===================================================================
--- community-x86_64/emms.install	2017-06-26 17:55:24 UTC (rev 241051)
+++ community-x86_64/emms.install	2017-06-26 18:00:35 UTC (rev 241052)
@@ -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-x86_64/emms.install (from rev 241051, emms/trunk/emms.install)
===================================================================
--- community-x86_64/emms.install	                        (rev 0)
+++ community-x86_64/emms.install	2017-06-26 18:00:35 UTC (rev 241052)
@@ -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