pinkbyte 14/09/23 17:14:47 Modified: ChangeLog Added: libyui-qt-2.44.0.ebuild Removed: libyui-qt-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.5 x11-libs/libyui-qt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-qt/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-qt/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-qt/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libyui-qt/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 2 Mar 2013 23:44:58 -0000 1.4 +++ ChangeLog 23 Sep 2014 17:14:47 -0000 1.5 @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/libyui-qt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui-qt/ChangeLog,v 1.4 2013/03/02 23:44:58 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libyui-qt/ChangeLog,v 1.5 2014/09/23 17:14:47 pinkbyte Exp $ + +*libyui-qt-2.44.0 (23 Sep 2014) + + 23 Sep 2014; Sergey Popov <[email protected]> -libyui-qt-2.21.1.ebuild, + +libyui-qt-2.44.0.ebuild: + QA: Version bump, drop old, wrt bug #470860 02 Mar 2013; Markos Chandras <[email protected]> libyui-qt-2.21.1.ebuild: Move Qt dependencies to the new category 1.1 x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libyui-qt/libyui-qt-2.44.0.ebuild?rev=1.1&content-type=text/plain Index: libyui-qt-2.44.0.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-qt/libyui-qt-2.44.0.ebuild,v 1.1 2014/09/23 17:14:47 pinkbyte Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="UI abstraction library - Qt plugin" HOMEPAGE="https://github.com/libyui/libyui-qt" 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="static-libs" RDEPEND=" dev-qt/qtgui:4 media-libs/freetype x11-libs/libX11 x11-libs/libyui:${SLOT} " # Only Boost headers are needed # QtSvg headers only required, no linking DEPEND="${RDEPEND} dev-libs/boost dev-qt/qtsvg:4" S="${WORKDIR}/${PN}-${PN}-master-${PV}" src_prepare() { cp "${EPREFIX}/usr/share/libyui/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_EXAMPLES=OFF -DENABLE_WERROR=OFF -DDOC_DIR="${EPREFIX}/usr/share/doc/${P}" -DRESPECT_FLAGS=ON $(cmake-utils_use_enable static-libs STATIC) ) cmake-utils_src_configure }
