summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-10-30 21:51:46 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-10-30 21:51:46 +0000
commit4f38db23739c030c0b8b83101643ad0e157fcff5 (patch)
tree8d6dd970bd9c0d7f19b88d955439178d71cc675c /app-office/texmaker
parentAdded cgi support to minor version slotted ebuilds and made it possible to ch... (diff)
downloadgentoo-2-4f38db23739c030c0b8b83101643ad0e157fcff5.tar.gz
gentoo-2-4f38db23739c030c0b8b83101643ad0e157fcff5.tar.bz2
gentoo-2-4f38db23739c030c0b8b83101643ad0e157fcff5.zip
remove old
(Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
Diffstat (limited to 'app-office/texmaker')
-rw-r--r--app-office/texmaker/ChangeLog8
-rw-r--r--app-office/texmaker/files/texmaker-1.80-hunspell.patch74
-rw-r--r--app-office/texmaker/files/texmaker-1.99-hunspell.patch72
-rw-r--r--app-office/texmaker/files/texmaker-2.0-hunspell.patch72
-rw-r--r--app-office/texmaker/texmaker-1.80.ebuild76
-rw-r--r--app-office/texmaker/texmaker-1.91.ebuild74
-rw-r--r--app-office/texmaker/texmaker-1.99.ebuild70
-rw-r--r--app-office/texmaker/texmaker-2.0.ebuild62
8 files changed, 7 insertions, 501 deletions
diff --git a/app-office/texmaker/ChangeLog b/app-office/texmaker/ChangeLog
index 841a47b58503..ae050d02e825 100644
--- a/app-office/texmaker/ChangeLog
+++ b/app-office/texmaker/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/texmaker
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.72 2010/10/30 21:36:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/ChangeLog,v 1.73 2010/10/30 21:51:46 aballier Exp $
+
+ 30 Oct 2010; Alexis Ballier <aballier@gentoo.org> -texmaker-1.80.ebuild,
+ -files/texmaker-1.80-hunspell.patch, -texmaker-1.91.ebuild,
+ -texmaker-1.99.ebuild, -files/texmaker-1.99-hunspell.patch,
+ -texmaker-2.0.ebuild, -files/texmaker-2.0-hunspell.patch:
+ remove old
*texmaker-2.10 (30 Oct 2010)
diff --git a/app-office/texmaker/files/texmaker-1.80-hunspell.patch b/app-office/texmaker/files/texmaker-1.80-hunspell.patch
deleted file mode 100644
index 410e3beae534..000000000000
--- a/app-office/texmaker/files/texmaker-1.80-hunspell.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-Index: texmaker-1.8/spellerdialog.h
-===================================================================
---- texmaker-1.8.orig/spellerdialog.h
-+++ texmaker-1.8/spellerdialog.h
-@@ -13,7 +13,7 @@
-
- #include "ui_spellerdialog.h"
- #include "latexeditor.h"
--#include "hunspell/hunspell.hxx"
-+#include <hunspell.hxx>
-
- #include <QTextCursor>
-
-Index: texmaker-1.8/texmaker.pro
-===================================================================
---- texmaker-1.8.orig/texmaker.pro
-+++ texmaker-1.8/texmaker.pro
-@@ -2,7 +2,8 @@ TEMPLATE = app
- LANGUAGE = C++
- TARGET = texmaker
- QT += network
--CONFIG += qt warn_off release
-+CONFIG += qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell
- ###############################
- HEADERS += texmaker.h \
- dsingleapplication.h \
-@@ -35,25 +36,7 @@ HEADERS += texmaker.h \
- spellerdialog.h \
- pstrickslistwidget.h \
- blockdata.h \
-- parenmatcher.h \
-- hunspell/affentry.hxx \
-- hunspell/affixmgr.hxx \
-- hunspell/atypes.hxx \
-- hunspell/baseaffix.hxx \
-- hunspell/csutil.hxx \
-- hunspell/dictmgr.hxx \
-- hunspell/hashmgr.hxx \
-- hunspell/htypes.hxx \
-- hunspell/hunspell.hxx \
-- hunspell/hunspell.h \
-- hunspell/langnum.hxx \
-- hunspell/license.hunspell \
-- hunspell/phonet.hxx \
-- hunspell/suggestmgr.hxx \
-- hunspell/license.myspell \
-- hunspell/filemgr.hxx \
-- hunspell/hunzip.hxx \
-- hunspell/w_char.hxx
-+ parenmatcher.h
- SOURCES += main.cpp \
- dsingleapplication.cpp \
- texmaker.cpp \
-@@ -85,18 +68,7 @@ SOURCES += main.cpp \
- webpublishdialog.cpp \
- spellerdialog.cpp \
- pstrickslistwidget.cpp \
-- parenmatcher.cpp \
-- hunspell/affentry.cxx \
-- hunspell/affixmgr.cxx \
-- hunspell/csutil.cxx \
-- hunspell/dictmgr.cxx \
-- hunspell/hashmgr.cxx \
-- hunspell/hunspell.cxx \
-- hunspell/phonet.cxx \
-- hunspell/suggestmgr.cxx \
-- hunspell/utf_info.cxx \
-- hunspell/filemgr.cxx \
-- hunspell/hunzip.cxx
-+ parenmatcher.cpp
- RESOURCES += texmaker.qrc
- FORMS += findwidget.ui\
- gotolinedialog.ui \
diff --git a/app-office/texmaker/files/texmaker-1.99-hunspell.patch b/app-office/texmaker/files/texmaker-1.99-hunspell.patch
deleted file mode 100644
index 16a2a5af8095..000000000000
--- a/app-office/texmaker/files/texmaker-1.99-hunspell.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-Index: texmaker-1.9.9/spellerdialog.h
-===================================================================
---- texmaker-1.9.9.orig/spellerdialog.h
-+++ texmaker-1.9.9/spellerdialog.h
-@@ -13,7 +13,7 @@
-
- #include "ui_spellerdialog.h"
- #include "latexeditor.h"
--#include "hunspell/hunspell.hxx"
-+#include <hunspell.hxx>
-
- #include <QTextCursor>
-
-Index: texmaker-1.9.9/texmaker.pro
-===================================================================
---- texmaker-1.9.9.orig/texmaker.pro
-+++ texmaker-1.9.9/texmaker.pro
-@@ -3,7 +3,8 @@ TEMPLATE = app
- TARGET = texmaker
- QT += network \
- xml
--CONFIG += qt warn_off release
-+CONFIG += qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell
- TEXMAKERVERSION=1.9.9
- DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
- ###############################
-@@ -42,25 +43,6 @@ HEADERS += texmaker.h \
- stylehelper.h \
- styleanimator.h \
- keysequencedialog.h \
-- hunspell/affentry.hxx \
-- hunspell/affixmgr.hxx \
-- hunspell/atypes.hxx \
-- hunspell/baseaffix.hxx \
-- hunspell/csutil.hxx \
-- hunspell/dictmgr.hxx \
-- hunspell/hashmgr.hxx \
-- hunspell/htypes.hxx \
-- hunspell/hunspell.hxx \
-- hunspell/hunspell.h \
-- hunspell/langnum.hxx \
-- hunspell/license.hunspell \
-- hunspell/phonet.hxx \
-- hunspell/suggestmgr.hxx \
-- hunspell/license.myspell \
-- hunspell/filemgr.hxx \
-- hunspell/hunzip.hxx \
-- hunspell/replist.hxx \
-- hunspell/w_char.hxx \
- singleapp/qtlocalpeer.h \
- singleapp/qtlockedfile.h \
- singleapp/qtsingleapplication.h \
-@@ -100,18 +82,6 @@ SOURCES += main.cpp \
- stylehelper.cpp \
- styleanimator.cpp \
- keysequencedialog.cpp \
-- hunspell/affentry.cxx \
-- hunspell/affixmgr.cxx \
-- hunspell/csutil.cxx \
-- hunspell/dictmgr.cxx \
-- hunspell/hashmgr.cxx \
-- hunspell/hunspell.cxx \
-- hunspell/phonet.cxx \
-- hunspell/suggestmgr.cxx \
-- hunspell/utf_info.cxx \
-- hunspell/filemgr.cxx \
-- hunspell/replist.cxx \
-- hunspell/hunzip.cxx \
- singleapp/qtlocalpeer.cpp \
- singleapp/qtlockedfile.cpp \
- singleapp/qtsingleapplication.cpp \
diff --git a/app-office/texmaker/files/texmaker-2.0-hunspell.patch b/app-office/texmaker/files/texmaker-2.0-hunspell.patch
deleted file mode 100644
index ff83c5767612..000000000000
--- a/app-office/texmaker/files/texmaker-2.0-hunspell.patch
+++ /dev/null
@@ -1,72 +0,0 @@
-diff --git a/spellerdialog.h b/spellerdialog.h
-index 88e1c93..2622834 100644
---- a/spellerdialog.h
-+++ b/spellerdialog.h
-@@ -13,7 +13,7 @@
-
- #include "ui_spellerdialog.h"
- #include "latexeditor.h"
--#include "hunspell/hunspell.hxx"
-+#include <hunspell.hxx>
-
- #include <QTextCursor>
-
-diff --git a/texmaker.pro b/texmaker.pro
-index 9887896..d873982 100644
---- a/texmaker.pro
-+++ b/texmaker.pro
-@@ -4,7 +4,8 @@ TARGET = texmaker
- QT += network \
- xml \
- webkit
--CONFIG += qt warn_off release
-+CONFIG += qt warn_off release link_pkgconfig
-+PKGCONFIG = hunspell
- TEXMAKERVERSION=2.0
- DEFINES += TEXMAKERVERSION=\\\"$${TEXMAKERVERSION}\\\"
- ###############################
-@@ -48,25 +49,6 @@ HEADERS += texmaker.h \
- pdfdocumentwidget.h \
- pdfscrollarea.h \
- userquickdialog.h \
-- hunspell/affentry.hxx \
-- hunspell/affixmgr.hxx \
-- hunspell/atypes.hxx \
-- hunspell/baseaffix.hxx \
-- hunspell/csutil.hxx \
-- hunspell/dictmgr.hxx \
-- hunspell/hashmgr.hxx \
-- hunspell/htypes.hxx \
-- hunspell/hunspell.hxx \
-- hunspell/hunspell.h \
-- hunspell/langnum.hxx \
-- hunspell/license.hunspell \
-- hunspell/phonet.hxx \
-- hunspell/suggestmgr.hxx \
-- hunspell/license.myspell \
-- hunspell/filemgr.hxx \
-- hunspell/hunzip.hxx \
-- hunspell/replist.hxx \
-- hunspell/w_char.hxx \
- singleapp/qtlocalpeer.h \
- singleapp/qtlockedfile.h \
- singleapp/qtsingleapplication.h \
-@@ -111,18 +93,6 @@ SOURCES += main.cpp \
- pdfdocumentwidget.cpp \
- pdfscrollarea.cpp \
- userquickdialog.cpp \
-- hunspell/affentry.cxx \
-- hunspell/affixmgr.cxx \
-- hunspell/csutil.cxx \
-- hunspell/dictmgr.cxx \
-- hunspell/hashmgr.cxx \
-- hunspell/hunspell.cxx \
-- hunspell/phonet.cxx \
-- hunspell/suggestmgr.cxx \
-- hunspell/utf_info.cxx \
-- hunspell/filemgr.cxx \
-- hunspell/replist.cxx \
-- hunspell/hunzip.cxx \
- singleapp/qtlocalpeer.cpp \
- singleapp/qtlockedfile.cpp \
- singleapp/qtsingleapplication.cpp \
diff --git a/app-office/texmaker/texmaker-1.80.ebuild b/app-office/texmaker/texmaker-1.80.ebuild
deleted file mode 100644
index eb0bd16f56db..000000000000
--- a/app-office/texmaker/texmaker-1.80.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.80.ebuild,v 1.8 2010/10/23 14:48:48 armin76 Exp $
-
-EAPI=1
-
-inherit eutils versionator qt4
-
-DESCRIPTION="A nice LaTeX-IDE"
-
-# The upstream version numbering is bad, so we have to remove a dot in the
-# minor version number
-MAJOR="$(get_major_version)"
-MINOR_1="$(($(get_version_component_range 2)/10))"
-MINOR_2="$(($(get_version_component_range 2)%10))"
-if [ ${MINOR_2} -eq "0" ] ; then
- MY_P="${PN}-${MAJOR}.${MINOR_1}"
-else
- MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
-fi
-
-S="${WORKDIR}/${MY_P}"
-HOMEPAGE="http://www.xm1math.net/texmaker/"
-SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-
-IUSE=""
-
-COMMON_DEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/qt-gui:4
- x11-libs/qt-core:4
- >=app-text/hunspell-1.2.4"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-hunspell.patch"
-}
-
-src_compile() {
- eqmake4 texmaker.pro || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto /usr/share/pixmaps/texmaker
- doins utilities/texmaker*.png || die "doins failed."
- doins utilities/texmaker.svg || die "doins failed."
-
- dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
-
- make_desktop_entry texmaker Texmaker "/usr/share/pixmaps/texmaker/texmaker48x48.png" Office
-}
-
-pkg_postinst() {
- elog "A user manual with many screenshots is available at:"
- elog "/usr/share/${PN}/usermanual_en.html"
- elog
-}
diff --git a/app-office/texmaker/texmaker-1.91.ebuild b/app-office/texmaker/texmaker-1.91.ebuild
deleted file mode 100644
index 9d7d3e9bbac2..000000000000
--- a/app-office/texmaker/texmaker-1.91.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.91.ebuild,v 1.3 2010/10/23 14:48:48 armin76 Exp $
-
-EAPI=1
-
-inherit eutils versionator qt4
-
-DESCRIPTION="A nice LaTeX-IDE"
-
-# The upstream version numbering is bad, so we have to remove a dot in the
-# minor version number
-MAJOR="$(get_major_version)"
-MINOR_1="$(($(get_version_component_range 2)/10))"
-MINOR_2="$(($(get_version_component_range 2)%10))"
-if [ ${MINOR_2} -eq "0" ] ; then
- MY_P="${PN}-${MAJOR}.${MINOR_1}"
-else
- MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
-fi
-
-S="${WORKDIR}/${MY_P}"
-HOMEPAGE="http://www.xm1math.net/texmaker/"
-SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-IUSE=""
-
-COMMON_DEPEND="x11-libs/libX11
- x11-libs/libXext
- >=x11-libs/qt-gui-4.5.1:4
- >=x11-libs/qt-core-4.5.1:4
- >=app-text/hunspell-1.2.4"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-hunspell.patch"
-}
-
-src_compile() {
- eqmake4 texmaker.pro || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto /usr/share/pixmaps/texmaker
- doins utilities/texmaker*.png || die "doins failed."
- doins utilities/texmaker.svg || die "doins failed."
-
- dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "A user manual with many screenshots is available at:"
- elog "/usr/share/${PN}/usermanual_en.html"
- elog
-}
diff --git a/app-office/texmaker/texmaker-1.99.ebuild b/app-office/texmaker/texmaker-1.99.ebuild
deleted file mode 100644
index 93cc3860e4ae..000000000000
--- a/app-office/texmaker/texmaker-1.99.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.99.ebuild,v 1.2 2010/10/23 14:48:48 armin76 Exp $
-
-EAPI=1
-
-inherit base versionator qt4
-
-DESCRIPTION="A nice LaTeX-IDE"
-
-# The upstream version numbering is bad, so we have to remove a dot in the
-# minor version number
-MAJOR="$(get_major_version)"
-MINOR_1="$(($(get_version_component_range 2)/10))"
-MINOR_2="$(($(get_version_component_range 2)%10))"
-if [ ${MINOR_2} -eq "0" ] ; then
- MY_P="${PN}-${MAJOR}.${MINOR_1}"
-else
- MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
-fi
-
-S="${WORKDIR}/${MY_P}"
-HOMEPAGE="http://www.xm1math.net/texmaker/"
-SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-IUSE=""
-
-COMMON_DEPEND="x11-libs/libX11
- x11-libs/libXext
- >=x11-libs/qt-gui-4.5.1:4
- >=x11-libs/qt-core-4.5.1:4
- >=app-text/hunspell-1.2.4"
-
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
-
-src_compile() {
- eqmake4 texmaker.pro || die "qmake failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto /usr/share/pixmaps/texmaker
- doins utilities/texmaker*.png || die "doins failed."
- doins utilities/texmaker.svg || die "doins failed."
-
- dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "A user manual with many screenshots is available at:"
- elog "/usr/share/${PN}/usermanual_en.html"
- elog
-}
diff --git a/app-office/texmaker/texmaker-2.0.ebuild b/app-office/texmaker/texmaker-2.0.ebuild
deleted file mode 100644
index 4e623e57a900..000000000000
--- a/app-office/texmaker/texmaker-2.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-2.0.ebuild,v 1.3 2010/10/23 14:48:48 armin76 Exp $
-
-EAPI="3"
-
-inherit base qt4-r2 versionator
-
-# The upstream version numbering is bad, so we have to remove a dot in the
-# minor version number
-MAJOR="$(get_major_version)"
-MINOR_1="$(($(get_version_component_range 2)/10))"
-MINOR_2="$(($(get_version_component_range 2)%10))"
-if [ ${MINOR_2} -eq "0" ] ; then
- MY_P="${PN}-${MAJOR}.${MINOR_1}"
-else
- MY_P="${PN}-${MAJOR}.${MINOR_1}.${MINOR_2}"
-fi
-
-DESCRIPTION="A nice LaTeX-IDE"
-HOMEPAGE="http://www.xm1math.net/texmaker/"
-SRC_URI="http://www.xm1math.net/texmaker/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-COMMON_DEPEND="
- app-text/poppler[qt4]
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/qt-gui:4
- x11-libs/qt-webkit:4
- x11-libs/qt-xmlpatterns:4
- >=app-text/hunspell-1.2.4"
-RDEPEND="${COMMON_DEPEND}
- virtual/latex-base
- app-text/psutils
- app-text/ghostscript-gpl
- media-libs/netpbm"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig"
-
-PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "make install failed"
-
- insinto /usr/share/pixmaps/texmaker
- doins utilities/texmaker*.png || die "doins failed."
- doins utilities/texmaker.svg || die "doins failed."
-
- dodoc utilities/AUTHORS utilities/CHANGELOG.txt || die "dodoc failed"
-}
-
-pkg_postinst() {
- elog "A user manual with many screenshots is available at:"
- elog "/usr/share/${PN}/usermanual_en.html"
-}