public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice: libipoddevice-0.5.3.ebuild ChangeLog
@ 2008-01-10 18:19 Samuli Suominen (drac)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-10 18:19 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/10 18:19:37

  Modified:             libipoddevice-0.5.3.ebuild ChangeLog
  Log:
  fix deps
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.6                  media-libs/libipoddevice/libipoddevice-0.5.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild?r1=1.5&r2=1.6

Index: libipoddevice-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libipoddevice-0.5.3.ebuild	24 Aug 2007 03:22:28 -0000	1.5
+++ libipoddevice-0.5.3.ebuild	10 Jan 2008 18:19:36 -0000	1.6
@@ -1,8 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.5 2007/08/24 03:22:28 metalgod Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.6 2008/01/10 18:19:36 drac Exp $
 
 DESCRIPTION="device-specific layer for the Apple iPod"
 HOMEPAGE="http://banshee-project.org/Libipoddevice"
@@ -16,31 +14,21 @@
 RDEPEND=">=dev-libs/dbus-glib-0.71
 	>=sys-apps/hal-0.5.2
 	sys-apps/pmount
-	virtual/eject"
-DEPEND="${RDEPEND}
-	>=dev-libs/glib-2.0
+	virtual/eject
 	>=gnome-base/libgtop-2.12
 	>=sys-apps/sg3_utils-1.20"
-
-pkg_setup() {
-	if [ ! -z $(best_version =sys-apps/dbus-0.62*) ]; then
-		if ! built_with_use "=sys-apps/dbus-0.62*" gtk; then
-			die "need sys-libs/dbus built with gtk USE flag"
-		fi
-	fi
-}
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig"
 
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
 	# use correct libdir in pkgconfig file
-	sed -i \
-		-e 's:^libdir=.*:libdir=@libdir@:' \
-		ipoddevice.pc.in \
-		|| die "sed failed"
+	sed -i -e 's:^libdir=.*:libdir=@libdir@:' \
+		ipoddevice.pc.in || die "sed failed."
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install || die "emake install failed."
 	dodoc ChangeLog NEWS README
 }



1.19                 media-libs/libipoddevice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Dec 2007 14:27:01 -0000	1.18
+++ ChangeLog	10 Jan 2008 18:19:36 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libipoddevice
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.18 2007/12/25 14:27:01 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.19 2008/01/10 18:19:36 drac Exp $
+
+  10 Jan 2008; Samuli Suominen <drac@gentoo.org> libipoddevice-0.5.3.ebuild:
+  Fix depends wrt #204868
 
   25 Dec 2007; Christian Heim <phreak@gentoo.org> metadata.xml:
   Removing metalgod from metadata.xml as per #99350.



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice: libipoddevice-0.5.3.ebuild ChangeLog
@ 2008-08-02 21:08 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-08-02 21:08 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/08/02 21:08:12

  Modified:             libipoddevice-0.5.3.ebuild ChangeLog
  Log:
  Fix building with >=sys-apps/sg3_utils-1.26, bug 229641. Ed Catmur <ed@catmur.co.uk> supplied the patch. Again.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.25.8 i686)

Revision  Changes    Path
1.7                  media-libs/libipoddevice/libipoddevice-0.5.3.ebuild

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

Index: libipoddevice-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libipoddevice-0.5.3.ebuild	10 Jan 2008 18:19:36 -0000	1.6
+++ libipoddevice-0.5.3.ebuild	2 Aug 2008 21:08:11 -0000	1.7
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.6 2008/01/10 18:19:36 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.7 2008/08/02 21:08:11 loki_val Exp $
+
+inherit base autotools
 
 DESCRIPTION="device-specific layer for the Apple iPod"
 HOMEPAGE="http://banshee-project.org/Libipoddevice"
@@ -20,12 +22,15 @@
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
+PATCHES=( "${FILESDIR}/${P}-libsgutils2.patch" )
+
 src_unpack() {
-	unpack ${A}
+	base_src_unpack
 	cd "${S}"
 	# use correct libdir in pkgconfig file
 	sed -i -e 's:^libdir=.*:libdir=@libdir@:' \
 		ipoddevice.pc.in || die "sed failed."
+	eautoreconf
 }
 
 src_install() {



1.20                 media-libs/libipoddevice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	10 Jan 2008 18:19:36 -0000	1.19
+++ ChangeLog	2 Aug 2008 21:08:11 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libipoddevice
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.19 2008/01/10 18:19:36 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.20 2008/08/02 21:08:11 loki_val Exp $
+
+  02 Aug 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +files/libipoddevice-0.5.3-libsgutils2.patch, libipoddevice-0.5.3.ebuild:
+  Fix building with >=sys-apps/sg3_utils-1.26, bug 229641. Ed Catmur
+  <ed@catmur.co.uk> supplied the patch. Again.
 
   10 Jan 2008; Samuli Suominen <drac@gentoo.org> libipoddevice-0.5.3.ebuild:
   Fix depends wrt #204868






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice: libipoddevice-0.5.3.ebuild ChangeLog
@ 2008-10-04 22:08 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-10-04 22:08 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/10/04 22:08:29

  Modified:             libipoddevice-0.5.3.ebuild ChangeLog
  Log:
  Fix compile bug 239693. Thanks to Evil Compile Person <bugs@dev.gentooexperimental.org>.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)

Revision  Changes    Path
1.8                  media-libs/libipoddevice/libipoddevice-0.5.3.ebuild

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

Index: libipoddevice-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libipoddevice-0.5.3.ebuild	2 Aug 2008 21:08:11 -0000	1.7
+++ libipoddevice-0.5.3.ebuild	4 Oct 2008 22:08:28 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.7 2008/08/02 21:08:11 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.8 2008/10/04 22:08:28 loki_val Exp $
 
 inherit base autotools
 
@@ -19,6 +19,7 @@
 	virtual/eject
 	>=gnome-base/libgtop-2.12
 	>=sys-apps/sg3_utils-1.20"
+	gnome-base/gnome-common
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 



1.21                 media-libs/libipoddevice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	2 Aug 2008 21:08:11 -0000	1.20
+++ ChangeLog	4 Oct 2008 22:08:28 -0000	1.21
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libipoddevice
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.20 2008/08/02 21:08:11 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.21 2008/10/04 22:08:28 loki_val Exp $
+
+  04 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
+  libipoddevice-0.5.3.ebuild:
+  Fix compile bug 239693. Thanks to Evil Compile Person
+  <bugs@dev.gentooexperimental.org>.
 
   02 Aug 2008; Peter Alfredsen <loki_val@gentoo.org>
   +files/libipoddevice-0.5.3-libsgutils2.patch, libipoddevice-0.5.3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice: libipoddevice-0.5.3.ebuild ChangeLog
@ 2008-10-05  9:44 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-10-05  9:44 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/10/05 09:44:00

  Modified:             libipoddevice-0.5.3.ebuild ChangeLog
  Log:
  Fixed typo. Thanks to tove@gento.org.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)

Revision  Changes    Path
1.9                  media-libs/libipoddevice/libipoddevice-0.5.3.ebuild

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

Index: libipoddevice-0.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libipoddevice-0.5.3.ebuild	4 Oct 2008 22:08:28 -0000	1.8
+++ libipoddevice-0.5.3.ebuild	5 Oct 2008 09:44:00 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.8 2008/10/04 22:08:28 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/libipoddevice-0.5.3.ebuild,v 1.9 2008/10/05 09:44:00 loki_val Exp $
 
 inherit base autotools
 
@@ -18,8 +18,8 @@
 	sys-apps/pmount
 	virtual/eject
 	>=gnome-base/libgtop-2.12
-	>=sys-apps/sg3_utils-1.20"
-	gnome-base/gnome-common
+	>=sys-apps/sg3_utils-1.20
+	gnome-base/gnome-common"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 



1.22                 media-libs/libipoddevice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	4 Oct 2008 22:08:28 -0000	1.21
+++ ChangeLog	5 Oct 2008 09:44:00 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/libipoddevice
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.21 2008/10/04 22:08:28 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libipoddevice/ChangeLog,v 1.22 2008/10/05 09:44:00 loki_val Exp $
+
+  05 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
+  libipoddevice-0.5.3.ebuild:
+  Fixed typo. Thanks to tove@gento.org.
 
   04 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
   libipoddevice-0.5.3.ebuild:






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

end of thread, other threads:[~2008-10-05  9:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05  9:44 [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice: libipoddevice-0.5.3.ebuild ChangeLog Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-04 22:08 Peter Alfredsen (loki_val)
2008-08-02 21:08 Peter Alfredsen (loki_val)
2008-01-10 18:19 Samuli Suominen (drac)

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