Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
Subject: gentoo-x86 commit in media-sound/banshee: banshee-1.4.3-r1.ebuild ChangeLog banshee-1.4.3.ebuild
Date: Wed, 27 May 2009 21:00:51 +0000
loki_val    09/05/27 21:00:51

  Modified:             banshee-1.4.3-r1.ebuild ChangeLog
                        banshee-1.4.3.ebuild
  Log:
  Upstream changed to a new directory structure. Add SRC_URI code to deal.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/banshee/banshee-1.4.3-r1.ebuild

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

Index: banshee-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- banshee-1.4.3-r1.ebuild	19 May 2009 03:00:12 -0000	1.1
+++ banshee-1.4.3-r1.ebuild	27 May 2009 21:00:51 -0000	1.2
@@ -1,16 +1,19 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3-r1.ebuild,v 1.1 2009/05/19 03:00:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3-r1.ebuild,v 1.2 2009/05/27 21:00:51 loki_val Exp $
 
 EAPI=2
 
-inherit eutils mono gnome2-utils fdo-mime
+inherit eutils mono gnome2-utils fdo-mime versionator
 
 GVER=0.10.7
 
 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
 HOMEPAGE="http://banshee-project.org"
-SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2
+
+BANSHEE_V2=$(get_version_component_range 2)
+[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
+SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2
 	mirror://gentoo/banshee-1.4.2-musicbrainz-fix.patch.bz2"
 
 LICENSE="MIT"



1.94                 media-sound/banshee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	19 May 2009 03:00:12 -0000	1.93
+++ ChangeLog	27 May 2009 21:00:51 -0000	1.94
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/banshee
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.93 2009/05/19 03:00:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.94 2009/05/27 21:00:51 loki_val Exp $
+
+  26 May 2009; Peter Alfredsen <loki_val@g.o> banshee-1.4.3.ebuild,
+  banshee-1.4.3-r1.ebuild:
+  Upstream changed to a new directory structure. Add SRC_URI code to deal.
 
 *banshee-1.4.3-r1 (19 May 2009)
 



1.8                  media-sound/banshee/banshee-1.4.3.ebuild

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

Index: banshee-1.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- banshee-1.4.3.ebuild	30 Apr 2009 15:36:29 -0000	1.7
+++ banshee-1.4.3.ebuild	27 May 2009 21:00:51 -0000	1.8
@@ -1,16 +1,19 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.7 2009/04/30 15:36:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/banshee-1.4.3.ebuild,v 1.8 2009/05/27 21:00:51 loki_val Exp $
 
 EAPI=2
 
-inherit eutils mono gnome2-utils fdo-mime
+inherit eutils mono gnome2-utils fdo-mime versionator
 
 GVER=0.10.7
 
 DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
 HOMEPAGE="http://banshee-project.org"
-SRC_URI="http://download.banshee-project.org/${PN}/${PN}-1-${PV}.tar.bz2
+
+BANSHEE_V2=$(get_version_component_range 2)
+[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
+SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2
 	mirror://gentoo/banshee-1.4.2-musicbrainz-fix.patch.bz2"
 
 LICENSE="MIT"





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
eselect r571 - tags
Next by thread:
eselect r572 - tags/release-1.1
Previous by date:
eselect r571 - tags
Next by date:
eselect r572 - tags/release-1.1


Updated Aug 27, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.