vapier      15/05/13 10:46:17

  Modified:             libftdi-9999.ebuild ChangeLog
  Added:                libftdi-1.2.ebuild
  Log:
  Version bump #530730 by Alexander Stein.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.10                 dev-embedded/libftdi/libftdi-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild?r1=1.9&r2=1.10

Index: libftdi-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libftdi-9999.ebuild 18 Apr 2015 03:06:18 -0000      1.9
+++ libftdi-9999.ebuild 13 May 2015 10:46:17 -0000      1.10
@@ -1,10 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 
1.9 2015/04/18 03:06:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-9999.ebuild,v 
1.10 2015/05/13 10:46:17 vapier Exp $
 
 EAPI="4"
 
-inherit cmake-utils eutils
+inherit cmake-utils
 
 MY_P="${PN}1-${PV}"
 if [[ ${PV} == 9999* ]] ; then
@@ -25,16 +25,15 @@
 RDEPEND="virtual/libusb:1
        cxx? ( dev-libs/boost )
        python? ( dev-lang/python )
-       tools? ( dev-libs/confuse )"
+       tools? (
+               !<dev-embedded/ftdi_eeprom-1.0
+               dev-libs/confuse
+       )"
 DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"
 
 S=${WORKDIR}/${MY_P}
 
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-1.0-staticlibs.patch
-}
-
 src_configure() {
        mycmakeargs=(
                $(cmake-utils_use cxx FTDIPP)
@@ -53,6 +52,9 @@
        dodoc AUTHORS ChangeLog README TODO
 
        if use doc ; then
+               # Clean up crap man pages. #356369
+               rm -vf "${CMAKE_BUILD_DIR}"/doc/man/man3/_* || die
+
                doman "${CMAKE_BUILD_DIR}"/doc/man/man3/*
                dohtml "${CMAKE_BUILD_DIR}"/doc/html/*
        fi



1.68                 dev-embedded/libftdi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.68&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?rev=1.68&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog   18 Apr 2015 03:06:18 -0000      1.67
+++ ChangeLog   13 May 2015 10:46:17 -0000      1.68
@@ -1,6 +1,12 @@
 # ChangeLog for dev-embedded/libftdi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.67 
2015/04/18 03:06:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/ChangeLog,v 1.68 
2015/05/13 10:46:17 vapier Exp $
+
+*libftdi-1.2 (13 May 2015)
+
+  13 May 2015; Mike Frysinger <vap...@gentoo.org> +libftdi-1.2.ebuild,
+  libftdi-9999.ebuild:
+  Version bump #530730 by Alexander Stein.
 
   18 Apr 2015; Mike Frysinger <vap...@gentoo.org> libftdi-1.0.ebuild,
   libftdi-9999.ebuild:



1.1                  dev-embedded/libftdi/libftdi-1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/libftdi/libftdi-1.2.ebuild?rev=1.1&content-type=text/plain

Index: libftdi-1.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftdi/libftdi-1.2.ebuild,v 
1.1 2015/05/13 10:46:17 vapier Exp $

EAPI="4"

inherit cmake-utils

MY_P="${PN}1-${PV}"
if [[ ${PV} == 9999* ]] ; then
        EGIT_REPO_URI="git://developer.intra2net.com/${PN}"
        inherit git-2
else
        
SRC_URI="http://www.intra2net.com/en/developer/${PN}/download/${MY_P}.tar.bz2";
        KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
fi

DESCRIPTION="Userspace access to FTDI USB interface chips"
HOMEPAGE="http://www.intra2net.com/en/developer/libftdi/";

LICENSE="LGPL-2"
SLOT="0"
IUSE="cxx doc examples python static-libs tools"

RDEPEND="virtual/libusb:1
        cxx? ( dev-libs/boost )
        python? ( dev-lang/python )
        tools? (
                !<dev-embedded/ftdi_eeprom-1.0
                dev-libs/confuse
        )"
DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen )"

S=${WORKDIR}/${MY_P}

src_configure() {
        mycmakeargs=(
                $(cmake-utils_use cxx FTDIPP)
                $(cmake-utils_use doc DOCUMENTATION)
                $(cmake-utils_use examples EXAMPLES)
                $(cmake-utils_use python PYTHON_BINDINGS)
                $(cmake-utils_use static-libs STATICLIBS)
                $(cmake-utils_use tools FTDI_EEPROM)
                -DCMAKE_SKIP_BUILD_RPATH=ON
        )
        cmake-utils_src_configure
}

src_install() {
        cmake-utils_src_install
        dodoc AUTHORS ChangeLog README TODO

        if use doc ; then
                # Clean up crap man pages. #356369
                rm -vf "${CMAKE_BUILD_DIR}"/doc/man/man3/_* || die

                doman "${CMAKE_BUILD_DIR}"/doc/man/man3/*
                dohtml "${CMAKE_BUILD_DIR}"/doc/html/*
        fi
        if use examples ; then
                docinto examples
                dodoc examples/*.c
        fi
}




Reply via email to