summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 16:24:26 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-06 16:24:26 +0000
commit1d3e97e676b56b850458cdc51da388ae835d5a9e (patch)
treebe1b69fb918bcfe8f8e033b5258e85304477b66f /dev-util/eric
parentKeyword ~ppc64 wrt #318691 (diff)
downloadgentoo-2-1d3e97e676b56b850458cdc51da388ae835d5a9e.tar.gz
gentoo-2-1d3e97e676b56b850458cdc51da388ae835d5a9e.tar.bz2
gentoo-2-1d3e97e676b56b850458cdc51da388ae835d5a9e.zip
Delete older ebuilds.
Diffstat (limited to 'dev-util/eric')
-rw-r--r--dev-util/eric/eric-4.3.10-r1.ebuild79
-rw-r--r--dev-util/eric/eric-4.3.9.ebuild77
-rw-r--r--dev-util/eric/files/eric-4.3-no-pykde.patch117
3 files changed, 0 insertions, 273 deletions
diff --git a/dev-util/eric/eric-4.3.10-r1.ebuild b/dev-util/eric/eric-4.3.10-r1.ebuild
deleted file mode 100644
index db445242529d..000000000000
--- a/dev-util/eric/eric-4.3.10-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.4 2010/02/28 10:00:18 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit eutils python
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="A full featured Python IDE that is written in PyQt4 using the QScintilla editor widget"
-HOMEPAGE="http://eric-ide.python-projects.org/index.html"
-SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz
- linguas_cs? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-cs-${PV}.tar.gz )
- linguas_de? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-de-${PV}.tar.gz )
- linguas_es? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-es-${PV}.tar.gz )
- linguas_fr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-fr-${PV}.tar.gz )
- linguas_ru? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-ru-${PV}.tar.gz )
- linguas_tr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-tr-${PV}.tar.gz )
- linguas_zh_CN? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-zh_CN.GB2312-${PV}.tar.gz )"
-
-SLOT="4"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kde linguas_cs linguas_de linguas_es linguas_fr linguas_ru linguas_tr"
-
-DEPEND="dev-python/PyQt4[svg,webkit,X]
- dev-python/qscintilla-python
- kde? ( kde-base/pykde4 )"
-RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S=${WORKDIR}/${MY_P}
-
-LANGS="cs de es fr ru tr"
-
-src_prepare() {
- epatch "${FILESDIR}/4.2.3-no-interactive.patch"
- ! use kde && epatch "${FILESDIR}"/${PN}-4.3-no-pykde.patch
-}
-
-src_install() {
- # Change qt dir to be located in ${D}
- dodir /usr/share/qt4
-
- installation() {
- "$(PYTHON)" install.py \
- -z \
- -b "/usr/bin" \
- -i "${D}" \
- -d "$(python_get_sitedir)" \
- -c
- }
- python_execute_function installation
-
- doicon eric/icons/default/eric.png
- make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
-}
-
-pkg_postinst() {
- python_mod_optimize eric4{,config.py,plugins}
-
- elog
- elog "If you want to use eric4 with mod_python, have a look at"
- elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
- elog
- elog "The following packages will give eric extended functionality:"
- elog " dev-python/pylint"
- elog " dev-python/pysvn"
- elog
- elog "This version has a plugin interface with plugin-autofetch from"
- elog "the application itself. You may want to check those as well."
- elog
-}
-
-pkg_postrm() {
- python_mod_cleanup eric4{,config.py,plugins}
-}
diff --git a/dev-util/eric/eric-4.3.9.ebuild b/dev-util/eric/eric-4.3.9.ebuild
deleted file mode 100644
index 6343cf8ec069..000000000000
--- a/dev-util/eric/eric-4.3.9.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.10 2010/02/28 10:00:18 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit eutils python
-
-MY_PN=${PN}4
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="A full featured Python IDE that is written in PyQt4 using the QScintilla editor widget"
-HOMEPAGE="http://eric-ide.python-projects.org/index.html"
-SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz
- linguas_cs? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-cs-${PV}.tar.gz )
- linguas_de? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-de-${PV}.tar.gz )
- linguas_es? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-es-${PV}.tar.gz )
- linguas_fr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-fr-${PV}.tar.gz )
- linguas_ru? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-ru-${PV}.tar.gz )
- linguas_tr? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-tr-${PV}.tar.gz )
- linguas_zh_CN? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-zh_CN.GB2312-${PV}.tar.gz )"
-
-SLOT="4"
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-IUSE="linguas_cs linguas_de linguas_es linguas_fr linguas_ru linguas_tr"
-
-DEPEND="dev-python/PyQt4[svg,webkit,X]
- dev-python/qscintilla-python"
-RDEPEND="${DEPEND}"
-RESTRICT_PYTHON_ABIS="3.*"
-
-S=${WORKDIR}/${MY_P}
-
-LANGS="cs de es fr ru tr"
-
-src_prepare() {
- epatch "${FILESDIR}/4.2.3-no-interactive.patch"
-}
-
-src_install() {
- # Change qt dir to be located in ${D}
- dodir /usr/share/qt4
-
- installation() {
- "$(PYTHON)" install.py \
- -z \
- -b "/usr/bin" \
- -i "${D}" \
- -d "$(python_get_sitedir)" \
- -c
- }
- python_execute_function installation
-
- doicon eric/icons/default/eric.png
- make_desktop_entry "eric4 --nosplash" eric4 eric "Development;IDE;Qt"
-}
-
-pkg_postinst() {
- python_mod_optimize eric4{,config.py,plugins}
-
- elog
- elog "If you want to use eric4 with mod_python, have a look at"
- elog "\"${ROOT%/}$(python_get_sitedir -f)/eric4/patch_modpython.py\"."
- elog
- elog "The following packages will give eric extended functionality:"
- elog " dev-python/pylint"
- elog " dev-python/pysvn"
- elog
- elog "This version has a plugin interface with plugin-autofetch from"
- elog "the application itself. You may want to check those as well."
- elog
-}
-
-pkg_postrm() {
- python_mod_cleanup eric4{,config.py,plugins}
-}
diff --git a/dev-util/eric/files/eric-4.3-no-pykde.patch b/dev-util/eric/files/eric-4.3-no-pykde.patch
deleted file mode 100644
index 1765bb68839c..000000000000
--- a/dev-util/eric/files/eric-4.3-no-pykde.patch
+++ /dev/null
@@ -1,117 +0,0 @@
-Index: eric4-4.3.10/eric/eric4.py
-===================================================================
---- eric4-4.3.10.orig/eric/eric4.py
-+++ eric4-4.3.10/eric/eric4.py
-@@ -31,13 +31,12 @@ restartArgsList = ["--nokde", "--nosplas
- restartArgs = [arg for arg in sys.argv[1:] if arg.split("=", 1)[0] in restartArgsList]
-
- # disable the usage of KDE widgets, if requested
--sys.e4nokde = False
-+sys.e4nokde = True
- if "--nokde" in sys.argv:
- del sys.argv[sys.argv.index("--nokde")]
- sys.e4nokde = True
- else:
-- sys.e4nokde = os.getenv("e4nokde") is not None and os.getenv("e4nokde") == "1"
--
-+ print "PyKDE support is disabled. Enable 'kde' useflag to bring it back"
- # make ThirdParty package available as a packages repository
- try:
- import pygments
-Index: eric4-4.3.10/eric/KdeQt/__init__.py
-===================================================================
---- eric4-4.3.10.orig/eric/KdeQt/__init__.py
-+++ eric4-4.3.10/eric/KdeQt/__init__.py
-@@ -20,19 +20,6 @@ import sys
- import Preferences
-
- if Preferences.getUI("UseKDEDialogs") and not sys.e4nokde:
-- try:
-- import PyKDE4
-- from PyQt4.QtCore import QString
--
-- def __kdeIsKDE():
-- """
-- Public function to signal the availability of KDE4.
--
-- @return availability flag (always True)
-- """
-- return True
--
-- except (ImportError, RuntimeError):
- sys.e4nokde = True
-
- def __kdeKdeVersionString():
-@@ -56,25 +43,6 @@ def __kdeKdeVersionString():
- return QString("unknown")
-
- def __kdePyKdeVersionString():
-- """
-- Public function to return the PyKDE4 version as a string.
--
-- @return PyKDE4 version as a string (QString)
-- """
-- try:
-- try:
-- from PyKDE4.kdecore import pykde_versionMajor, pykde_versionMinor, \
-- pykde_versionRelease
-- return QString("%d.%d.%d" % \
-- (pykde_versionMajor(), pykde_versionMinor(),
-- pykde_versionRelease()))
-- except (ImportError, AttributeError):
-- from PyKDE4 import pykdeconfig
-- try:
-- return QString(pykdeconfig.Configuration().pykde_version_str)
-- except:
-- return QString("unknown")
-- except ImportError:
- return QString("unknown")
-
- from PyQt4.QtCore import QString
-@@ -106,46 +74,13 @@ def __qtPyKdeVersionString():
- ################################################################################
-
- def isKDEAvailable():
-- """
-- Public function to signal the availability of KDE.
--
-- @return availability flag (always False)
-- """
-- try:
-- import PyKDE4
-- return True
-- except ImportError:
- return False
-
- def isKDE():
-- """
-- Public function to signal, if KDE usage is enabled.
--
-- @return KDE support flag (always False)
-- """
-- if Preferences.getUI("UseKDEDialogs") and not sys.e4nokde:
-- return __kdeIsKDE()
-- else:
- return __qtIsKDE()
-
- def kdeVersionString():
-- """
-- Public function to return the KDE version as a string.
--
-- @return KDE version as a string (QString) (always empty)
-- """
-- if isKDEAvailable():
-- return __kdeKdeVersionString()
-- else:
- return __qtKdeVersionString()
-
- def pyKdeVersionString():
-- """
-- Public function to return the PyKDE version as a string.
--
-- @return PyKDE version as a string (QString) (always empty)
-- """
-- if isKDEAvailable():
-- return __kdePyKdeVersionString()
-- else:
- return __qtPyKdeVersionString()