public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libclastfm: ChangeLog libclastfm-0.5.ebuild
@ 2012-06-02 22:36 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-02 22:36 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/02 22:36:16

  Modified:             ChangeLog
  Added:                libclastfm-0.5.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  media-libs/libclastfm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	22 May 2012 05:30:18 -0000	1.7
+++ ChangeLog	2 Jun 2012 22:36:16 -0000	1.8
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libclastfm
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.7 2012/05/22 05:30:18 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.8 2012/06/02 22:36:16 ssuominen Exp $
+
+*libclastfm-0.5 (02 Jun 2012)
+
+  02 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> +libclastfm-0.5.ebuild:
+  Version bump.
 
   22 May 2012; Jeff Horelick <jdhore@gentoo.org>
   libclastfm-0.4_p20120315.ebuild:



1.1                  media-libs/libclastfm/libclastfm-0.5.ebuild

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

Index: libclastfm-0.5.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.5.ebuild,v 1.1 2012/06/02 22:36:16 ssuominen Exp $

EAPI=4

DESCRIPTION="C API library to the last.fm web service (unofficial)"
HOMEPAGE="http://liblastfm.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN/c}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS="AUTHORS README"

src_configure() {
	econf $(use_enable static-libs static)
}

src_install() {
	default
	rm -f "${ED}"/usr/lib*/*.la
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libclastfm: ChangeLog libclastfm-0.5.ebuild
@ 2012-06-18 16:19 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-06-18 16:19 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/06/18 16:19:54

  Modified:             ChangeLog libclastfm-0.5.ebuild
  Log:
  amd64/x86 stable
  
  (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  media-libs/libclastfm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	2 Jun 2012 22:36:16 -0000	1.8
+++ ChangeLog	18 Jun 2012 16:19:54 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libclastfm
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.8 2012/06/02 22:36:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/ChangeLog,v 1.9 2012/06/18 16:19:54 ssuominen Exp $
+
+  18 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> libclastfm-0.5.ebuild:
+  amd64/x86 stable
 
 *libclastfm-0.5 (02 Jun 2012)
 



1.2                  media-libs/libclastfm/libclastfm-0.5.ebuild

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

Index: libclastfm-0.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libclastfm-0.5.ebuild	2 Jun 2012 22:36:16 -0000	1.1
+++ libclastfm-0.5.ebuild	18 Jun 2012 16:19:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.5.ebuild,v 1.1 2012/06/02 22:36:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libclastfm/libclastfm-0.5.ebuild,v 1.2 2012/06/18 16:19:54 ssuominen Exp $
 
 EAPI=4
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="static-libs"
 
 RDEPEND="net-misc/curl"






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

end of thread, other threads:[~2012-06-18 16:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 22:36 [gentoo-commits] gentoo-x86 commit in media-libs/libclastfm: ChangeLog libclastfm-0.5.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-18 16:19 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