ssuominen    14/04/06 08:16:47

  Modified:             ChangeLog
  Added:                libplist-1.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
4868F14D)

Revision  Changes    Path
1.36                 app-pda/libplist/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/ChangeLog?rev=1.36&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/ChangeLog?rev=1.36&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog   6 Apr 2014 07:50:42 -0000       1.35
+++ ChangeLog   6 Apr 2014 08:16:47 -0000       1.36
@@ -1,6 +1,11 @@
 # ChangeLog for app-pda/libplist
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.35 
2014/04/06 07:50:42 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/ChangeLog,v 1.36 
2014/04/06 08:16:47 ssuominen Exp $
+
+*libplist-1.11 (06 Apr 2014)
+
+  06 Apr 2014; Samuli Suominen <ssuomi...@gentoo.org> +libplist-1.11.ebuild:
+  Version bump.
 
   06 Apr 2014; Samuli Suominen <ssuomi...@gentoo.org> -libplist-1.8-r1.ebuild,
   metadata.xml:



1.1                  app-pda/libplist/libplist-1.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/libplist-1.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/libplist/libplist-1.11.ebuild?rev=1.1&content-type=text/plain

Index: libplist-1.11.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libplist/libplist-1.11.ebuild,v 1.1 
2014/04/06 08:16:46 ssuominen Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
inherit autotools-utils python-r1

DESCRIPTION="Support library to deal with Apple Property Lists (Binary & XML)"
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 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd"
IUSE="python static-libs"

RDEPEND=">=dev-libs/libxml2-2.7.8"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        python? (
                ${PYTHON_DEPS}
                >=dev-python/cython-0.17[${PYTHON_USEDEP}]
                )"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

DOCS=( AUTHORS NEWS README )

MAKEOPTS+=" -j1" #406365

RESTRICT="test" # TODO: src_test() was dropped from 1.10 (cmake) -> 1.11 
(autotools)

src_configure() {
        local myeconfargs=( $(use_enable static-libs static) )
        use python || myeconfargs+=( --without-cython )

        python_foreach_impl autotools-utils_src_configure
}

src_compile() {
        python_foreach_impl autotools-utils_src_compile
}

src_install() {
        python_foreach_impl autotools-utils_src_install
}




Reply via email to