* [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog
@ 2010-01-05 14:45 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-01-05 14:45 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/01/05 14:45:57
Modified: ChangeLog
Added: lastfmlib-0.4.0.ebuild
Log:
Version bump wrt #299686, thanks to BT for reporting.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.8 media-libs/lastfmlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 3 Nov 2009 19:32:35 -0000 1.7
+++ ChangeLog 5 Jan 2010 14:45:56 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/lastfmlib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.7 2009/11/03 19:32:35 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.8 2010/01/05 14:45:56 ssuominen Exp $
+
+*lastfmlib-0.4.0 (05 Jan 2010)
+
+ 05 Jan 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +lastfmlib-0.4.0.ebuild:
+ Version bump wrt #299686, thanks to BT for reporting.
03 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
lastfmlib-0.3.0.ebuild:
1.1 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.1&content-type=text/plain
Index: lastfmlib-0.4.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.1 2010/01/05 14:45:56 ssuominen Exp $
EAPI=2
DESCRIPTION="C++ library to scrobble tracks on Last.fm"
HOMEPAGE="http://code.google.com/p/lastfmlib/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug syslog"
RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
--disable-dependency-tracking \
--disable-static \
$(use_enable debug) \
$(use_enable syslog logging) \
--disable-unittests
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog
find "${D}"/usr -name '*.la' -delete
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog
@ 2010-04-16 9:19 Christian Faulhammer (fauli)
0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-16 9:19 UTC (permalink / raw
To: gentoo-commits
fauli 10/04/16 09:19:04
Modified: lastfmlib-0.4.0.ebuild ChangeLog
Log:
stable x86, security bug 284886
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?r1=1.1&r2=1.2
Index: lastfmlib-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lastfmlib-0.4.0.ebuild 5 Jan 2010 14:45:56 -0000 1.1
+++ lastfmlib-0.4.0.ebuild 16 Apr 2010 09:19:04 -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/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.1 2010/01/05 14:45:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.2 2010/04/16 09:19:04 fauli Exp $
EAPI=2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="debug syslog"
RDEPEND="net-misc/curl"
1.9 media-libs/lastfmlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 5 Jan 2010 14:45:56 -0000 1.8
+++ ChangeLog 16 Apr 2010 09:19:04 -0000 1.9
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/lastfmlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.8 2010/01/05 14:45:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.9 2010/04/16 09:19:04 fauli Exp $
+
+ 16 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+ lastfmlib-0.4.0.ebuild:
+ stable x86, security bug 284886
*lastfmlib-0.4.0 (05 Jan 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog
@ 2010-04-18 12:28 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-04-18 12:28 UTC (permalink / raw
To: gentoo-commits
maekke 10/04/18 12:28:15
Modified: lastfmlib-0.4.0.ebuild ChangeLog
Log:
amd64 stable, bug #284886
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?r1=1.2&r2=1.3
Index: lastfmlib-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lastfmlib-0.4.0.ebuild 16 Apr 2010 09:19:04 -0000 1.2
+++ lastfmlib-0.4.0.ebuild 18 Apr 2010 12:28:15 -0000 1.3
@@ -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/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.2 2010/04/16 09:19:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.3 2010/04/18 12:28:15 maekke Exp $
EAPI=2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="debug syslog"
RDEPEND="net-misc/curl"
1.10 media-libs/lastfmlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 16 Apr 2010 09:19:04 -0000 1.9
+++ ChangeLog 18 Apr 2010 12:28:15 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lastfmlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.9 2010/04/16 09:19:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.10 2010/04/18 12:28:15 maekke Exp $
+
+ 18 Apr 2010; Markus Meier <maekke@gentoo.org> lastfmlib-0.4.0.ebuild:
+ amd64 stable, bug #284886
16 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
lastfmlib-0.4.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog
@ 2011-02-26 17:02 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 5+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-02-26 17:02 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/02/26 17:02:35
Modified: lastfmlib-0.4.0.ebuild ChangeLog
Log:
Marked ~ppc wrt #342065. Thanks to f.mensik <f.mensik@tiscali.cz> for report and testing.
(Portage version: 2.2.0_alpha25/cvs/Linux ppc64)
Revision Changes Path
1.4 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?r1=1.3&r2=1.4
Index: lastfmlib-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lastfmlib-0.4.0.ebuild 18 Apr 2010 12:28:15 -0000 1.3
+++ lastfmlib-0.4.0.ebuild 26 Feb 2011 17:02:35 -0000 1.4
@@ -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/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.3 2010/04/18 12:28:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.4 2011/02/26 17:02:35 xarthisius Exp $
EAPI=2
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="debug syslog"
RDEPEND="net-misc/curl"
1.12 media-libs/lastfmlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 25 Jun 2010 23:43:57 -0000 1.11
+++ ChangeLog 26 Feb 2011 17:02:35 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/lastfmlib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.11 2010/06/25 23:43:57 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.12 2011/02/26 17:02:35 xarthisius Exp $
+
+ 26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
+ lastfmlib-0.4.0.ebuild:
+ Marked ~ppc wrt #342065. Thanks to f.mensik <f.mensik@tiscali.cz> for
+ report and testing.
25 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
-lastfmlib-0.3.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog
@ 2012-05-05 8:02 Jeff Horelick (jdhore)
0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-05 8:02 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/05 08:02:26
Modified: lastfmlib-0.4.0.ebuild ChangeLog
Log:
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.5 media-libs/lastfmlib/lastfmlib-0.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild?r1=1.4&r2=1.5
Index: lastfmlib-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lastfmlib-0.4.0.ebuild 26 Feb 2011 17:02:35 -0000 1.4
+++ lastfmlib-0.4.0.ebuild 5 May 2012 08:02:26 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.4 2011/02/26 17:02:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/lastfmlib-0.4.0.ebuild,v 1.5 2012/05/05 08:02:26 jdhore Exp $
EAPI=2
@@ -15,7 +15,7 @@
RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_configure() {
econf \
1.13 media-libs/lastfmlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lastfmlib/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 26 Feb 2011 17:02:35 -0000 1.12
+++ ChangeLog 5 May 2012 08:02:26 -0000 1.13
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lastfmlib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.12 2011/02/26 17:02:35 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lastfmlib/ChangeLog,v 1.13 2012/05/05 08:02:26 jdhore Exp $
+
+ 05 May 2012; Jeff Horelick <jdhore@gentoo.org> lastfmlib-0.4.0.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
lastfmlib-0.4.0.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-05 8:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-26 17:02 [gentoo-commits] gentoo-x86 commit in media-libs/lastfmlib: lastfmlib-0.4.0.ebuild ChangeLog Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2012-05-05 8:02 Jeff Horelick (jdhore)
2010-04-18 12:28 Markus Meier (maekke)
2010-04-16 9:19 Christian Faulhammer (fauli)
2010-01-05 14:45 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox