aballier 14/11/25 17:42:50 Modified: ChangeLog Added: libQGLViewer-2.6.0.ebuild Log: version bump Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.5 x11-libs/libQGLViewer/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libQGLViewer/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libQGLViewer/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libQGLViewer/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libQGLViewer/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 7 Nov 2014 10:08:37 -0000 1.4 +++ ChangeLog 25 Nov 2014 17:42:50 -0000 1.5 @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libQGLViewer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libQGLViewer/ChangeLog,v 1.4 2014/11/07 10:08:37 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libQGLViewer/ChangeLog,v 1.5 2014/11/25 17:42:50 aballier Exp $ + +*libQGLViewer-2.6.0 (25 Nov 2014) + + 25 Nov 2014; Alexis Ballier <[email protected]> +libQGLViewer-2.6.0.ebuild: + version bump *libQGLViewer-2.5.4 (07 Nov 2014) 1.1 x11-libs/libQGLViewer/libQGLViewer-2.6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libQGLViewer/libQGLViewer-2.6.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libQGLViewer/libQGLViewer-2.6.0.ebuild?rev=1.1&content-type=text/plain Index: libQGLViewer-2.6.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/libQGLViewer/libQGLViewer-2.6.0.ebuild,v 1.1 2014/11/25 17:42:50 aballier Exp $ EAPI="5" inherit qt4-r2 multilib flag-o-matic DESCRIPTION="C++ library based on Qt that eases the creation of OpenGL 3D viewers" HOMEPAGE="http://www.libqglviewer.com" SRC_URI="http://www.libqglviewer.com/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm" IUSE="designer examples" DEPEND="virtual/opengl dev-qt/qtopengl:4 dev-qt/qtgui:4" RDEPEND="${DEPEND} designer? ( dev-qt/designer:4 )" src_configure() { append-ldflags "-L${S}/QGLViewer" sed -e 's#designerPlugin##' -i ${P}.pro || die use examples || sed -e 's#examples examples/contribs##' -i ${P}.pro || die eqmake4 ${P}.pro \ PREFIX="${EPREFIX}/usr" \ LIB_DIR="${EPREFIX}/usr/$(get_libdir)" \ DOC_DIR="${EPREFIX}/usr/share/doc/${PF}/html" if use designer ; then cd "${S}/designerPlugin" eqmake4 designerPlugin.pro fi } src_install() { emake INSTALL_ROOT="${D}" install dodoc README if use designer ; then cd "${S}/designerPlugin" emake INSTALL_ROOT="${D}" install fi if use examples ; then exeinto /usr/bin/${PN}-examples doexe $(find "${S}/examples" -type f -executable ! -name '*.vcproj') fi }
