pinkbyte 14/09/23 17:12:04 Modified: ChangeLog Added: libyui-3.0.13.ebuild Removed: libyui-2.21.1.ebuild Log: QA: Version bump, drop old, wrt bug #470860 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path 1.4 x11-libs/libyui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libyui/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 30 Jul 2012 18:14:12 -0000 1.3 +++ ChangeLog 23 Sep 2014 17:12:04 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for x11-libs/libyui -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui/ChangeLog,v 1.3 2012/07/30 18:14:12 miska Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui/ChangeLog,v 1.4 2014/09/23 17:12:04 pinkbyte Exp $ + +*libyui-3.0.13 (23 Sep 2014) + + 23 Sep 2014; Sergey Popov <[email protected]> -libyui-2.21.1.ebuild, + +libyui-3.0.13.ebuild, -files/libyui-2.21.1-gcc-47.patch, + +files/libyui-3.0.13-fix-qt-libs-check.patch: + QA: Version bump, drop old, wrt bug #470860 30 Jul 2012; Michal Hrusecky <[email protected]> libyui-2.21.1.ebuild, +files/libyui-2.21.1-gcc-47.patch: 1.1 x11-libs/libyui/libyui-3.0.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui/libyui-3.0.13.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui/libyui-3.0.13.ebuild?rev=1.1&content-type=text/plain Index: libyui-3.0.13.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui/libyui-3.0.13.ebuild,v 1.1 2014/09/23 17:12:04 pinkbyte Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="UI abstraction library" HOMEPAGE="https://github.com/libyui/libyui" SRC_URI="https://github.com/libyui/${PN}/archive/${PN}/master/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0/6" KEYWORDS="~amd64 ~x86" IUSE="gtk ncurses qt4 static-libs" # Only Boost headers are needed DEPEND="dev-libs/boost" PDEPEND=" qt4? ( x11-libs/libyui-qt:${SLOT} ) ncurses? ( x11-libs/libyui-ncurses:${SLOT} ) gtk? ( x11-libs/libyui-gtk:${SLOT} ) " PATCHES=( "${FILESDIR}/${P}-fix-qt-libs-check.patch" ) REQUIRED_USE="|| ( gtk ncurses qt4 )" S="${WORKDIR}/${PN}-${PN}-master-${PV}" src_prepare() { cp buildtools/CMakeLists.common CMakeLists.txt || die # TODO: set proper docs deps and USE flag for building them sed -i -e '/SET_AUTODOCS/d' CMakeLists.txt || die 'sed on CMakeLists.txt failed' sed -i -e 's/src examples/src/' PROJECTINFO.cmake || die 'sed on PROJECTINFO.cmake failed' cmake-utils_src_prepare } src_configure() { local mycmakeargs=( -DENABLE_WERROR=OFF -DDOC_DIR="${EPREFIX}/usr/share/doc/${P}" -DRESPECT_FLAGS=ON $(cmake-utils_use_enable static-libs STATIC) ) cmake-utils_src_configure }
