public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: ChangeLog amarok-utils-2.2.0.ebuild
@ 2009-10-02  1:12 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 3+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2009-10-02  1:12 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    09/10/02 01:12:51

  Modified:             ChangeLog
  Added:                amarok-utils-2.2.0.ebuild
  Log:
  Bumped amarok-utils to version 2.2.0.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/amarok-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	26 Jun 2009 11:05:41 -0000	1.4
+++ ChangeLog	2 Oct 2009 01:12:50 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/amarok-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.4 2009/06/26 11:05:41 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.5 2009/10/02 01:12:50 jmbsvicetto Exp $
+
+*amarok-utils-2.2.0 (02 Oct 2009)
+
+  02 Oct 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  +amarok-utils-2.2.0.ebuild:
+  Bumped amarok-utils to version 2.2.0.
 
 *amarok-utils-2.1.1 (26 Jun 2009)
 



1.1                  media-sound/amarok-utils/amarok-utils-2.2.0.ebuild

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

Index: amarok-utils-2.2.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v 1.1 2009/10/02 01:12:51 jmbsvicetto Exp $

EAPI="2"

if [[ ${PV} = *9999* ]]; then
	GIT_ECLASS="git"
	EGIT_PROJECT="amarok"
	EGIT_REPO_URI="git://gitorious.org/amarok/amarok.git"
fi

inherit base cmake-utils ${GIT_ECLASS}

MY_PN="amarok"

DESCRIPTION="Various utility programs for Amarok."
HOMEPAGE="http://amarok.kde.org/"
if [[ ${PV} = *9999* ]]; then
	SRC_URI=""
else
	SRC_URI="mirror://kde/stable/${MY_PN}/${PV}/src/${MY_PN}-${PV}.tar.bz2"
fi

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

DEPEND="
	>=media-libs/taglib-1.6
	>=media-libs/taglib-extras-1.0.1
	>=x11-libs/qt-core-4.4:4
	>=x11-libs/qt-dbus-4.4:4
"
RDEPEND="${DEPEND}
	!<media-sound/amarok-2.1.80:2
	!<media-sound/amarok-2.1.80:${SLOT}
"

S="${WORKDIR}/${MY_PN}-${PV}"

DOCS="TODO README ChangeLog AUTHORS"

src_prepare() {
	# Disable po processing
	sed -e "s:include(MacroOptionalAddSubdirectory)::" \
		-i "${S}/CMakeLists.txt" \
		|| die "Removing include of MacroOptionalAddSubdirectory failed."
	sed -e "s:macro_optional_add_subdirectory( po )::" \
		-i "${S}/CMakeLists.txt" \
		|| die "Removing include of MacroOptionalAddSubdirectory failed."

	base_src_prepare
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		-DWITH_PLAYER=OFF
		-DWITH_UTILITIES=ON"

	cmake-utils_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: ChangeLog amarok-utils-2.2.0.ebuild
@ 2009-10-26 15:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-26 15:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/26 15:55:31

  Modified:             ChangeLog amarok-utils-2.2.0.ebuild
  Log:
  amd64 stable wrt #290483
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-sound/amarok-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Oct 2009 01:12:50 -0000	1.5
+++ ChangeLog	26 Oct 2009 15:55:30 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/amarok-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.5 2009/10/02 01:12:50 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.6 2009/10/26 15:55:30 ssuominen Exp $
+
+  26 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+  amarok-utils-2.2.0.ebuild:
+  amd64 stable wrt #290483
 
 *amarok-utils-2.2.0 (02 Oct 2009)
 



1.2                  media-sound/amarok-utils/amarok-utils-2.2.0.ebuild

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

Index: amarok-utils-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- amarok-utils-2.2.0.ebuild	2 Oct 2009 01:12:51 -0000	1.1
+++ amarok-utils-2.2.0.ebuild	26 Oct 2009 15:55:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v 1.1 2009/10/02 01:12:51 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v 1.2 2009/10/26 15:55:30 ssuominen Exp $
 
 EAPI="2"
 
@@ -23,7 +23,7 @@
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="4"
 IUSE="debug"
 






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: ChangeLog amarok-utils-2.2.0.ebuild
@ 2009-11-09 18:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-11-09 18:07 UTC (permalink / raw
  To: gentoo-commits

fauli       09/11/09 18:07:28

  Modified:             ChangeLog amarok-utils-2.2.0.ebuild
  Log:
  stable x86, bug 290483
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.7                  media-sound/amarok-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	26 Oct 2009 15:55:30 -0000	1.6
+++ ChangeLog	9 Nov 2009 18:07:27 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/amarok-utils
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.6 2009/10/26 15:55:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/ChangeLog,v 1.7 2009/11/09 18:07:27 fauli Exp $
+
+  09 Nov 2009; Christian Faulhammer <fauli@gentoo.org>
+  amarok-utils-2.2.0.ebuild:
+  stable x86, bug 290483
 
   26 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   amarok-utils-2.2.0.ebuild:



1.3                  media-sound/amarok-utils/amarok-utils-2.2.0.ebuild

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

Index: amarok-utils-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amarok-utils-2.2.0.ebuild	26 Oct 2009 15:55:30 -0000	1.2
+++ amarok-utils-2.2.0.ebuild	9 Nov 2009 18:07:27 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v 1.2 2009/10/26 15:55:30 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok-utils/amarok-utils-2.2.0.ebuild,v 1.3 2009/11/09 18:07:27 fauli Exp $
 
 EAPI="2"
 
@@ -23,7 +23,7 @@
 fi
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 SLOT="4"
 IUSE="debug"
 






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

end of thread, other threads:[~2009-11-09 18:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-02  1:12 [gentoo-commits] gentoo-x86 commit in media-sound/amarok-utils: ChangeLog amarok-utils-2.2.0.ebuild Jorge Manuel B. S. Vicetto (jmbsvicetto)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-26 15:55 Samuli Suominen (ssuominen)
2009-11-09 18:07 Christian Faulhammer (fauli)

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