Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/ikelos:master commit in: app-forensics/libforensic1394/
Date: Fri, 27 May 2011 20:51:55
Message-Id: e030d1483bf508203bd6e9485290595f12cf75d4.ikelos@gentoo
1 commit: e030d1483bf508203bd6e9485290595f12cf75d4
2 Author: Mike Auty <mike.auty <AT> gmail <DOT> com>
3 AuthorDate: Thu May 26 10:00:45 2011 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 10:00:45 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=e030d148
7
8 Change the python dependency on libforensic1394 to include 2.7.
9
10 ---
11 app-forensics/libforensic1394/Manifest | 2 +-
12 .../libforensic1394/libforensic1394-0.2.ebuild | 3 ++-
13 .../libforensic1394/libforensic1394-9999.ebuild | 3 ++-
14 3 files changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/app-forensics/libforensic1394/Manifest b/app-forensics/libforensic1394/Manifest
17 index 2b51746..244c045 100644
18 --- a/app-forensics/libforensic1394/Manifest
19 +++ b/app-forensics/libforensic1394/Manifest
20 @@ -1,4 +1,4 @@
21 AUX request-pipeline.patch 392 RMD160 3218f6664c874bdbd67228e3e55ab3a518d1bbcb SHA1 c74abc7b0945c0c36cca5927a5cb89d4ae085836 SHA256 30ca6b557a9c222ba4ba22a707ecf18697bf6e125c2360609937cbb8e6b23434
22 DIST libforensic1394-0.2.tar.gz 59223 RMD160 3e3c6ccc7e143ac0c9fbba63e1a7eb2933404b01 SHA1 179526652977c291303e4f7edc3c7ed487eb0eca SHA256 50a82fe2899aa901104055da2ac00b4c438cf1d0d991f5ec1215d4658414652e
23 -EBUILD libforensic1394-0.2.ebuild 887 RMD160 9771270a1db92179cc4179fca708bef2c2634d2a SHA1 77d19281ab7b9ac626c230fdc0125079f0eebba9 SHA256 5bcb11ba24ad9018365fa641f06fb4c345f8fbcade0f0e5f3071ac19e3337973
24 +EBUILD libforensic1394-0.2.ebuild 903 RMD160 1f36a25a3a5f5f5c457176680489447a0ffa73ba SHA1 ca1db67d2562c97c6bb087638783104d410e81b2 SHA256 67ed11750ea27bcb5b5b34bd4f79002bc55169eed677f2a5612d8795f9b6ff0c
25 EBUILD libforensic1394-9999.ebuild 891 RMD160 ba0bf7e9a0821addeda2533784b7b4d85cba9a2f SHA1 03082240910f701416dfc69b49ea496f35dd9fdf SHA256 778fa39a3bdf4bf02f8eddc4d4fc451ed256aa75f8544c0521f6dc9a0edaee34
26
27 diff --git a/app-forensics/libforensic1394/libforensic1394-0.2.ebuild b/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
28 index af4288d..84206a5 100644
29 --- a/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
30 +++ b/app-forensics/libforensic1394/libforensic1394-0.2.ebuild
31 @@ -3,6 +3,7 @@
32 # $Header: $
33
34 EAPI=3
35 +PYTHON_DEPEND="2:2.6"
36
37 inherit eutils distutils cmake-utils
38
39 @@ -15,7 +16,7 @@ SLOT="0"
40 KEYWORDS="~x86 ~amd64"
41 IUSE="python"
42
43 -DEPEND="python? ( =dev-lang/python-2.6* )"
44 +DEPEND="python? ( dev-lang/python )"
45 RDEPEND="${DEPEND}"
46
47 #src_prepare() {
48
49 diff --git a/app-forensics/libforensic1394/libforensic1394-9999.ebuild b/app-forensics/libforensic1394/libforensic1394-9999.ebuild
50 index 7ded570..e3c8f80 100644
51 --- a/app-forensics/libforensic1394/libforensic1394-9999.ebuild
52 +++ b/app-forensics/libforensic1394/libforensic1394-9999.ebuild
53 @@ -3,6 +3,7 @@
54 # $Header: $
55
56 EAPI=3
57 +PYTHON_DEPEND="2:2.6"
58
59 inherit eutils distutils cmake-utils git
60
61 @@ -16,7 +17,7 @@ SLOT="0"
62 KEYWORDS="-x86 -amd64"
63 IUSE="python"
64
65 -DEPEND="python? ( =dev-lang/python-2.6* )"
66 +DEPEND="python? ( dev-lang/python )"
67 RDEPEND="${DEPEND}"
68
69 src_prepare() {