public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qtscrobbler: ChangeLog qtscrobbler-0.9.ebuild
@ 2008-08-10 22:00 Ben de Groot (yngwin)
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot (yngwin) @ 2008-08-10 22:00 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/08/10 22:00:44

  Modified:             ChangeLog
  Added:                qtscrobbler-0.9.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686)

Revision  Changes    Path
1.4                  media-sound/qtscrobbler/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Aug 2008 20:59:32 -0000	1.3
+++ ChangeLog	10 Aug 2008 22:00:43 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/qtscrobbler
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.3 2008/08/08 20:59:32 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.4 2008/08/10 22:00:43 yngwin Exp $
+
+*qtscrobbler-0.9 (10 Aug 2008)
+
+  10 Aug 2008; Ben de Groot <yngwin@gentoo.org> +qtscrobbler-0.9.ebuild:
+  Version bump
 
   08 Aug 2008; Steve Dibb <beandog@gentoo.org> qtscrobbler-0.8-r1.ebuild:
   Add ~amd64, bug 231820



1.1                  media-sound/qtscrobbler/qtscrobbler-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild?rev=1.1&content-type=text/plain

Index: qtscrobbler-0.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild,v 1.1 2008/08/10 22:00:43 yngwin Exp $

EAPI=1
inherit eutils qt4

MY_PN="qtscrob"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Updates a last.fm profile using information from a supported portable music player"
HOMEPAGE="http://qtscrob.sourceforge.net/"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cli +qt4"

DEPEND="net-misc/curl
	qt4? ( || ( x11-libs/qt-gui:4 >=x11-libs/qt-4.3:4 ) )"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	# Makefile for cli prog does not read CFLAGS env var.
	# This sed fixes this.
	cd "${S}/src/cli"
	sed -i -e "s:CFLAGS =.*:CFLAGS = \$(INCLUDE) `curl-config --cflags` ${CFLAGS}:" Makefile
}

src_compile() {
	if use cli; then
		cd "${S}/src/cli"
		emake || die "emake cli failed"
	fi
	if use qt4; then
		cd "${S}/src/qt"
		qmake "${MY_PN}.pro" || die "qmake qt4 gui failed"
		emake || die "emake qt4 gui failed"
	fi
}

src_install() {
	if use cli; then
		cd "${S}/src/cli"
		newbin scrobble-cli qtscrobbler-cli
	fi
	if use qt4; then
		cd "${S}/src/qt"
		newbin qtscrob qtscrobbler
		newicon resources/icons/128.png qtscrobbler.png
		make_desktop_entry qtscrobbler QtScrobbler
	fi
	cd "${S}"
	dodoc AUTHORS CHANGELOG README
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/qtscrobbler: ChangeLog qtscrobbler-0.9.ebuild
@ 2009-03-15 20:44 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 20:44 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/15 20:44:08

  Modified:             ChangeLog qtscrobbler-0.9.ebuild
  Log:
  amd64/x86 stable, bug #262543
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/qtscrobbler/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 Aug 2008 22:00:43 -0000	1.4
+++ ChangeLog	15 Mar 2009 20:44:08 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/qtscrobbler
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.4 2008/08/10 22:00:43 yngwin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/ChangeLog,v 1.5 2009/03/15 20:44:08 maekke Exp $
+
+  15 Mar 2009; Markus Meier <maekke@gentoo.org> qtscrobbler-0.9.ebuild:
+  amd64/x86 stable, bug #262543
 
 *qtscrobbler-0.9 (10 Aug 2008)
 



1.2                  media-sound/qtscrobbler/qtscrobbler-0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild?r1=1.1&r2=1.2

Index: qtscrobbler-0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtscrobbler-0.9.ebuild	10 Aug 2008 22:00:43 -0000	1.1
+++ qtscrobbler-0.9.ebuild	15 Mar 2009 20:44:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild,v 1.1 2008/08/10 22:00:43 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qtscrobbler/qtscrobbler-0.9.ebuild,v 1.2 2009/03/15 20:44:08 maekke Exp $
 
 EAPI=1
 inherit eutils qt4
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cli +qt4"
 
 DEPEND="net-misc/curl






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

end of thread, other threads:[~2009-03-15 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-15 20:44 [gentoo-commits] gentoo-x86 commit in media-sound/qtscrobbler: ChangeLog qtscrobbler-0.9.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-10 22:00 Ben de Groot (yngwin)

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