summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-29 02:13:31 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-29 02:13:31 +0000
commit8c725069b656d090e9f9ea3e39a46bd0b02a78dc (patch)
tree6d34d6df5ddc37657a01a6aab142ecfacdf0b20b /app-pda/usbmuxd
parentpunt old (diff)
downloadgentoo-2-8c725069b656d090e9f9ea3e39a46bd0b02a78dc.tar.gz
gentoo-2-8c725069b656d090e9f9ea3e39a46bd0b02a78dc.tar.bz2
gentoo-2-8c725069b656d090e9f9ea3e39a46bd0b02a78dc.zip
Version bump wrt #360167 by wyvern.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/usbmuxd')
-rw-r--r--app-pda/usbmuxd/ChangeLog9
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.7.ebuild (renamed from app-pda/usbmuxd/usbmuxd-1.0.6.ebuild)18
2 files changed, 16 insertions, 11 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index 07aeb99de063..0486d3b69369 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/usbmuxd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.8 2010/11/30 11:04:15 bangert Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.9 2011/03/29 02:13:30 ssuominen Exp $
+
+*usbmuxd-1.0.7 (29 Mar 2011)
+
+ 29 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> +usbmuxd-1.0.7.ebuild:
+ Version bump wrt #360167 by wyvern.
*usbmuxd-1.0.6 (30 Nov 2010)
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild
index 216b0114fb6a..80ba7d0dcc23 100644
--- a/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild
+++ b/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.6.ebuild,v 1.1 2010/11/30 11:04:15 bangert Exp $
-
-EAPI="3"
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.7.ebuild,v 1.1 2011/03/29 02:13:31 ssuominen Exp $
+EAPI=3
inherit eutils cmake-utils
DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
HOMEPAGE="http://marcansoft.com/blog/iphonelinux/usbmuxd/"
-SRC_URI="http://marcansoft.com/uploads/${PN}/${P/_/-}.tar.bz2"
+SRC_URI="http://marcansoft.com/uploads/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2.1"
+LICENSE="GPL-2 GPL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE=""
-DEPEND="virtual/libusb:1"
+DEPEND="app-pda/libplist
+ virtual/libusb:1"
RDEPEND="${DEPEND}"
-S=${WORKDIR}/${P/_/-}
-
pkg_setup() {
enewgroup plugdev
enewuser usbmux -1 -1 -1 "usb,plugdev"
}
+
+DOCS="AUTHORS README README.devel"