prometheanfire    15/07/11 19:03:39

  Modified:             ChangeLog
  Added:                facter-3.0.1-r1.ebuild
  Removed:              facter-3.0.1.ebuild
  Log:
  readding missing dep on virt-what (seems they need it and didn't doc it)
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.134                dev-ruby/facter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.134&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?rev=1.134&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/ChangeLog?r1=1.133&r2=1.134

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog   5 Jul 2015 05:30:00 -0000       1.133
+++ ChangeLog   11 Jul 2015 19:03:39 -0000      1.134
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/facter
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.133 
2015/07/05 05:30:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/ChangeLog,v 1.134 
2015/07/11 19:03:39 prometheanfire Exp $
+
+*facter-3.0.1-r1 (11 Jul 2015)
+
+  11 Jul 2015; Matthew Thode <[email protected]>
+  +facter-3.0.1-r1.ebuild, -facter-3.0.1.ebuild:
+  readding missing dep on virt-what (seems they need it and didn't doc it)
 
 *facter-3.0.1 (05 Jul 2015)
 



1.1                  dev-ruby/facter/facter-3.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: facter-3.0.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/facter/facter-3.0.1-r1.ebuild,v 1.1 
2015/07/11 19:03:39 prometheanfire Exp $

EAPI=5

inherit cmake-utils

DESCRIPTION="A cross-platform Ruby library for retrieving facts from operating 
systems"
HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/";
SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz";

LICENSE="Apache-2.0"
SLOT="0"
IUSE="debug test"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"

CDEPEND="
        >=sys-devel/gcc-4.8
        >=dev-libs/boost-1.54
        >=dev-cpp/yaml-cpp-0.5.1
        dev-libs/openssl:=
        sys-apps/util-linux
        app-emulation/virt-what
        net-misc/curl"

RDEPEND+=" ${CDEPEND}"
DEPEND+=" test? ( ${CDEPEND} )"

src_prepare() {
        sed -i 's/\-Werror\ //g' vendor/leatherman/cmake/cflags.cmake || die
}

src_configure() {
        local mycmakeargs=(
          -DCXXFLAGS="-Wno-error"
                -DCXX_FLAGS="-Wno-error"
                -DCMAKE_CXX_FLAGS:STRING='-march=native -O2 -pipe -Wno-error '
                -DCMAKE_VERBOSE_MAKEFILE=ON
                -DCMAKE_BUILD_TYPE=None
                -DCMAKE_INSTALL_PREFIX=/usr
                -DCMAKE_INSTALL_SYSCONFDIR=/etc
                -DCMAKE_INSTALL_LOCALSTATEDIR=/var
        )
        if use debug; then
                mycmakeargs+=(
                  -DCMAKE_BUILD_TYPE=Debug
                )
        fi
        cmake-utils_src_configure
}




Reply via email to