Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 312145 | Differences between
and this patch

Collapse All | Expand All

(-)libftdi.orig/libftdi-0.17.ebuild (-3 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v 1.3 2010/06/22 20:27:28 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.17.ebuild,v 1.3 2010/06/22 20:27:28 vapier Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="3::3.2"
7
8
inherit python
6
9
7
DESCRIPTION="Userspace access to FTDI USB interface chips"
10
DESCRIPTION="Userspace access to FTDI USB interface chips"
8
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/"
11
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/"
Lines 16-23 Link Here
16
RDEPEND="virtual/libusb:0
19
RDEPEND="virtual/libusb:0
17
	cxx? ( dev-libs/boost )"
20
	cxx? ( dev-libs/boost )"
18
DEPEND="${RDEPEND}
21
DEPEND="${RDEPEND}
19
	doc? ( app-doc/doxygen )
22
	doc? ( app-doc/doxygen )"
20
        python? ( dev-lang/python )"
21
23
22
src_prepare() {
24
src_prepare() {
23
	# don't bother building examples as we dont want the binaries
25
	# don't bother building examples as we dont want the binaries
(-)libftdi.orig/libftdi-0.19.ebuild (-3 / +9 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.19.ebuild,v 1.3 2011/10/20 15:40:57 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-0.19.ebuild,v 1.3 2011/10/20 15:40:57 vapier Exp $
4
4
5
EAPI="2"
5
EAPI="3"
6
PYTHON_DEPEND="2::2.7"
7
8
inherit python
6
9
7
if [[ ${PV} == 9999* ]] ; then
10
if [[ ${PV} == 9999* ]] ; then
8
	EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
11
	EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
Lines 22-29 Link Here
22
RDEPEND="virtual/libusb:0
25
RDEPEND="virtual/libusb:0
23
	cxx? ( dev-libs/boost )"
26
	cxx? ( dev-libs/boost )"
24
DEPEND="${RDEPEND}
27
DEPEND="${RDEPEND}
25
	doc? ( app-doc/doxygen )
28
	doc? ( app-doc/doxygen )"
26
        python? ( dev-lang/python )"
29
30
pkg_setup() {
31
	python_set_active_version 2
32
}
27
33
28
src_prepare() {
34
src_prepare() {
29
	if [[ ${PV} == 9999* ]] ; then
35
	if [[ ${PV} == 9999* ]] ; then

Return to bug 312145