idella4     15/02/13 06:08:23

  Modified:             ChangeLog
  Added:                syck-0.55-r6.ebuild
  Removed:              syck-0.55-r5.ebuild
  Log:
  revbump, conversion -> distutils-r1, rm prior revbump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.35                 dev-libs/syck/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   18 Dec 2014 21:36:22 -0000      1.34
+++ ChangeLog   13 Feb 2015 06:08:23 -0000      1.35
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/syck
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.34 2014/12/18 
21:36:22 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/ChangeLog,v 1.35 2015/02/13 
06:08:23 idella4 Exp $
+
+*syck-0.55-r6 (13 Feb 2015)
+
+  13 Feb 2015; Ian Delaney <idel...@gentoo.org> +syck-0.55-r6.ebuild,
+  -syck-0.55-r5.ebuild:
+  revbump, conversion -> distutils-r1, rm prior revbump
 
   18 Dec 2014; Andreas K. Huettel <dilfri...@gentoo.org> metadata.xml:
   Drop to maintainer-needed



1.1                  dev-libs/syck/syck-0.55-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/syck-0.55-r6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/syck/syck-0.55-r6.ebuild?rev=1.1&content-type=text/plain

Index: syck-0.55-r6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/syck/syck-0.55-r6.ebuild,v 1.1 
2015/02/13 06:08:23 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1 flag-o-matic

DESCRIPTION="Syck is an extension for reading and writing YAML swiftly in 
popular scripting languages"
HOMEPAGE="http://whytheluckystiff.net/syck/";
SRC_URI="http://rubyforge.org/frs/download.php/4492/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="php python"

DEPEND="python? ( !dev-python/pysyck )"
RDEPEND="${DEPEND}"
PDEPEND="php? ( dev-php/pecl-syck
                    !=dev-libs/syck-0.55-r1 )"
pkg_setup() {
        use python && python-single-r1_pkg_setup
}

src_prepare() {
        epatch "${FILESDIR}/syck-0.55-64bit.patch"
}

src_configure() {
        append-flags -fPIC
        econf
}

src_compile() {
        emake
        if use python; then
                pushd ext/python > /dev/null
                distutils-r1_src_compile
                popd > /dev/null
        fi
}

src_install() {
        emake DESTDIR=${D} install
        if use python; then
                pushd ext/python > /dev/null
                distutils-r1_src_install
                popd > /dev/null
        fi
        distutils-r1_python_install_all
}




Reply via email to