summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-10-08 16:08:31 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-10-08 16:08:31 +0000
commite49c97643a9103560633b05db20d0da29bf5f9d7 (patch)
tree0322a99d2bd199824829558f870c31983944e923 /dev-util
parent*portage-2.2.0_alpha64 (08 Oct 2011) (diff)
downloadgentoo-2-e49c97643a9103560633b05db20d0da29bf5f9d7.tar.gz
gentoo-2-e49c97643a9103560633b05db20d0da29bf5f9d7.tar.bz2
gentoo-2-e49c97643a9103560633b05db20d0da29bf5f9d7.zip
Remove old vulnerable versions per bug #386361
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/qt-creator/ChangeLog6
-rw-r--r--dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild111
-rw-r--r--dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild116
3 files changed, 5 insertions, 228 deletions
diff --git a/dev-util/qt-creator/ChangeLog b/dev-util/qt-creator/ChangeLog
index a336febaa118..6744464bb60d 100644
--- a/dev-util/qt-creator/ChangeLog
+++ b/dev-util/qt-creator/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/qt-creator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.93 2011/10/01 14:36:20 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/ChangeLog,v 1.94 2011/10/08 16:08:31 hwoarang Exp $
+
+ 08 Oct 2011; Markos Chandras <hwoarang@gentoo.org>
+ -qt-creator-1.3.1-r1.ebuild, -qt-creator-1.3.1-r2.ebuild:
+ Remove old vulnerable versions per bug #386361
*qt-creator-2.3.1 (01 Oct 2011)
diff --git a/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild b/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild
deleted file mode 100644
index d324b6282a8c..000000000000
--- a/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r1.ebuild,v 1.10 2011/07/08 10:08:20 ssuominen Exp $
-
-EAPI="2"
-LANGS="de es fr it ja pl ru sl"
-
-inherit qt4-r2 multilib
-MY_PN="${PN/-/}"
-
-DESCRIPTION="Lightweight IDE for C++ development centering around Qt"
-HOMEPAGE="http://qt.nokia.com/products/developer-tools"
-SRC_URI="http://get.qt.nokia.com/${MY_PN}/${P}-src.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux"
-IUSE="bineditor bookmarks +cmake cvs debug +designer doc examples fakevim git
-kde mercurial perforce qml qtscript rss subversion"
-
-DEPEND=">=x11-libs/qt-assistant-4.6.0:4
- >=x11-libs/qt-gui-4.6.0:4[qt3support]"
-
-RDEPEND="${DEPEND}
- >=x11-libs/qt-sql-4.6.1:4
- >=x11-libs/qt-svg-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
- !kde? ( || ( >=x11-libs/qt-phonon-4.6.1:4 media-libs/phonon ) )
- kde? ( media-libs/phonon )
- cmake? ( dev-util/cmake )
- cvs? ( dev-vcs/cvs )
- sys-devel/gdb
- examples? ( >=x11-libs/qt-demo-4.6.1:4 )
- git? ( dev-vcs/git )
- mercurial? ( dev-vcs/mercurial )
- qtscript? ( >=x11-libs/qt-script-4.6.1:4 )
- subversion? ( dev-vcs/subversion )"
-
-PLUGINS="bookmarks bineditor cmake cvs designer fakevim git mercurial perforce qml qtscript subversion"
-
-S="${WORKDIR}"/"${P}"-src
-
-src_prepare() {
- qt4-r2_src_prepare
-
- # bug 263087
- for plugin in ${PLUGINS};do
- if ! use ${plugin};then
- einfo "Disabling ${plugin} support"
- if [[ ${plugin} == "cmake" ]];then
- plugin="cmakeprojectmanager"
- elif [[ ${plugin} == "qtscript" ]];then
- plugin="qtscripteditor"
- fi
- if [[ ${plugin} == "qml" ]]; then
- plugin="qmleditor"
- einfo "Disabling qmlprojectmanager support"
- sed -i "/plugin_qmlprojectmanager/s:^:#:" src/plugins/plugins.pro \
- || die "Failed to disable qmlprojectmanager plugin"
- fi
- if [[ ${plugin} == "designer" ]]; then
- sed -i "/plugin_qt4projectmanager/s:^:#:" \
- src/plugins/plugins.pro \
- || die "Failed to disable qt4projectmanager plugin"
- fi
- sed -i "/plugin_${plugin}/s:^:#:" src/plugins/plugins.pro \
- || die "Failed to disable ${plugin} plugin"
- fi
- done
-
- if use perforce;then
- ewarn
- ewarn "You have enabled perforce plugin."
- ewarn "In order to use it, you need to manually"
- ewarn "download perforce client from http://www.perforce.com/perforce/downloads/index.html"
- ewarn
- ebeep 5
- fi
- # disable rss news on startup ( bug #302978 )
- if ! use rss; then
- einfo "Disabling RSS welcome news"
- sed -i "/m_rssFetcher->fetch/s:^:\/\/:" \
- src/plugins/welcome/communitywelcomepagewidget.cpp \
- || die "failed to disable rss"
- fi
-}
-
-src_configure() {
- eqmake4 ${MY_PN}.pro IDE_LIBRARY_BASENAME="$(get_libdir)"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D%/}${EPREFIX}/usr" install_subtargets || die "emake install failed"
- # fix binary name bug 275859
- mv "${D%/}${EPREFIX}"/usr/bin/${MY_PN}.bin \
- "${D%/}${EPREFIX}"/usr/bin/${MY_PN} || die "failed to rename executable"
- if use doc;then
- emake INSTALL_ROOT="${D%/}${EPREFIX}/usr" install_qch_docs || die "emake install qch_docs failed"
- fi
- make_desktop_entry ${MY_PN} QtCreator qtcreator_logo_48 \
- 'Qt;Development;IDE' || die "make_desktop_entry failed"
-
- # install translations
- for lang in ${LANGS};do
- if ! has ${lang} ${LINGUAS}; then
- rm "${D}"/usr/share/${MY_PN}/translations/${MY_PN}_${lang}.qm \
- || die "failed to remove ${lang} translation"
- fi
- done
-}
diff --git a/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild b/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild
deleted file mode 100644
index ef35f3aa3fb0..000000000000
--- a/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qt-creator/qt-creator-1.3.1-r2.ebuild,v 1.2 2011/07/08 10:08:20 ssuominen Exp $
-
-EAPI="2"
-LANGS="de es fr it ja pl ru sl"
-
-inherit qt4-r2 multilib
-MY_PN="${PN/-/}"
-
-DESCRIPTION="Lightweight IDE for C++ development centering around Qt"
-HOMEPAGE="http://qt.nokia.com/products/developer-tools"
-SRC_URI="http://get.qt.nokia.com/${MY_PN}/${P}-src.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="bineditor bookmarks +cmake cvs debug +designer doc examples fakevim git
-kde mercurial perforce qml qtscript rss subversion"
-
-DEPEND=">=x11-libs/qt-assistant-4.6.0:4
- >=x11-libs/qt-gui-4.6.0:4[qt3support]"
-
-RDEPEND="${DEPEND}
- >=x11-libs/qt-sql-4.6.1:4
- >=x11-libs/qt-svg-4.6.1:4
- >=x11-libs/qt-test-4.6.1:4
- >=x11-libs/qt-webkit-4.6.1:4
- !kde? ( || ( >=x11-libs/qt-phonon-4.6.1:4 media-libs/phonon ) )
- kde? ( media-libs/phonon )
- cmake? ( dev-util/cmake )
- cvs? ( dev-vcs/cvs )
- sys-devel/gdb
- examples? ( >=x11-libs/qt-demo-4.6.1:4 )
- git? ( dev-vcs/git )
- mercurial? ( dev-vcs/mercurial )
- qtscript? ( >=x11-libs/qt-script-4.6.1:4 )
- subversion? ( dev-vcs/subversion )"
-
-PLUGINS="bookmarks bineditor cmake cvs designer fakevim git mercurial perforce qml qtscript subversion"
-
-S="${WORKDIR}"/"${P}"-src
-
-PATCHES=(
- # build against Qt-4.7. Bug #361813
- "${FILESDIR}"/${P}-qt47.patch
-)
-
-src_prepare() {
- qt4-r2_src_prepare
-
- # bug 263087
- for plugin in ${PLUGINS};do
- if ! use ${plugin};then
- einfo "Disabling ${plugin} support"
- if [[ ${plugin} == "cmake" ]];then
- plugin="cmakeprojectmanager"
- elif [[ ${plugin} == "qtscript" ]];then
- plugin="qtscripteditor"
- fi
- if [[ ${plugin} == "qml" ]]; then
- plugin="qmleditor"
- einfo "Disabling qmlprojectmanager support"
- sed -i "/plugin_qmlprojectmanager/s:^:#:" src/plugins/plugins.pro \
- || die "Failed to disable qmlprojectmanager plugin"
- fi
- if [[ ${plugin} == "designer" ]]; then
- sed -i "/plugin_qt4projectmanager/s:^:#:" \
- src/plugins/plugins.pro \
- || die "Failed to disable qt4projectmanager plugin"
- fi
- sed -i "/plugin_${plugin}/s:^:#:" src/plugins/plugins.pro \
- || die "Failed to disable ${plugin} plugin"
- fi
- done
-
- if use perforce;then
- ewarn
- ewarn "You have enabled perforce plugin."
- ewarn "In order to use it, you need to manually"
- ewarn "download perforce client from http://www.perforce.com/perforce/downloads/index.html"
- ewarn
- ebeep 5
- fi
- # disable rss news on startup ( bug #302978 )
- if ! use rss; then
- einfo "Disabling RSS welcome news"
- sed -i "/m_rssFetcher->fetch/s:^:\/\/:" \
- src/plugins/welcome/communitywelcomepagewidget.cpp \
- || die "failed to disable rss"
- fi
-}
-
-src_configure() {
- eqmake4 ${MY_PN}.pro IDE_LIBRARY_BASENAME="$(get_libdir)"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D%/}${EPREFIX}/usr" install_subtargets || die "emake install failed"
- # fix binary name bug 275859
- mv "${D%/}${EPREFIX}"/usr/bin/${MY_PN}.bin \
- "${D%/}${EPREFIX}"/usr/bin/${MY_PN} || die "failed to rename executable"
- if use doc;then
- emake INSTALL_ROOT="${D%/}${EPREFIX}/usr" install_qch_docs || die "emake install qch_docs failed"
- fi
- make_desktop_entry ${MY_PN} QtCreator qtcreator_logo_48 \
- 'Qt;Development;IDE' || die "make_desktop_entry failed"
-
- # install translations
- for lang in ${LANGS};do
- if ! has ${lang} ${LINGUAS}; then
- rm "${D}"/usr/share/${MY_PN}/translations/${MY_PN}_${lang}.qm \
- || die "failed to remove ${lang} translation"
- fi
- done
-}