floppym 14/07/15 01:32:27 Modified: gflags-2.1.1.ebuild ChangeLog Log: Drop shared libs again; ABI is not stable. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.3 dev-cpp/gflags/gflags-2.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/gflags-2.1.1.ebuild?r1=1.2&r2=1.3 Index: gflags-2.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gflags-2.1.1.ebuild 15 Jul 2014 01:19:44 -0000 1.2 +++ gflags-2.1.1.ebuild 15 Jul 2014 01:32:27 -0000 1.3 @@ -1,6 +1,6 @@ # 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-2.1.1.ebuild,v 1.2 2014/07/15 01:19:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/gflags-2.1.1.ebuild,v 1.3 2014/07/15 01:32:27 floppym Exp $ EAPI="5" @@ -13,18 +13,10 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" +IUSE="" PATCHES=( "${FILESDIR}/gflags-2.1.1-libs.patch" ) -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 1.27 dev-cpp/gflags/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gflags/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 15 Jul 2014 01:19:44 -0000 1.26 +++ ChangeLog 15 Jul 2014 01:32:27 -0000 1.27 @@ -1,6 +1,9 @@ # 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.26 2014/07/15 01:19:44 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gflags/ChangeLog,v 1.27 2014/07/15 01:32:27 floppym Exp $ + + 15 Jul 2014; Mike Gilbert <[email protected]> gflags-2.1.1.ebuild: + Drop shared libs again; ABI is not stable. 15 Jul 2014; Mike Gilbert <[email protected]> +files/gflags-2.1.1-libs.patch, gflags-2.1.1.ebuild:
