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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:29:09 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:29:07
  Author: spupykin
Revision: 114097

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

Added:
  mp3info/repos/community-i686/ChangeLog
    (from rev 114096, mp3info/trunk/ChangeLog)
  mp3info/repos/community-i686/PKGBUILD
    (from rev 114096, mp3info/trunk/PKGBUILD)
  mp3info/repos/community-x86_64/ChangeLog
    (from rev 114096, mp3info/trunk/ChangeLog)
  mp3info/repos/community-x86_64/PKGBUILD
    (from rev 114096, mp3info/trunk/PKGBUILD)
Deleted:
  mp3info/repos/community-i686/ChangeLog
  mp3info/repos/community-i686/PKGBUILD
  mp3info/repos/community-x86_64/ChangeLog
  mp3info/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    4 ++
 /PKGBUILD                  |   60 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    2 -
 community-i686/PKGBUILD    |   26 ------------------
 community-x86_64/ChangeLog |    2 -
 community-x86_64/PKGBUILD  |   26 ------------------
 6 files changed, 64 insertions(+), 56 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-01 13:28:50 UTC (rev 114096)
+++ community-i686/ChangeLog	2014-07-01 13:29:07 UTC (rev 114097)
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64

Copied: mp3info/repos/community-i686/ChangeLog (from rev 114096, mp3info/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-01 13:29:07 UTC (rev 114097)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 13:28:50 UTC (rev 114096)
+++ community-i686/PKGBUILD	2014-07-01 13:29:07 UTC (rev 114097)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=mp3info
-pkgver=0.8.5a
-pkgrel=4
-pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
-arch=('i686' 'x86_64')
-url="http://ibiblio.org/mp3info/"
-license=('GPL')
-depends=('ncurses' 'gtk2' )
-source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  sed -i "s:-O2:${CFLAGS}:" Makefile
-  sed -i "s:/usr/bin/install:/bin/install:" Makefile
-
-  make
-
-  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install
-}

Copied: mp3info/repos/community-i686/PKGBUILD (from rev 114096, mp3info/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 13:29:07 UTC (rev 114097)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=mp3info
+pkgver=0.8.5a
+pkgrel=5
+pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
+arch=('i686' 'x86_64')
+url="http://ibiblio.org/mp3info/"
+license=('GPL')
+depends=('ncurses' 'gtk2' )
+source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  sed -i "s:-O2:${CFLAGS}:" Makefile
+  sed -i "s:/usr/bin/install:/bin/install:" Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
+  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-01 13:28:50 UTC (rev 114096)
+++ community-x86_64/ChangeLog	2014-07-01 13:29:07 UTC (rev 114097)
@@ -1,2 +0,0 @@
-2007-06-26 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64

Copied: mp3info/repos/community-x86_64/ChangeLog (from rev 114096, mp3info/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-01 13:29:07 UTC (rev 114097)
@@ -0,0 +1,2 @@
+2007-06-26 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 13:28:50 UTC (rev 114096)
+++ community-x86_64/PKGBUILD	2014-07-01 13:29:07 UTC (rev 114097)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
-
-pkgname=mp3info
-pkgver=0.8.5a
-pkgrel=4
-pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
-arch=('i686' 'x86_64')
-url="http://ibiblio.org/mp3info/"
-license=('GPL')
-depends=('ncurses' 'gtk2' )
-source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  sed -i "s:-O2:${CFLAGS}:" Makefile
-  sed -i "s:/usr/bin/install:/bin/install:" Makefile
-
-  make
-
-  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
-  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install
-}

Copied: mp3info/repos/community-x86_64/PKGBUILD (from rev 114096, mp3info/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 13:29:07 UTC (rev 114097)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Vinay S Shastry <vinayshastry at gmail.com>
+
+pkgname=mp3info
+pkgver=0.8.5a
+pkgrel=5
+pkgdesc="An MP3 technical info viewer and ID3 1.x tag editor"
+arch=('i686' 'x86_64')
+url="http://ibiblio.org/mp3info/"
+license=('GPL')
+depends=('ncurses' 'gtk2' )
+source=(http://ibiblio.org/pub/linux/apps/sound/mp3-utils/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('cb7b619a10a40aaac2113b87bb2b2ea2')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  sed -i "s:-O2:${CFLAGS}:" Makefile
+  sed -i "s:/usr/bin/install:/bin/install:" Makefile
+
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  install -d ${pkgdir}/usr/bin ${pkgdir}/usr/share/man/man1
+  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man/man1 install
+}




More information about the arch-commits mailing list