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

Pierre Schmitz pierre at archlinux.org
Sat Feb 18 22:58:31 UTC 2012


    Date: Saturday, February 18, 2012 @ 17:58:30
  Author: pierre
Revision: 150615

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

Added:
  liblastfm/repos/extra-i686/PKGBUILD
    (from rev 150614, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/extra-i686/no-ftools.patch
    (from rev 150614, liblastfm/trunk/no-ftools.patch)
  liblastfm/repos/extra-x86_64/PKGBUILD
    (from rev 150614, liblastfm/trunk/PKGBUILD)
  liblastfm/repos/extra-x86_64/no-ftools.patch
    (from rev 150614, liblastfm/trunk/no-ftools.patch)
Deleted:
  liblastfm/repos/extra-i686/PKGBUILD
  liblastfm/repos/extra-i686/no-ftools.patch
  liblastfm/repos/extra-x86_64/PKGBUILD
  liblastfm/repos/extra-x86_64/no-ftools.patch

------------------------------+
 extra-i686/PKGBUILD          |   64 ++++++++++++++++++------------------
 extra-i686/no-ftools.patch   |   72 ++++++++++++++++++++---------------------
 extra-x86_64/PKGBUILD        |   64 ++++++++++++++++++------------------
 extra-x86_64/no-ftools.patch |   72 ++++++++++++++++++++---------------------
 4 files changed, 136 insertions(+), 136 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-18 22:58:04 UTC (rev 150614)
+++ extra-i686/PKGBUILD	2012-02-18 22:58:30 UTC (rev 150615)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
-
-pkgname=liblastfm
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
-arch=('i686' 'x86_64')
-url="http://github.com/mxcl/liblastfm/"
-license=('GPL')
-depends=('libsamplerate' 'fftw' 'qt')
-makedepends=('ruby')
-options=('!libtool')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
-        'no-ftools.patch')
-sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
-        'ba344601d29091fb88123f80592359369efdf338')
-
-build() {
-  cd ${srcdir}/mxcl-${pkgname}-1c739eb
-
-  patch -Np1 -i ${srcdir}/no-ftools.patch
-
-  ruby configure --release --prefix /usr
-  make
-}
-
-package(){
-  cd ${srcdir}/mxcl-${pkgname}-1c739eb
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-i686/PKGBUILD (from rev 150614, liblastfm/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-18 22:58:30 UTC (rev 150615)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=0.3.3
+pkgrel=3
+pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
+arch=('i686' 'x86_64')
+url="http://github.com/mxcl/liblastfm/"
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'qt')
+makedepends=('ruby')
+options=('!libtool')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
+        'no-ftools.patch')
+sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
+          'ba344601d29091fb88123f80592359369efdf338')
+
+build() {
+  cd ${srcdir}/mxcl-${pkgname}-1c739eb
+
+  patch -Np1 -i ${srcdir}/no-ftools.patch
+
+  ruby configure --release --prefix /usr
+  make
+}
+
+package(){
+  cd ${srcdir}/mxcl-${pkgname}-1c739eb
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/no-ftools.patch
===================================================================
--- extra-i686/no-ftools.patch	2012-02-18 22:58:04 UTC (rev 150614)
+++ extra-i686/no-ftools.patch	2012-02-18 22:58:30 UTC (rev 150615)
@@ -1,36 +0,0 @@
---- mxcl-liblastfm-3539836/admin/findsrc.rb~	2010-09-19 10:35:34.783333338 +0200
-+++ mxcl-liblastfm-3539836/admin/findsrc.rb	2010-09-19 10:35:57.730000003 +0200
-@@ -1,6 +1,6 @@
- #!/usr/bin/ruby
- require 'find'
--require "#{File.dirname __FILE__}/platform"
-+require "#{Dir.getwd}/admin/platform.rb"
- 
- def findsrc dir='.'
-   excludes = ['.svn','.git','_include','tests','_build']
---- mxcl-liblastfm-3539836/admin/qpp~	2010-09-19 10:36:09.276666670 +0200
-+++ mxcl-liblastfm-3539836/admin/qpp	2010-09-19 10:36:16.926666670 +0200
-@@ -2,9 +2,8 @@
- # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and
- # RESOURCES under each argument to ARGV as directories
- 
--cwd=File.dirname __FILE__
- require 'find'
--require "#{cwd}/findsrc"
-+require "#{Dir.getwd}/admin/findsrc.rb"
- 
- sources = Array.new
- headers = Array.new
---- mxcl-liblastfm-3539836/admin/Makefile.rb~	2010-09-19 10:35:38.086666671 +0200
-+++ mxcl-liblastfm-3539836/admin/Makefile.rb	2010-09-19 10:36:05.816666671 +0200
-@@ -4,9 +4,8 @@
- # and then creates the directory _include and creates files named after the 
- # class names in there which #include the file that contains the class
- 
--cwd = File.dirname( __FILE__ )
- require 'find'
--require "#{cwd}/platform.rb"
-+require "#{Dir.getwd}/admin/platform.rb"
- 
- 
- ######################################################################### defs

Copied: liblastfm/repos/extra-i686/no-ftools.patch (from rev 150614, liblastfm/trunk/no-ftools.patch)
===================================================================
--- extra-i686/no-ftools.patch	                        (rev 0)
+++ extra-i686/no-ftools.patch	2012-02-18 22:58:30 UTC (rev 150615)
@@ -0,0 +1,36 @@
+--- mxcl-liblastfm-3539836/admin/findsrc.rb~	2010-09-19 10:35:34.783333338 +0200
++++ mxcl-liblastfm-3539836/admin/findsrc.rb	2010-09-19 10:35:57.730000003 +0200
+@@ -1,6 +1,6 @@
+ #!/usr/bin/ruby
+ require 'find'
+-require "#{File.dirname __FILE__}/platform"
++require "#{Dir.getwd}/admin/platform.rb"
+ 
+ def findsrc dir='.'
+   excludes = ['.svn','.git','_include','tests','_build']
+--- mxcl-liblastfm-3539836/admin/qpp~	2010-09-19 10:36:09.276666670 +0200
++++ mxcl-liblastfm-3539836/admin/qpp	2010-09-19 10:36:16.926666670 +0200
+@@ -2,9 +2,8 @@
+ # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and
+ # RESOURCES under each argument to ARGV as directories
+ 
+-cwd=File.dirname __FILE__
+ require 'find'
+-require "#{cwd}/findsrc"
++require "#{Dir.getwd}/admin/findsrc.rb"
+ 
+ sources = Array.new
+ headers = Array.new
+--- mxcl-liblastfm-3539836/admin/Makefile.rb~	2010-09-19 10:35:38.086666671 +0200
++++ mxcl-liblastfm-3539836/admin/Makefile.rb	2010-09-19 10:36:05.816666671 +0200
+@@ -4,9 +4,8 @@
+ # and then creates the directory _include and creates files named after the 
+ # class names in there which #include the file that contains the class
+ 
+-cwd = File.dirname( __FILE__ )
+ require 'find'
+-require "#{cwd}/platform.rb"
++require "#{Dir.getwd}/admin/platform.rb"
+ 
+ 
+ ######################################################################### defs

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-18 22:58:04 UTC (rev 150614)
+++ extra-x86_64/PKGBUILD	2012-02-18 22:58:30 UTC (rev 150615)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
-
-pkgname=liblastfm
-pkgver=0.3.3
-pkgrel=2
-pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
-arch=('i686' 'x86_64')
-url="http://github.com/mxcl/liblastfm/"
-license=('GPL')
-depends=('libsamplerate' 'fftw' 'qt')
-makedepends=('ruby')
-options=('!libtool')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
-        'no-ftools.patch')
-sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
-        'ba344601d29091fb88123f80592359369efdf338')
-
-build() {
-  cd ${srcdir}/mxcl-${pkgname}-1c739eb
-
-  patch -Np1 -i ${srcdir}/no-ftools.patch
-
-  ruby configure --release --prefix /usr
-  make
-}
-
-package(){
-  cd ${srcdir}/mxcl-${pkgname}-1c739eb
-  make DESTDIR=${pkgdir} install
-}

Copied: liblastfm/repos/extra-x86_64/PKGBUILD (from rev 150614, liblastfm/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-18 22:58:30 UTC (rev 150615)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: XazZ <xazz.xazz [AT] googlemail.com>
+
+pkgname=liblastfm
+pkgver=0.3.3
+pkgrel=3
+pkgdesc="A collection of libraries to help you integrate Last.fm services into your rich desktop software"
+arch=('i686' 'x86_64')
+url="http://github.com/mxcl/liblastfm/"
+license=('GPL')
+depends=('libsamplerate' 'fftw' 'qt')
+makedepends=('ruby')
+options=('!libtool')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/mxcl/${pkgname}/tarball/${pkgver}"
+        'no-ftools.patch')
+sha1sums=('f2e9705c9c2cbeaa14f46da9bd35ab36fe710392'
+          'ba344601d29091fb88123f80592359369efdf338')
+
+build() {
+  cd ${srcdir}/mxcl-${pkgname}-1c739eb
+
+  patch -Np1 -i ${srcdir}/no-ftools.patch
+
+  ruby configure --release --prefix /usr
+  make
+}
+
+package(){
+  cd ${srcdir}/mxcl-${pkgname}-1c739eb
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/no-ftools.patch
===================================================================
--- extra-x86_64/no-ftools.patch	2012-02-18 22:58:04 UTC (rev 150614)
+++ extra-x86_64/no-ftools.patch	2012-02-18 22:58:30 UTC (rev 150615)
@@ -1,36 +0,0 @@
---- mxcl-liblastfm-3539836/admin/findsrc.rb~	2010-09-19 10:35:34.783333338 +0200
-+++ mxcl-liblastfm-3539836/admin/findsrc.rb	2010-09-19 10:35:57.730000003 +0200
-@@ -1,6 +1,6 @@
- #!/usr/bin/ruby
- require 'find'
--require "#{File.dirname __FILE__}/platform"
-+require "#{Dir.getwd}/admin/platform.rb"
- 
- def findsrc dir='.'
-   excludes = ['.svn','.git','_include','tests','_build']
---- mxcl-liblastfm-3539836/admin/qpp~	2010-09-19 10:36:09.276666670 +0200
-+++ mxcl-liblastfm-3539836/admin/qpp	2010-09-19 10:36:16.926666670 +0200
-@@ -2,9 +2,8 @@
- # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and
- # RESOURCES under each argument to ARGV as directories
- 
--cwd=File.dirname __FILE__
- require 'find'
--require "#{cwd}/findsrc"
-+require "#{Dir.getwd}/admin/findsrc.rb"
- 
- sources = Array.new
- headers = Array.new
---- mxcl-liblastfm-3539836/admin/Makefile.rb~	2010-09-19 10:35:38.086666671 +0200
-+++ mxcl-liblastfm-3539836/admin/Makefile.rb	2010-09-19 10:36:05.816666671 +0200
-@@ -4,9 +4,8 @@
- # and then creates the directory _include and creates files named after the 
- # class names in there which #include the file that contains the class
- 
--cwd = File.dirname( __FILE__ )
- require 'find'
--require "#{cwd}/platform.rb"
-+require "#{Dir.getwd}/admin/platform.rb"
- 
- 
- ######################################################################### defs

Copied: liblastfm/repos/extra-x86_64/no-ftools.patch (from rev 150614, liblastfm/trunk/no-ftools.patch)
===================================================================
--- extra-x86_64/no-ftools.patch	                        (rev 0)
+++ extra-x86_64/no-ftools.patch	2012-02-18 22:58:30 UTC (rev 150615)
@@ -0,0 +1,36 @@
+--- mxcl-liblastfm-3539836/admin/findsrc.rb~	2010-09-19 10:35:34.783333338 +0200
++++ mxcl-liblastfm-3539836/admin/findsrc.rb	2010-09-19 10:35:57.730000003 +0200
+@@ -1,6 +1,6 @@
+ #!/usr/bin/ruby
+ require 'find'
+-require "#{File.dirname __FILE__}/platform"
++require "#{Dir.getwd}/admin/platform.rb"
+ 
+ def findsrc dir='.'
+   excludes = ['.svn','.git','_include','tests','_build']
+--- mxcl-liblastfm-3539836/admin/qpp~	2010-09-19 10:36:09.276666670 +0200
++++ mxcl-liblastfm-3539836/admin/qpp	2010-09-19 10:36:16.926666670 +0200
+@@ -2,9 +2,8 @@
+ # Creates a qmake .pro file for all valid SOURCES, HEADERS, FORMS and
+ # RESOURCES under each argument to ARGV as directories
+ 
+-cwd=File.dirname __FILE__
+ require 'find'
+-require "#{cwd}/findsrc"
++require "#{Dir.getwd}/admin/findsrc.rb"
+ 
+ sources = Array.new
+ headers = Array.new
+--- mxcl-liblastfm-3539836/admin/Makefile.rb~	2010-09-19 10:35:38.086666671 +0200
++++ mxcl-liblastfm-3539836/admin/Makefile.rb	2010-09-19 10:36:05.816666671 +0200
+@@ -4,9 +4,8 @@
+ # and then creates the directory _include and creates files named after the 
+ # class names in there which #include the file that contains the class
+ 
+-cwd = File.dirname( __FILE__ )
+ require 'find'
+-require "#{cwd}/platform.rb"
++require "#{Dir.getwd}/admin/platform.rb"
+ 
+ 
+ ######################################################################### defs




More information about the arch-commits mailing list