summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-03-29 00:54:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-03-29 00:54:05 +0000
commit168783b87bc18694be3bca3131f85bfdca6e036f (patch)
treedeb15325def84650d38bc5147f5f61b002810770 /app-pda
parentLinux patch 2.6.37.6 (diff)
downloadhistorical-168783b87bc18694be3bca3131f85bfdca6e036f.tar.gz
historical-168783b87bc18694be3bca3131f85bfdca6e036f.tar.bz2
historical-168783b87bc18694be3bca3131f85bfdca6e036f.zip
old
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/libimobiledevice/Manifest4
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild32
-rw-r--r--app-pda/libimobiledevice/libimobiledevice-1.0.1.ebuild33
3 files changed, 0 insertions, 69 deletions
diff --git a/app-pda/libimobiledevice/Manifest b/app-pda/libimobiledevice/Manifest
index 9ee71a062395..bde3f48afe84 100644
--- a/app-pda/libimobiledevice/Manifest
+++ b/app-pda/libimobiledevice/Manifest
@@ -1,9 +1,5 @@
-DIST libimobiledevice-1.0.0.tar.bz2 409689 RMD160 dd90923e952aa616a31de60c7830827bad9065cf SHA1 a622656b0ade86edf85fa26d22e7e54b5051dff1 SHA256 1620ed57441f1fb6a5f62ab4579213a0b1193f301a4c198ac1d013dd62eff480
-DIST libimobiledevice-1.0.1.tar.bz2 413654 RMD160 a256486cfbd6bc77d0860854181cb734d6e1cdaf SHA1 5bffa26165e84890f1e3fc844121b7f9780fa7bf SHA256 ae4887870f4b44a648b21ca220cca23515db8a97d48514cba2e8a0a30f38b7ac
DIST libimobiledevice-1.0.2.tar.bz2 416635 RMD160 f79f720071111f36d5ba22f152d739f178a70f67 SHA1 a826d8921b44a66890e1d0a3fdfc8913d0dae1f4 SHA256 ba70db90517d3e7179c105004e189c9ea9bfdba8d888716ee0b0050c32047df1
DIST libimobiledevice-1.0.4.tar.bz2 413573 RMD160 1f1bfd360f908b398b3fdbb767fb884eeddbfee8 SHA1 829024379c02ff8c52b94accb4315020ff31ea1a SHA256 2b836f09b95c9cf644ac824647b66d823cd135c5e0d4a8fca863d5314734d046
-EBUILD libimobiledevice-1.0.0.ebuild 829 RMD160 471def2df10ea0398ddf83ea6a7bc19c25435ccf SHA1 ad8b33441dbce10dc9ca3f52398bcb3afe03aa79 SHA256 ca2e23110fc6ba95d31293115c4b91283ddf48a34b0c55ad28be3ca3400c0b61
-EBUILD libimobiledevice-1.0.1.ebuild 845 RMD160 e892289c200140361d8cd314cb6e6cdb464d8c4e SHA1 b8d17534b5632682e0aa5273d5d047698a92e297 SHA256 d373f072317ae2d08983459d8b69958977b29c9eb5358068efb6e60c65340647
EBUILD libimobiledevice-1.0.2.ebuild 849 RMD160 10462aae44ed9a98930061edebc574cbee4c2b26 SHA1 912d4c27bb02fdb82e68b0f433b834cc945318ba SHA256 b17e12c6e914b44dde3a39516ce5a90e6b5733dfa8b11f53251fadb8f9b29774
EBUILD libimobiledevice-1.0.4.ebuild 832 RMD160 724fe7cd686daa049c6c15190dccd1414891a237 SHA1 0e7d4d109671043a3a5cfa624cd553c6307a7e0e SHA256 3bd4868799844b94b74107681eb68134bf42e508a3bc573715bacaafcb297dea
MISC ChangeLog 1749 RMD160 e1e9fe3c7494958d3dfb447b284f39690c897abf SHA1 9e74ffac75d5cc12584edd59fa2925f17105091f SHA256 10e5df2a64ff20c477ff2836322eef750bee65913f2e4e775dcfde3419b1f64c
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild
deleted file mode 100644
index 4b15b32cbd72..000000000000
--- a/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.0.ebuild,v 1.3 2010/05/28 10:10:04 maekke Exp $
-
-EAPI=3
-
-DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python"
-
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-RDEPEND=">=app-pda/libplist-1.1
- >=app-pda/usbmuxd-1.0.0_rc2
- >=dev-libs/glib-2.14.1
- dev-libs/libgcrypt
- net-libs/gnutls
- sys-fs/fuse
- virtual/libusb:0
- !app-pda/libiphone"
-
-src_configure() {
- econf $(use_with python swig)
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
-}
diff --git a/app-pda/libimobiledevice/libimobiledevice-1.0.1.ebuild b/app-pda/libimobiledevice/libimobiledevice-1.0.1.ebuild
deleted file mode 100644
index fc7c8ae5a8d3..000000000000
--- a/app-pda/libimobiledevice/libimobiledevice-1.0.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libimobiledevice/libimobiledevice-1.0.1.ebuild,v 1.1 2010/05/28 16:01:59 bangert Exp $
-
-EAPI=3
-
-DESCRIPTION="Support library to communicate with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python"
-
-DEPEND="dev-util/pkgconfig
- ${RDEPEND}"
-RDEPEND=">=app-pda/libplist-1.3
- >=app-pda/usbmuxd-1.0.3
- >=dev-libs/glib-2.14.1
- dev-libs/libgcrypt
- net-libs/gnutls
- sys-fs/fuse
- virtual/libusb:0
- !app-pda/libiphone"
-
-src_configure() {
- econf $(use_with python swig)
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README NEWS
-}