diff options
author | Simone Gotti <motaboy@gentoo.org> | 2004-12-20 11:15:38 +0000 |
---|---|---|
committer | Simone Gotti <motaboy@gentoo.org> | 2004-12-20 11:15:38 +0000 |
commit | 55c7474d57d55cb2b7ee6dbb03bd48f1dea62eef (patch) | |
tree | cb9c4e11373dd41175e119bede1710a0304ab07f /app-pda/ipodslave | |
parent | New version; closes bug 74731 (Manifest recommit) (diff) | |
download | gentoo-2-55c7474d57d55cb2b7ee6dbb03bd48f1dea62eef.tar.gz gentoo-2-55c7474d57d55cb2b7ee6dbb03bd48f1dea62eef.tar.bz2 gentoo-2-55c7474d57d55cb2b7ee6dbb03bd48f1dea62eef.zip |
New ebuild, thanks to Jonas Bähr and Ortwin Glueck for ebuild and udev patch. Closes bug #60368.
Diffstat (limited to 'app-pda/ipodslave')
-rw-r--r-- | app-pda/ipodslave/ChangeLog | 11 | ||||
-rw-r--r-- | app-pda/ipodslave/Manifest | 3 | ||||
-rw-r--r-- | app-pda/ipodslave/files/digest-ipodslave-0.6.2 | 1 | ||||
-rw-r--r-- | app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch | 13 | ||||
-rw-r--r-- | app-pda/ipodslave/ipodslave-0.6.2.ebuild | 23 | ||||
-rw-r--r-- | app-pda/ipodslave/metadata.xml | 5 |
6 files changed, 56 insertions, 0 deletions
diff --git a/app-pda/ipodslave/ChangeLog b/app-pda/ipodslave/ChangeLog new file mode 100644 index 000000000000..5c34489ab239 --- /dev/null +++ b/app-pda/ipodslave/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/ipodslave +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ipodslave/ChangeLog,v 1.1 2004/12/20 11:15:38 motaboy Exp $ + +*ipodslave-0.6.2 (20 Dec 2004) + + 20 Dec 2004; Simone Gotti <motaboy@gentoo.org> +metadata.xml, + +files/ipodslave-0.6.2-udev.patch, +ipodslave-0.6.2.ebuild: + New ebuild, thanks to Jonas Bähr and Ortwin Glueck for ebuild and udev + patch. Closes bug #60368. + diff --git a/app-pda/ipodslave/Manifest b/app-pda/ipodslave/Manifest new file mode 100644 index 000000000000..942e7185dbae --- /dev/null +++ b/app-pda/ipodslave/Manifest @@ -0,0 +1,3 @@ +MD5 6ad1ccffce727823b726946997edba65 ipodslave-0.6.2.ebuild 568 +MD5 6b728e11f712671656a2a1e08fb7ba10 files/ipodslave-0.6.2-udev.patch 580 +MD5 fbdba03605d3f484f9f302116338fce1 files/digest-ipodslave-0.6.2 68 diff --git a/app-pda/ipodslave/files/digest-ipodslave-0.6.2 b/app-pda/ipodslave/files/digest-ipodslave-0.6.2 new file mode 100644 index 000000000000..7764b3678578 --- /dev/null +++ b/app-pda/ipodslave/files/digest-ipodslave-0.6.2 @@ -0,0 +1 @@ +MD5 aa5487ca49be6e36eaef582aa19e71cf ipodslave-0.6.2.tar.bz2 415755 diff --git a/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch b/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch new file mode 100644 index 000000000000..f852c6ecd8ee --- /dev/null +++ b/app-pda/ipodslave/files/ipodslave-0.6.2-udev.patch @@ -0,0 +1,13 @@ +--- src/ipodslave.cpp.org 2004-11-14 22:42:32.450327672 +0100 ++++ src/ipodslave.cpp 2004-11-14 22:42:52.081343304 +0100 +@@ -922,10 +922,6 @@ + QString mountpoint = (*mountiter)->mountPoint(); + QString device = (*mountiter)->mountedFrom(); + +- // only care about scsi devices (/dev/sd at the beginning or scsi somewhere in its name) +- if (device.find("/dev/sd") != 0 && device.find("scsi") < 0) +- continue; +- + if (ipod.open(mountpoint)) { + break; + } else { diff --git a/app-pda/ipodslave/ipodslave-0.6.2.ebuild b/app-pda/ipodslave/ipodslave-0.6.2.ebuild new file mode 100644 index 000000000000..ed9a03094d64 --- /dev/null +++ b/app-pda/ipodslave/ipodslave-0.6.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/ipodslave/ipodslave-0.6.2.ebuild,v 1.1 2004/12/20 11:15:38 motaboy Exp $ + +inherit kde eutils + +IUSE="" +DESCRIPTION="This ioslave enables KIO aware linux apps to access the Music stored on an Apple iPod. It further allows you to organize playlists and uploading tracks." +HOMEPAGE="http://kpod.sourceforge.net/ipodslave/" +SRC_URI="mirror://sourceforge/kpod/${P}.tar.bz2" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="media-libs/id3lib" + +need-kde 3.2 + +src_unpack() { + kde_src_unpack + + epatch ${FILESDIR}/${P}-udev.patch +}
\ No newline at end of file diff --git a/app-pda/ipodslave/metadata.xml b/app-pda/ipodslave/metadata.xml new file mode 100644 index 000000000000..b435a8440ccd --- /dev/null +++ b/app-pda/ipodslave/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-other</herd> +</pkgmetadata> |