floppym 14/07/17 00:27:58 Modified: ChangeLog Added: gflags-9999.ebuild Log: Add live ebuild for testing. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.29 dev-cpp/gflags/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 16 Jul 2014 14:53:36 -0000 1.28 +++ ChangeLog 17 Jul 2014 00:27:58 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for dev-cpp/gflags # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.28 2014/07/16 14:53:36 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.29 2014/07/17 00:27:58 floppym Exp $ + +*gflags-9999 (17 Jul 2014) + + 17 Jul 2014; Mike Gilbert <[email protected]> +gflags-9999.ebuild: + Add live ebuild for testing. *gflags-2.1.1-r1 (16 Jul 2014) 1.1 dev-cpp/gflags/gflags-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild?rev=1.1&content-type=text/plain Index: gflags-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-9999.ebuild,v 1.1 2014/07/17 00:27:58 floppym Exp $ EAPI="5" inherit cmake-multilib if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://code.google.com/p/gflags/" else SRC_URI="https://github.com/schuhschuh/gflags/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="Google's C++ argument parsing library" HOMEPAGE="http://code.google.com/p/gflags/" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="static-libs" multilib_src_configure() { local mycmakeargs=( -DBUILD_SHARED_LIBS=ON $(cmake-utils_use_build static-libs STATIC_LIBS) ) cmake-utils_src_configure } multilib_src_install_all() { rm -rf "${ED}"/usr/share/doc dodoc {AUTHORS,ChangeLog,NEWS,README}.txt dohtml doc/* }
