summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-05-27 17:27:34 +0000
committerJustin Lecher <jlec@gentoo.org>2015-05-27 17:27:34 +0000
commite2790b9279df8e717f1dc156d196d17cafa6222e (patch)
treedeb23b880474dadf8214af22fb0ec9d7b0cd84da /app-office/texstudio
parentAllow sys-power/upower in addition to sys-power/upower-pm-utils as a possible... (diff)
downloadgentoo-2-e2790b9279df8e717f1dc156d196d17cafa6222e.tar.gz
gentoo-2-e2790b9279df8e717f1dc156d196d17cafa6222e.tar.bz2
gentoo-2-e2790b9279df8e717f1dc156d196d17cafa6222e.zip
Drop old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'app-office/texstudio')
-rw-r--r--app-office/texstudio/ChangeLog6
-rw-r--r--app-office/texstudio/texstudio-2.8.4.ebuild84
-rw-r--r--app-office/texstudio/texstudio-2.8.6.ebuild85
-rw-r--r--app-office/texstudio/texstudio-2.9.0.ebuild113
4 files changed, 5 insertions, 283 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog
index 89d5326497c4..e0be04fa1ed1 100644
--- a/app-office/texstudio/ChangeLog
+++ b/app-office/texstudio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/texstudio
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.48 2015/05/27 11:20:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.49 2015/05/27 17:27:34 jlec Exp $
+
+ 27 May 2015; Justin Lecher <jlec@gentoo.org> -texstudio-2.8.4.ebuild,
+ -texstudio-2.8.6.ebuild, -texstudio-2.9.0.ebuild:
+ Drop old
27 May 2015; Agostino Sarubbo <ago@gentoo.org> texstudio-2.8.8.ebuild:
Stable for x86, wrt bug #542712
diff --git a/app-office/texstudio/texstudio-2.8.4.ebuild b/app-office/texstudio/texstudio-2.8.4.ebuild
deleted file mode 100644
index e2ba77af58eb..000000000000
--- a/app-office/texstudio/texstudio-2.8.4.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.4.ebuild,v 1.8 2015/05/10 13:03:23 pesa Exp $
-
-EAPI=5
-
-inherit base fdo-mime prefix qt4-r2
-
-DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
-HOMEPAGE="http://texstudio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
-IUSE="video"
-
-COMMON_DEPEND="
- app-text/hunspell
- app-text/poppler:=[qt4]
- dev-libs/quazip
- x11-libs/libX11
- x11-libs/libXext
- dev-qt/designer:4
- >=dev-qt/qtgui-4.8.5:4
- >=dev-qt/qtcore-4.6.1:4
- >=dev-qt/qtscript-4.6.1:4
- dev-qt/qtsingleapplication[qt4(+)]
- >=dev-qt/qtsvg-4.6.1:4
- >=dev-qt/qttest-4.6.1:4
- video? ( media-libs/phonon )"
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/-/}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
- "${FILESDIR}"/${PN}-2.8.2-desktop.patch
-# Get it from fedora
- "${FILESDIR}"/${PN}-2.5-viewers-use-xdg-open.patch
- )
-
-src_prepare() {
- find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
-
- if use video; then
- sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
- fi
-
- sed \
- -e '/hunspell.pri/d' \
- -e '/quazip.pri/d' \
- -e '/qtsingleapplication.pri/d' \
- -e '/QUAZIP_STATIC/d' \
- -i ${PN}.pro || die
-
-# cat >> ${PN}.pro <<- EOF
-# exists(texmakerx_my.pri):include(texmakerx_my.pri)
-# EOF
-
- cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
- eprefixify ${PN}.pri
-
- qt4-r2_src_prepare
-}
-
-src_install() {
- local i
- for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
- insinto /usr/share/icons/hicolor/${i}
- newins utilities/${PN}${i}.png ${PN}.png
- done
- qt4-r2_src_install
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
diff --git a/app-office/texstudio/texstudio-2.8.6.ebuild b/app-office/texstudio/texstudio-2.8.6.ebuild
deleted file mode 100644
index aa26d2e51c08..000000000000
--- a/app-office/texstudio/texstudio-2.8.6.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.8.6.ebuild,v 1.6 2015/05/10 13:03:23 pesa Exp $
-
-EAPI=5
-
-inherit base fdo-mime prefix qt4-r2
-
-DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
-HOMEPAGE="http://texstudio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="video"
-
-COMMON_DEPEND="
- app-text/hunspell
- app-text/poppler:=[qt4]
- dev-libs/quazip
- x11-libs/libX11
- x11-libs/libXext
- dev-qt/designer:4
- dev-qt/qtlockedfile[qt4(+)]
- >=dev-qt/qtgui-4.8.5:4
- >=dev-qt/qtcore-4.6.1:4
- >=dev-qt/qtscript-4.6.1:4
- dev-qt/qtsingleapplication[qt4(+)]
- >=dev-qt/qtsvg-4.6.1:4
- >=dev-qt/qttest-4.6.1:4
- video? ( media-libs/phonon[qt4] )"
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/-/}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
- "${FILESDIR}"/${PN}-2.8.2-desktop.patch
-# Get it from fedora
- "${FILESDIR}"/${PN}-2.5-viewers-use-xdg-open.patch
- )
-
-src_prepare() {
- find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
-
- if use video; then
- sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
- fi
-
- sed \
- -e '/hunspell.pri/d' \
- -e '/quazip.pri/d' \
- -e '/qtsingleapplication.pri/d' \
- -e '/QUAZIP_STATIC/d' \
- -i ${PN}.pro || die
-
-# cat >> ${PN}.pro <<- EOF
-# exists(texmakerx_my.pri):include(texmakerx_my.pri)
-# EOF
-
- cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
- eprefixify ${PN}.pri
-
- qt4-r2_src_prepare
-}
-
-src_install() {
- local i
- for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
- insinto /usr/share/icons/hicolor/${i}
- newins utilities/${PN}${i}.png ${PN}.png
- done
- qt4-r2_src_install
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
diff --git a/app-office/texstudio/texstudio-2.9.0.ebuild b/app-office/texstudio/texstudio-2.9.0.ebuild
deleted file mode 100644
index 1a8a543d2a0e..000000000000
--- a/app-office/texstudio/texstudio-2.9.0.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.9.0.ebuild,v 1.3 2015/03/11 08:35:03 jlec Exp $
-
-EAPI=5
-
-inherit base fdo-mime prefix qmake-utils
-
-DESCRIPTION="Free cross-platform LaTeX editor (fork from texmakerX)"
-HOMEPAGE="http://texstudio.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/TeXstudio%20${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-IUSE="video +qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
-
-COMMON_DEPEND="
- app-text/hunspell
- app-text/poppler:=[qt4?,qt5?]
- >=dev-libs/quazip-0.7.1[qt4?,qt5?]
- dev-qt/qtsingleapplication[qt4?,qt5?]
- x11-libs/libX11
- x11-libs/libXext
- qt4? (
- dev-qt/designer:4
- >=dev-qt/qtgui-4.8.5:4
- >=dev-qt/qtcore-4.6.1:4
- >=dev-qt/qtscript-4.6.1:4
- >=dev-qt/qtsvg-4.6.1:4
- >=dev-qt/qttest-4.6.1:4
- )
- qt5? (
- dev-qt/designer:5
- dev-qt/qtcore:5
- dev-qt/qtconcurrent:5
- dev-qt/qtgui:5
- dev-qt/qtnetwork:5
- dev-qt/qtprintsupport:5
- dev-qt/qtscript:5
- dev-qt/qtsvg:5
- dev-qt/qttest:5
- dev-qt/qtwidgets:5
- dev-qt/qtxml:5
- )
- video? ( media-libs/phonon[qt4?,qt5?] )"
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-DEPEND="${COMMON_DEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/-/}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2.6.4-hunspell-quazip.patch
- "${FILESDIR}"/${PN}-2.8.2-desktop.patch
-# Get it from fedora
- "${FILESDIR}"/${PN}-2.5-viewers-use-xdg-open.patch
- )
-
-src_prepare() {
- find hunspell quazip utilities/poppler-data qtsingleapplication -delete || die
-
- if use video; then
- sed "/^PHONON/s:$:true:g" -i ${PN}.pro || die
- fi
-
- sed \
- -e '/hunspell.pri/d' \
- -e '/quazip.pri/d' \
- -e '/qtsingleapplication.pri/d' \
- -e '/QUAZIP_STATIC/d' \
- -i ${PN}.pro || die
-
-# cat >> ${PN}.pro <<- EOF
-# exists(texmakerx_my.pri):include(texmakerx_my.pri)
-# EOF
-
- cp "${FILESDIR}"/texmakerx_my.pri ${PN}.pri || die
- eprefixify ${PN}.pri
-
- epatch ${PATCHES[@]}
-}
-
-src_configure() {
- if use qt5; then
- eqmake5
- else
- eqmake4
- fi
-}
-
-src_install() {
- local i
- for i in 16x16 22x22 32x32 48x48 64x64 128x128; do
- insinto /usr/share/icons/hicolor/${i}
- newins utilities/${PN}${i}.png ${PN}.png
- done
- emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
-}