public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-01-12 19:48 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-12 19:48 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/12 19:48:41

  Modified:             ChangeLog
  Added:                amarok-2.0.1.1.ebuild
  Log:
  Adding amarok 2.0.1.1 from kde-testing
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.295                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- ChangeLog	14 Dec 2008 19:40:53 -0000	1.294
+++ ChangeLog	12 Jan 2009 19:48:41 -0000	1.295
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/amarok
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.294 2008/12/14 19:40:53 scarabeus Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.295 2009/01/12 19:48:41 alexxy Exp $
+
+*amarok-2.0.1.1 (12 Jan 2009)
+
+  12 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +amarok-2.0.1.1.ebuild:
+  Version bump to 2.0.1.1
 
   14 Dec 2008; Tomas Chvatal <scarabeus@gentoo.org> amarok-2.0.ebuild:
   Block mysql compiled with minimal useflag. Fixes bug #250702.



1.1                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.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/amarok-2.0.1.1.ebuild,v 1.1 2009/01/12 19:48:41 alexxy Exp $

EAPI="2"

OPENGL_REQUIRED="optional"
KDE_LINGUAS="ar be bg ca cs csb da de el eo es et eu fi fr ga gl he is it ja km
			ko ku lt lv nb nds ne nl nn oc pa pl pt pt_BR ro ru se si sk sl sv
			th tr uk zh_CN zh_TW"
inherit kde4-base

DESCRIPTION="Advanced audio player based on KDE framework."
HOMEPAGE="http://amarok.kde.org/"

LICENSE="GPL-2"
KEYWORDS="~x86"
SLOT="2"
IUSE="cdaudio daap debug ifp ipod mp3tunes mp4 mtp njb +semantic-desktop"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"

DEPEND=">=app-misc/strigi-0.5.7
	|| (
		>=dev-db/mysql-5.0[embedded]
		>=dev-db/mysql-community-5.0[embedded]
	)
	>=media-libs/taglib-1.5
	|| ( media-sound/phonon x11-libs/qt-phonon:4 )
	>=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
	>=kde-base/plasma-workspace-${KDE_MINIMAL}
	x11-libs/qt-webkit:4
	cdaudio? (
		>=kde-base/libkcompactdisc-${KDE_MINIMAL}
		>=kde-base/libkcddb-${KDE_MINIMAL}
	)
	ifp? ( media-libs/libifp )
	ipod? ( >=media-libs/libgpod-0.4.2 )
	mp3tunes? (
		dev-libs/libxml2
		dev-libs/openssl
		net-libs/loudmouth
		net-misc/curl
	)
	mp4? ( media-libs/libmp4v2 )
	mtp? ( >=media-libs/libmtp-0.3.0 )
	njb? ( >=media-libs/libnjb-2.2.4 )
	semantic-desktop? ( dev-libs/soprano[sesame2] )"

RDEPEND="${DEPEND}
	app-arch/unzip
	daap? ( www-servers/mongrel )"

src_configure() {
	if use debug; then
		mycmakeargs="${mycmakeargs} -DCMAKE_BUILD_TYPE=debugfull"
	fi

	if ! use mp3tunes; then
		sed -e'/mp3tunes/ s:^:#DONOTWANT :' \
			-i "${S}"/src/services/CMakeLists.txt \
			|| die "Deactivating mp3tunes failed."
	fi

	# Remove superfluous QT_WEBKIT
	sed -e 's/ -DQT_WEBKIT//g' \
		-i "${S}"/src/scriptengine/generator/generator/CMakeLists.txt \
		|| die "Removing unnecessary -DQT_WEBKIT failed."

	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with ipod Ipod)
		$(cmake-utils_use_with ifp Ifp)
		$(cmake-utils_use_with mp4 Mp4v2)
		$(cmake-utils_use_with mtp Mtp)
		$(cmake-utils_use_with njb Njb)
		$(cmake-utils_use_with semantic-desktop Nepomuk)
		$(cmake-utils_use_with semantic-desktop Soprano)"
	kde4-base_src_configure
}







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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-01-13 13:01 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-13 13:01 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/13 13:01:23

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  cdadio support removed from amarok 2.0.1.1 by upstram
  (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.296                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.295
retrieving revision 1.296
diff -u -r1.295 -r1.296
--- ChangeLog	12 Jan 2009 19:48:41 -0000	1.295
+++ ChangeLog	13 Jan 2009 13:01:23 -0000	1.296
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.295 2009/01/12 19:48:41 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.296 2009/01/13 13:01:23 alexxy Exp $
+
+  13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  cdaudio support removed from amarok by upstream
 
 *amarok-2.0.1.1 (12 Jan 2009)
 



1.3                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- amarok-2.0.1.1.ebuild	12 Jan 2009 22:16:59 -0000	1.2
+++ amarok-2.0.1.1.ebuild	13 Jan 2009 13:01:23 -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/amarok-2.0.1.1.ebuild,v 1.2 2009/01/12 22:16:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.3 2009/01/13 13:01:23 alexxy Exp $
 
 EAPI="2"
 
@@ -16,7 +16,7 @@
 LICENSE="GPL-2"
 KEYWORDS="~x86"
 SLOT="2"
-IUSE="cdaudio daap debug ifp ipod mp3tunes mp4 mtp njb +semantic-desktop"
+IUSE="daap debug ifp ipod mp3tunes mp4 mtp njb +semantic-desktop"
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
 
 DEPEND=">=app-misc/strigi-0.5.7
@@ -29,10 +29,6 @@
 	>=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
 	>=kde-base/plasma-workspace-${KDE_MINIMAL}
 	x11-libs/qt-webkit:4
-	cdaudio? (
-		>=kde-base/libkcompactdisc-${KDE_MINIMAL}
-		>=kde-base/libkcddb-${KDE_MINIMAL}
-	)
 	ifp? ( media-libs/libifp )
 	ipod? ( >=media-libs/libgpod-0.4.2 )
 	mp3tunes? (






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-01-13 14:40 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-13 14:40 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/13 14:40:23

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Add block to mysql builded with USE=minimal. That solves bug #254820
  (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.298                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -r1.297 -r1.298
--- ChangeLog	13 Jan 2009 13:08:30 -0000	1.297
+++ ChangeLog	13 Jan 2009 14:40:22 -0000	1.298
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.297 2009/01/13 13:08:30 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.298 2009/01/13 14:40:22 alexxy Exp $
+
+  13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  Add block to mysql builded with USE=minimal. That solves bug #254820
 
   13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> -amarok-1.90-r1.ebuild,
   -amarok-2.0.ebuild:



1.4                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- amarok-2.0.1.1.ebuild	13 Jan 2009 13:01:23 -0000	1.3
+++ amarok-2.0.1.1.ebuild	13 Jan 2009 14:40:22 -0000	1.4
@@ -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/amarok-2.0.1.1.ebuild,v 1.3 2009/01/13 13:01:23 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.4 2009/01/13 14:40:22 alexxy Exp $
 
 EAPI="2"
 
@@ -21,8 +21,8 @@
 
 DEPEND=">=app-misc/strigi-0.5.7
 	|| (
-		>=dev-db/mysql-5.0[embedded]
-		>=dev-db/mysql-community-5.0[embedded]
+		>=dev-db/mysql-5.0[embedded,-minimal]
+		>=dev-db/mysql-community-5.0[embedded,-minimal]
 	)
 	>=media-libs/taglib-1.5
 	|| ( media-sound/phonon x11-libs/qt-phonon:4 )






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-01-13 15:07 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-01-13 15:07 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/01/13 15:07:05

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Add big fat warning about building amarok on amd64
  (Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.299                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -r1.298 -r1.299
--- ChangeLog	13 Jan 2009 14:40:22 -0000	1.298
+++ ChangeLog	13 Jan 2009 15:07:05 -0000	1.299
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.298 2009/01/13 14:40:22 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.299 2009/01/13 15:07:05 alexxy Exp $
+
+  13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  Add big fat warning about building amarok 2.0.1.1 on amd64.
 
   13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
   Add block to mysql builded with USE=minimal. That solves bug #254820



1.5                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- amarok-2.0.1.1.ebuild	13 Jan 2009 14:40:22 -0000	1.4
+++ amarok-2.0.1.1.ebuild	13 Jan 2009 15:07:05 -0000	1.5
@@ -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/amarok-2.0.1.1.ebuild,v 1.4 2009/01/13 14:40:22 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.5 2009/01/13 15:07:05 alexxy Exp $
 
 EAPI="2"
 
@@ -46,6 +46,23 @@
 	app-arch/unzip
 	daap? ( www-servers/mongrel )"
 
+pkg_setup() {
+	if use amd64 ; then
+		ewarn
+		ewarn "Compilation will fail if dev-db/mysql[-community] is built without -fPIC in your CFLAGS!"
+		ewarn "Related bug: http://bugs.gentoo.org/show_bug.cgi?id=238487"
+		ewarn
+		ewarn "To fix this, and to avoid using -fPIC globally in your make.conf	(which is not recommended),"
+		ewarn "put the following into /etc/portage/env/dev-db/mysql (or	mysql-community, depending on which you use;"
+		ewarn "create dirs and the file if they don't exist):"
+		ewarn
+		ewarn "CFLAGS=\"${CFLAGS} -DPIC -fPIC\""
+		ewarn "CXXFLAGS=\"${CXXFLAGS} -DPIC -fPIC\""
+		ewarn
+	fi
+	kde4-base_pkg_setup
+}
+
 src_configure() {
 	if use debug; then
 		mycmakeargs="${mycmakeargs} -DCMAKE_BUILD_TYPE=debugfull"






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-01-25 22:17 Markus Ullmann (jokey)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Ullmann (jokey) @ 2009-01-25 22:17 UTC (permalink / raw
  To: gentoo-commits

jokey       09/01/25 22:17:58

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Revert keyword per #gentoo-dev talk
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.300                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -r1.299 -r1.300
--- ChangeLog	13 Jan 2009 15:07:05 -0000	1.299
+++ ChangeLog	25 Jan 2009 22:17:57 -0000	1.300
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.299 2009/01/13 15:07:05 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.300 2009/01/25 22:17:57 jokey Exp $
+
+  25 Jan 2009; <jokey@gentoo.org> amarok-2.0.1.1.ebuild:
+  Revert keyword per #gentoo-dev talk
 
   13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
   Add big fat warning about building amarok 2.0.1.1 on amd64.



1.7                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amarok-2.0.1.1.ebuild	25 Jan 2009 22:08:08 -0000	1.6
+++ amarok-2.0.1.1.ebuild	25 Jan 2009 22:17:57 -0000	1.7
@@ -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/amarok-2.0.1.1.ebuild,v 1.6 2009/01/25 22:08:08 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.7 2009/01/25 22:17:57 jokey Exp $
 
 EAPI="2"
 
@@ -14,7 +14,7 @@
 HOMEPAGE="http://amarok.kde.org/"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~x86"
 SLOT="2"
 IUSE="daap debug ifp ipod mp3tunes mp4 mtp njb +semantic-desktop"
 SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-02-10 22:09 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-02-10 22:09 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/02/10 22:09:34

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
   Fix ipod issue with amarok 2.0. Per bug #255730.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.302                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -r1.301 -r1.302
--- ChangeLog	30 Jan 2009 15:35:30 -0000	1.301
+++ ChangeLog	10 Feb 2009 22:09:34 -0000	1.302
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.301 2009/01/30 15:35:30 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.302 2009/02/10 22:09:34 scarabeus Exp $
+
+  10 Feb 2009; Tomas Chvatal <scarabeus@gentoo.org>
+  +files/2.0.1.1-ipod.patch, amarok-2.0.1.1.ebuild:
+  Fix ipod issue with amarok 2.0. Per bug #255730.
 
 *amarok-1.4.10_p20090130-r1 (30 Jan 2009)
 *amarok-1.4.10_p20090130 (30 Jan 2009)



1.8                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- amarok-2.0.1.1.ebuild	25 Jan 2009 22:17:57 -0000	1.7
+++ amarok-2.0.1.1.ebuild	10 Feb 2009 22:09:34 -0000	1.8
@@ -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/amarok-2.0.1.1.ebuild,v 1.7 2009/01/25 22:17:57 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.8 2009/02/10 22:09:34 scarabeus Exp $
 
 EAPI="2"
 
@@ -30,7 +30,7 @@
 	>=kde-base/plasma-workspace-${KDE_MINIMAL}
 	x11-libs/qt-webkit:4
 	ifp? ( media-libs/libifp )
-	ipod? ( >=media-libs/libgpod-0.4.2 )
+	ipod? ( >=media-libs/libgpod-0.7.0 )
 	mp3tunes? (
 		dev-libs/libxml2
 		dev-libs/openssl
@@ -46,6 +46,8 @@
 	app-arch/unzip
 	daap? ( www-servers/mongrel )"
 
+PATCHES=( "${FILESDIR}/${PV}-ipod.patch" )
+
 pkg_setup() {
 	if use amd64 ; then
 		ewarn






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-03-01 10:56 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-01 10:56 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/01 10:56:09

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Ajust deps
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.304                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -r1.303 -r1.304
--- ChangeLog	28 Feb 2009 10:41:24 -0000	1.303
+++ ChangeLog	1 Mar 2009 10:56:09 -0000	1.304
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.303 2009/02/28 10:41:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.304 2009/03/01 10:56:09 alexxy Exp $
+
+  01 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  Ajust deps
 
   28 Feb 2009; Markus Meier <maekke@gentoo.org> metadata.xml:
   semantic-desktop is a global USE-flag



1.9                  media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- amarok-2.0.1.1.ebuild	10 Feb 2009 22:09:34 -0000	1.8
+++ amarok-2.0.1.1.ebuild	1 Mar 2009 10:56:09 -0000	1.9
@@ -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/amarok-2.0.1.1.ebuild,v 1.8 2009/02/10 22:09:34 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.9 2009/03/01 10:56:09 alexxy Exp $
 
 EAPI="2"
 
@@ -40,7 +40,7 @@
 	mp4? ( media-libs/libmp4v2 )
 	mtp? ( >=media-libs/libmtp-0.3.0 )
 	njb? ( >=media-libs/libnjb-2.2.4 )
-	semantic-desktop? ( dev-libs/soprano[sesame2] )"
+	semantic-desktop? ( dev-libs/soprano[redland] )"
 
 RDEPEND="${DEPEND}
 	app-arch/unzip






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-03-01 17:53 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-01 17:53 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/01 17:53:03

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Adjust deps; make users happy =)
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.305                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -r1.304 -r1.305
--- ChangeLog	1 Mar 2009 10:56:09 -0000	1.304
+++ ChangeLog	1 Mar 2009 17:53:02 -0000	1.305
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.304 2009/03/01 10:56:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.305 2009/03/01 17:53:02 alexxy Exp $
+
+  01 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  Adjust deps
 
   01 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
   Ajust deps



1.10                 media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- amarok-2.0.1.1.ebuild	1 Mar 2009 10:56:09 -0000	1.9
+++ amarok-2.0.1.1.ebuild	1 Mar 2009 17:53:03 -0000	1.10
@@ -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/amarok-2.0.1.1.ebuild,v 1.9 2009/03/01 10:56:09 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.10 2009/03/01 17:53:03 alexxy Exp $
 
 EAPI="2"
 
@@ -40,7 +40,10 @@
 	mp4? ( media-libs/libmp4v2 )
 	mtp? ( >=media-libs/libmtp-0.3.0 )
 	njb? ( >=media-libs/libnjb-2.2.4 )
-	semantic-desktop? ( dev-libs/soprano[redland] )"
+	semantic-desktop? ( ||
+						( dev-libs/soprano[redland]
+							dev-libs/soprano[seasame2] )
+					)"
 
 RDEPEND="${DEPEND}
 	app-arch/unzip






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-03-02 13:30 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 10+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2009-03-02 13:30 UTC (permalink / raw
  To: gentoo-commits

alexxy      09/03/02 13:30:08

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Typo...
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.306                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- ChangeLog	1 Mar 2009 17:53:02 -0000	1.305
+++ ChangeLog	2 Mar 2009 13:30:07 -0000	1.306
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.305 2009/03/01 17:53:02 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.306 2009/03/02 13:30:07 alexxy Exp $
+
+  02 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
+  Fix typo
 
   01 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> amarok-2.0.1.1.ebuild:
   Adjust deps



1.11                 media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- amarok-2.0.1.1.ebuild	1 Mar 2009 17:53:03 -0000	1.10
+++ amarok-2.0.1.1.ebuild	2 Mar 2009 13:30:07 -0000	1.11
@@ -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/amarok-2.0.1.1.ebuild,v 1.10 2009/03/01 17:53:03 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.11 2009/03/02 13:30:07 alexxy Exp $
 
 EAPI="2"
 
@@ -42,7 +42,7 @@
 	njb? ( >=media-libs/libnjb-2.2.4 )
 	semantic-desktop? ( ||
 						( dev-libs/soprano[redland]
-							dev-libs/soprano[seasame2] )
+							dev-libs/soprano[sesame2] )
 					)"
 
 RDEPEND="${DEPEND}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild
@ 2009-03-16 10:24 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 10+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-03-16 10:24 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/03/16 10:24:20

  Modified:             ChangeLog amarok-2.0.1.1.ebuild
  Log:
  Remove redundant dep. Already handled by kdelibs.
  (Portage version: 2.2_rc25/cvs/Linux i686)

Revision  Changes    Path
1.311                media-sound/amarok/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -r1.310 -r1.311
--- ChangeLog	11 Mar 2009 16:04:16 -0000	1.310
+++ ChangeLog	16 Mar 2009 10:24:20 -0000	1.311
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/amarok
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.310 2009/03/11 16:04:16 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.311 2009/03/16 10:24:20 scarabeus Exp $
+
+  16 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> amarok-2.0.1.1.ebuild:
+  Remove redundant dep. Already handled by kdelibs.
 
   11 Mar 2009; Brent Baude <ranger@gentoo.org> amarok-1.4.10-r2.ebuild:
   Marking amarok-1.4.10-r2 ppc64 for bug 254896



1.12                 media-sound/amarok/amarok-2.0.1.1.ebuild

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

Index: amarok-2.0.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- amarok-2.0.1.1.ebuild	2 Mar 2009 13:30:07 -0000	1.11
+++ amarok-2.0.1.1.ebuild	16 Mar 2009 10:24:20 -0000	1.12
@@ -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/amarok-2.0.1.1.ebuild,v 1.11 2009/03/02 13:30:07 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.0.1.1.ebuild,v 1.12 2009/03/16 10:24:20 scarabeus Exp $
 
 EAPI="2"
 
@@ -40,10 +40,7 @@
 	mp4? ( media-libs/libmp4v2 )
 	mtp? ( >=media-libs/libmtp-0.3.0 )
 	njb? ( >=media-libs/libnjb-2.2.4 )
-	semantic-desktop? ( ||
-						( dev-libs/soprano[redland]
-							dev-libs/soprano[sesame2] )
-					)"
+"
 
 RDEPEND="${DEPEND}
 	app-arch/unzip






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

end of thread, other threads:[~2009-03-16 10:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 17:53 [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.0.1.1.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-16 10:24 Tomas Chvatal (scarabeus)
2009-03-02 13:30 Alexey Shvetsov (alexxy)
2009-03-01 10:56 Alexey Shvetsov (alexxy)
2009-02-10 22:09 Tomas Chvatal (scarabeus)
2009-01-25 22:17 Markus Ullmann (jokey)
2009-01-13 15:07 Alexey Shvetsov (alexxy)
2009-01-13 14:40 Alexey Shvetsov (alexxy)
2009-01-13 13:01 Alexey Shvetsov (alexxy)
2009-01-12 19:48 Alexey Shvetsov (alexxy)

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