public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild
@ 2010-09-27 10:12 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2010-09-27 10:12 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    10/09/27 10:12:52

  Modified:             ChangeLog
  Added:                liblastfm-0.3.3.ebuild
  Log:
  [media-libs/liblastfm-0.3.3] Bumped version.
  
  (Portage version: 2.2_rc87/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 media-libs/liblastfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	7 Jul 2010 20:32:57 -0000	1.10
+++ ChangeLog	27 Sep 2010 10:12:52 -0000	1.11
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/liblastfm
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.10 2010/07/07 20:32:57 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.11 2010/09/27 10:12:52 jmbsvicetto Exp $
+
+*liblastfm-0.3.3 (27 Sep 2010)
+
+  27 Sep 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  +liblastfm-0.3.3.ebuild:
+  [media-libs/liblastfm-0.3.3] Bumped version.
 
   07 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   liblastfm-0.3.0.ebuild:



1.1                  media-libs/liblastfm/liblastfm-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.1&content-type=text/plain

Index: liblastfm-0.3.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.1 2010/09/27 10:12:52 jmbsvicetto Exp $

EAPI="2"

inherit eutils multilib

DESCRIPTION="Collection of libraries to integrate Last.fm services"
HOMEPAGE="http://github.com/mxcl/liblastfm/"
SRC_URI="http://github.com/mxcl/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
SLOT="0"
IUSE=""

S="${WORKDIR}/mxcl-liblastfm-1c739eb"

COMMON_DEPEND="
	>=media-libs/libsamplerate-0.1.4
	sci-libs/fftw:3.0
	>=x11-libs/qt-core-4.5:4
	>=x11-libs/qt-sql-4.5:4
"
DEPEND="${COMMON_DEPEND}
	dev-lang/ruby
	>=x11-libs/qt-test-4.5:4
"
RDEPEND="${COMMON_DEPEND}
	!<media-libs/lastfmlib-0.4.0
"

src_prepare() {
	# Fix multilib paths
	find . -name *.pro -exec sed -i -e "/target.path/s/lib/$(get_libdir)/g" {} + \
		|| die "failed to fix multilib paths"

	# >=1.9 ruby compatibility
	case `ruby -e 'puts RUBY_VERSION'` in
		1.8.*) ;;
		*) sed -e "s/require 'ftools'//g" -i admin/* || die ;;
	esac
}

src_configure() {
	./configure --prefix "${ROOT}usr" --no-strip --release || die "configure failed"
}

src_install() {
	emake DESTDIR="${D}${ROOT}" install || die "emake install failed"

	dodoc README || die "dodoc failed"
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild
@ 2010-12-14 16:40 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas HAttel (dilfridge) @ 2010-12-14 16:40 UTC (permalink / raw
  To: gentoo-commits

dilfridge    10/12/14 16:40:25

  Modified:             ChangeLog liblastfm-0.3.3.ebuild
  Log:
  Applied patch sent to the amarok-packagers group by Thomas Klausner (copied from KDE overlay)
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.12                 media-libs/liblastfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	27 Sep 2010 10:12:52 -0000	1.11
+++ ChangeLog	14 Dec 2010 16:40:25 -0000	1.12
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/liblastfm
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.11 2010/09/27 10:12:52 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.12 2010/12/14 16:40:25 dilfridge Exp $
+
+  14 Dec 2010; Andreas K. Huettel <dilfridge@gentoo.org>
+  liblastfm-0.3.3.ebuild, +files/liblastfm-0.3.3-ruby-1.9-fix.patch:
+  Applied patch sent to the amarok-packagers group by Thomas Klausner
+  <wiz@NetBSD.org>
 
 *liblastfm-0.3.3 (27 Sep 2010)
 



1.2                  media-libs/liblastfm/liblastfm-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?r1=1.1&r2=1.2

Index: liblastfm-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liblastfm-0.3.3.ebuild	27 Sep 2010 10:12:52 -0000	1.1
+++ liblastfm-0.3.3.ebuild	14 Dec 2010 16:40:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.1 2010/09/27 10:12:52 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.2 2010/12/14 16:40:25 dilfridge Exp $
 
 EAPI="2"
 
@@ -41,6 +41,8 @@
 		1.8.*) ;;
 		*) sed -e "s/require 'ftools'//g" -i admin/* || die ;;
 	esac
+
+	epatch "${FILESDIR}/${P}-ruby-1.9-fix.patch" || die "Failed to apply patch to fix compilation with ruby-1.9"
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild
@ 2011-05-09  8:38 Thomas Kahle (tomka)
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-09  8:38 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/09 08:38:25

  Modified:             ChangeLog liblastfm-0.3.3.ebuild
  Log:
  x86 stable per bug 354033
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.13                 media-libs/liblastfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Dec 2010 16:40:25 -0000	1.12
+++ ChangeLog	9 May 2011 08:38:25 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/liblastfm
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.12 2010/12/14 16:40:25 dilfridge Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.13 2011/05/09 08:38:25 tomka Exp $
+
+  09 May 2011; Thomas Kahle <tomka@gentoo.org> liblastfm-0.3.3.ebuild:
+  x86 stable per bug 354033
 
   14 Dec 2010; Andreas K. Huettel <dilfridge@gentoo.org>
   liblastfm-0.3.3.ebuild, +files/liblastfm-0.3.3-ruby-1.9-fix.patch:



1.3                  media-libs/liblastfm/liblastfm-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?r1=1.2&r2=1.3

Index: liblastfm-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- liblastfm-0.3.3.ebuild	14 Dec 2010 16:40:25 -0000	1.2
+++ liblastfm-0.3.3.ebuild	9 May 2011 08:38:25 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.2 2010/12/14 16:40:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.3 2011/05/09 08:38:25 tomka Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://github.com/mxcl/${PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 IUSE=""
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild
@ 2011-05-09 23:14 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-09 23:14 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/09 23:14:58

  Modified:             ChangeLog liblastfm-0.3.3.ebuild
  Log:
  Stable on amd64 wrt bug #354033
  
  (Portage version: 2.1.9.47/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 media-libs/liblastfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 May 2011 08:38:25 -0000	1.13
+++ ChangeLog	9 May 2011 23:14:57 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/liblastfm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.13 2011/05/09 08:38:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.14 2011/05/09 23:14:57 hwoarang Exp $
+
+  09 May 2011; Markos Chandras <hwoarang@gentoo.org> liblastfm-0.3.3.ebuild:
+  Stable on amd64 wrt bug #354033
 
   09 May 2011; Thomas Kahle <tomka@gentoo.org> liblastfm-0.3.3.ebuild:
   x86 stable per bug 354033



1.4                  media-libs/liblastfm/liblastfm-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?r1=1.3&r2=1.4

Index: liblastfm-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- liblastfm-0.3.3.ebuild	9 May 2011 08:38:25 -0000	1.3
+++ liblastfm-0.3.3.ebuild	9 May 2011 23:14:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.3 2011/05/09 08:38:25 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.4 2011/05/09 23:14:57 hwoarang Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://github.com/mxcl/${PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 SLOT="0"
 IUSE=""
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild
@ 2011-06-01 19:49 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2011-06-01 19:49 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/01 19:49:24

  Modified:             ChangeLog liblastfm-0.3.3.ebuild
  Log:
  Marking liblastfm-0.3.3 ppc for bug 354033
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.15                 media-libs/liblastfm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	9 May 2011 23:14:57 -0000	1.14
+++ ChangeLog	1 Jun 2011 19:49:24 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/liblastfm
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.14 2011/05/09 23:14:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.15 2011/06/01 19:49:24 ranger Exp $
+
+  01 Jun 2011; Brent Baude <ranger@gentoo.org> liblastfm-0.3.3.ebuild:
+  Marking liblastfm-0.3.3 ppc stable for bug 354033
 
   09 May 2011; Markos Chandras <hwoarang@gentoo.org> liblastfm-0.3.3.ebuild:
   Stable on amd64 wrt bug #354033



1.5                  media-libs/liblastfm/liblastfm-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild?r1=1.4&r2=1.5

Index: liblastfm-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- liblastfm-0.3.3.ebuild	9 May 2011 23:14:57 -0000	1.4
+++ liblastfm-0.3.3.ebuild	1 Jun 2011 19:49:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.4 2011/05/09 23:14:57 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-0.3.3.ebuild,v 1.5 2011/06/01 19:49:24 ranger Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 SRC_URI="http://github.com/mxcl/${PN}/tarball/${PV} -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 SLOT="0"
 IUSE=""
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-06-01 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27 10:12 [gentoo-commits] gentoo-x86 commit in media-libs/liblastfm: ChangeLog liblastfm-0.3.3.ebuild Jorge Manuel B. S. Vicetto (jmbsvicetto)
  -- strict thread matches above, loose matches on Subject: below --
2010-12-14 16:40 Andreas HAttel (dilfridge)
2011-05-09  8:38 Thomas Kahle (tomka)
2011-05-09 23:14 Markos Chandras (hwoarang)
2011-06-01 19:49 Brent Baude (ranger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox