diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-05-04 11:20:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-05-04 11:20:55 +0000 |
commit | 4908314add9de8226a4432cbea11936fa0a8ca56 (patch) | |
tree | f8e6dc0ff7332d764cd6d57946ba6e7cf0967aca /dev-embedded/libftd2xx | |
parent | x86 stable wrt bug #455548 (diff) | |
download | gentoo-2-4908314add9de8226a4432cbea11936fa0a8ca56.tar.gz gentoo-2-4908314add9de8226a4432cbea11936fa0a8ca56.tar.bz2 gentoo-2-4908314add9de8226a4432cbea11936fa0a8ca56.zip |
Version bump. Bug #498560 thanks to Brendan Horan <brendan@horan.hk> who will proxy-maintain the package
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'dev-embedded/libftd2xx')
-rw-r--r-- | dev-embedded/libftd2xx/ChangeLog | 11 | ||||
-rw-r--r-- | dev-embedded/libftd2xx/libftd2xx-1.1.12.ebuild | 46 | ||||
-rw-r--r-- | dev-embedded/libftd2xx/metadata.xml | 6 |
3 files changed, 59 insertions, 4 deletions
diff --git a/dev-embedded/libftd2xx/ChangeLog b/dev-embedded/libftd2xx/ChangeLog index f261f9f48ccd..3f25cd7244b4 100644 --- a/dev-embedded/libftd2xx/ChangeLog +++ b/dev-embedded/libftd2xx/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-embedded/libftd2xx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.10 2013/04/12 22:53:34 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/ChangeLog,v 1.11 2014/05/04 11:20:55 hwoarang Exp $ + +*libftd2xx-1.1.12 (04 May 2014) + + 04 May 2014; Markos Chandras <hwoarang@gentoo.org> +libftd2xx-1.1.12.ebuild, + metadata.xml: + Version bump. Bug #498560 thanks to Brendan Horan <brendan@horan.hk> who will + proxy-maintain the package 12 Apr 2013; Ulrich Müller <ulm@gentoo.org> libftd2xx-0.4.16-r1.ebuild: Fix LICENSE, bug 463996. diff --git a/dev-embedded/libftd2xx/libftd2xx-1.1.12.ebuild b/dev-embedded/libftd2xx/libftd2xx-1.1.12.ebuild new file mode 100644 index 000000000000..45a6e37d1324 --- /dev/null +++ b/dev-embedded/libftd2xx/libftd2xx-1.1.12.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-1.1.12.ebuild,v 1.1 2014/05/04 11:20:55 hwoarang Exp $ + +EAPI=5 +inherit multilib + +MY_P="${PN}${PV}" + +DESCRIPTION="Library that allows a direct access to a USB device" +HOMEPAGE="http://www.ftdichip.com/Drivers/D2XX.htm" +SRC_URI="http://www.ftdichip.com/Drivers/D2XX/Linux/${MY_P}.tar.gz" + +LICENSE="FTDI LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +QA_PREBUILT="*" + +S=${WORKDIR} + +src_install() { + + use amd64 && cd "${S}"/release/build/x86_64 + use x86 && cd "${S}"/release/build/i386 + + into /opt + dolib.so ${PN}.so.${PV} + dosym ${PN}.so.${PV} /opt/$(get_libdir)/${PN}.so.${PV:0:1} + dosym ${PN}.so.${PV:0:1} /opt/$(get_libdir)/${PN}.so + insinto /usr/include + doins "${S}"/release/ftd2xx.h "${S}"/release/WinTypes.h + + dodir /etc/env.d + echo "LDPATH=\"/opt/$(get_libdir)\"" > ${D}/etc/env.d/50libftd2xx || die + if use examples ; then + find sample lib_table '(' -name '*.so' -o -name '*.[oa]' ')' -exec rm -f {} + + insinto /usr/share/doc/${PF} + doins -r sample + insinto /usr/share/doc/${PF}/sample + doins -r lib_table + fi + + dodoc "${S}"/release/ReadMe.txt +} diff --git a/dev-embedded/libftd2xx/metadata.xml b/dev-embedded/libftd2xx/metadata.xml index c66696546125..ac727b4d1aa3 100644 --- a/dev-embedded/libftd2xx/metadata.xml +++ b/dev-embedded/libftd2xx/metadata.xml @@ -1,8 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> +<herd>proxy-maintainer</herd> <maintainer> - <email>maintainer-needed@gentoo.org</email> + <email>brendan@horan.hk</email> + <name>Brendan Horan</name> + <description>Proxy maintainer. Assign bugs to him</description> </maintainer> -<!-- <longdescription>Long description of the package</longdescription> --> </pkgmetadata> |