diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-01-26 13:19:45 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-01-26 13:19:45 +0000 |
commit | 107771ae6f1eb0c001eff7e409f7713f7575a338 (patch) | |
tree | d77ff2e31b741c5db0514a8f4dff1caea47f6718 /x11-libs | |
parent | Drop unused USE description. (diff) | |
download | gentoo-2-107771ae6f1eb0c001eff7e409f7713f7575a338.tar.gz gentoo-2-107771ae6f1eb0c001eff7e409f7713f7575a338.tar.bz2 gentoo-2-107771ae6f1eb0c001eff7e409f7713f7575a338.zip |
remove old
Signed-off-by: aballier@gentoo.org
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libQGLViewer/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libQGLViewer/libQGLViewer-2.5.3.ebuild | 51 | ||||
-rw-r--r-- | x11-libs/libQGLViewer/libQGLViewer-2.5.4.ebuild | 51 |
3 files changed, 6 insertions, 104 deletions
diff --git a/x11-libs/libQGLViewer/ChangeLog b/x11-libs/libQGLViewer/ChangeLog index aae9c2464918..1fb9c45980e9 100644 --- a/x11-libs/libQGLViewer/ChangeLog +++ b/x11-libs/libQGLViewer/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2014/12/08 08:37:08 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libQGLViewer/ChangeLog,v 1.7 2015/01/26 13:19:45 aballier Exp $ + + 26 Jan 2015; Alexis Ballier <aballier@gentoo.org> -libQGLViewer-2.5.3.ebuild, + -libQGLViewer-2.5.4.ebuild: + remove old 08 Dec 2014; Alexis Ballier <aballier@gentoo.org> libQGLViewer-2.6.0.ebuild: add missing virtual/glu dep, bug #531796 by Toralf Förster diff --git a/x11-libs/libQGLViewer/libQGLViewer-2.5.3.ebuild b/x11-libs/libQGLViewer/libQGLViewer-2.5.3.ebuild deleted file mode 100644 index f6f095b774c1..000000000000 --- a/x11-libs/libQGLViewer/libQGLViewer-2.5.3.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.5.3.ebuild,v 1.3 2014/10/29 10:08:55 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 -} diff --git a/x11-libs/libQGLViewer/libQGLViewer-2.5.4.ebuild b/x11-libs/libQGLViewer/libQGLViewer-2.5.4.ebuild deleted file mode 100644 index 236f697300c2..000000000000 --- a/x11-libs/libQGLViewer/libQGLViewer-2.5.4.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# 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.5.4.ebuild,v 1.1 2014/11/07 10:08:37 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 -} |