diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-06 18:42:06 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-06 18:42:06 +0000 |
commit | a3a40ed57938398475ae20b705f008bae96d9abf (patch) | |
tree | 02bf0b4692f60c54879551a016a620613bebc4b9 /dev-util/eric | |
parent | Simplify dependencies. (diff) | |
download | gentoo-2-a3a40ed57938398475ae20b705f008bae96d9abf.tar.gz gentoo-2-a3a40ed57938398475ae20b705f008bae96d9abf.tar.bz2 gentoo-2-a3a40ed57938398475ae20b705f008bae96d9abf.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-util/eric')
-rw-r--r-- | dev-util/eric/eric-4.4.3.ebuild | 89 | ||||
-rw-r--r-- | dev-util/eric/eric-4.4.4a.ebuild | 89 | ||||
-rw-r--r-- | dev-util/eric/eric-4.4.5.ebuild | 89 | ||||
-rw-r--r-- | dev-util/eric/eric-4.4.6.ebuild | 89 | ||||
-rw-r--r-- | dev-util/eric/eric-4.4.7.ebuild | 89 | ||||
-rw-r--r-- | dev-util/eric/eric-4.4.8.ebuild | 89 |
6 files changed, 0 insertions, 534 deletions
diff --git a/dev-util/eric/eric-4.4.3.ebuild b/dev-util/eric/eric-4.4.3.ebuild deleted file mode 100644 index 232cccfe22d8..000000000000 --- a/dev-util/eric/eric-4.4.3.ebuild +++ /dev/null @@ -1,89 +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.4.3.ebuild,v 1.7 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils python - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz" - -SLOT="4" -LICENSE="GPL-3" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - >=dev-python/pygments-1.1 - dev-python/coverage" -PDEPEND="spell? ( dev-python/pyenchant )" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, - # dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python/coverage - rm -fr eric/DebugClients/Python3/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(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 Eric with mod_python, have a look at" - elog "\"${EROOT%/}$(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.4.4a.ebuild b/dev-util/eric/eric-4.4.4a.ebuild deleted file mode 100644 index 2c28a2b21d11..000000000000 --- a/dev-util/eric/eric-4.4.4a.ebuild +++ /dev/null @@ -1,89 +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.4.4a.ebuild,v 1.6 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils python - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz" - -SLOT="4" -LICENSE="GPL-3" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - >=dev-python/pygments-1.1 - dev-python/coverage" -PDEPEND="spell? ( dev-python/pyenchant )" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, - # dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python/coverage - rm -fr eric/DebugClients/Python3/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(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 Eric with mod_python, have a look at" - elog "\"${EROOT%/}$(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.4.5.ebuild b/dev-util/eric/eric-4.4.5.ebuild deleted file mode 100644 index 63996cf2f256..000000000000 --- a/dev-util/eric/eric-4.4.5.ebuild +++ /dev/null @@ -1,89 +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.4.5.ebuild,v 1.2 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils python - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz" - -SLOT="4" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - >=dev-python/pygments-1.1 - dev-python/coverage" -PDEPEND="spell? ( dev-python/pyenchant )" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, - # dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python/coverage - rm -fr eric/DebugClients/Python3/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(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 Eric with mod_python, have a look at" - elog "\"${EROOT%/}$(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.4.6.ebuild b/dev-util/eric/eric-4.4.6.ebuild deleted file mode 100644 index 19a2c7ea30a5..000000000000 --- a/dev-util/eric/eric-4.4.6.ebuild +++ /dev/null @@ -1,89 +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.4.6.ebuild,v 1.2 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils python - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz" - -SLOT="4" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - >=dev-python/pygments-1.1 - dev-python/coverage" -PDEPEND="spell? ( dev-python/pyenchant )" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, - # dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python/coverage - rm -fr eric/DebugClients/Python3/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(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 Eric with mod_python, have a look at" - elog "\"${EROOT%/}$(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.4.7.ebuild b/dev-util/eric/eric-4.4.7.ebuild deleted file mode 100644 index 87989fab2325..000000000000 --- a/dev-util/eric/eric-4.4.7.ebuild +++ /dev/null @@ -1,89 +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.4.7.ebuild,v 1.4 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit eutils python - -MY_PN="${PN}4" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -SRC_URI="mirror://sourceforge/eric-ide/${MY_P}.tar.gz" - -SLOT="4" -LICENSE="GPL-3" -KEYWORDS="amd64 ppc ~ppc64 x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - >=dev-python/pygments-1.1 - dev-python/coverage" -PDEPEND="spell? ( dev-python/pyenchant )" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( mirror://sourceforge/eric-ide/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, - # dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python/coverage - rm -fr eric/DebugClients/Python3/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(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 Eric with mod_python, have a look at" - elog "\"${EROOT}$(python_get_sitedir -b -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.4.8.ebuild b/dev-util/eric/eric-4.4.8.ebuild deleted file mode 100644 index afaf8fedd634..000000000000 --- a/dev-util/eric/eric-4.4.8.ebuild +++ /dev/null @@ -1,89 +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.4.8.ebuild,v 1.4 2010/10/30 16:15:39 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -# 2.4 and 2.5 are restricted to avoid conditional dependency on dev-python/simplejson. -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" - -inherit eutils python - -MY_PN="${PN}${PV%%.*}" -MY_PV="${PV/_pre/-snapshot-}" -MY_P="${MY_PN}-${MY_PV}" - -DESCRIPTION="A full featured Python IDE using PyQt4 and QScintilla" -HOMEPAGE="http://eric-ide.python-projects.org/" -BASE_URI="mirror://sourceforge/eric-ide/${MY_PN}/stable/${PV}" -SRC_URI="${BASE_URI}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="4" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="kde spell" - -DEPEND="dev-python/PyQt4[assistant,svg,webkit,X] - dev-python/qscintilla-python - kde? ( kde-base/pykde4 )" -RDEPEND="${DEPEND} - >=dev-python/chardet-2.0 - dev-python/coverage - >=dev-python/pygments-1.1" -PDEPEND="spell? ( dev-python/pyenchant )" - -LANGS="cs de es fr it ru tr zh_CN" -for L in ${LANGS}; do - SRC_URI="${SRC_URI} - linguas_${L}? ( ${BASE_URI}/${MY_PN}-i18n-${L/zh_CN/zh_CN.GB2312}-${MY_PV}.tar.gz )" - IUSE="${IUSE} linguas_${L}" -done -unset L - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/eric-4.4-no-interactive.patch" - epatch "${FILESDIR}/remove_coverage.patch" - use kde || epatch "${FILESDIR}/eric-4.4-no-pykde.patch" - - # Delete internal copies of dev-python/chardet, dev-python/coverage, dev-python/pygments and dev-python/simplejson. - rm -fr eric/ThirdParty - rm -fr eric/DebugClients/Python{,3}/coverage -} - -src_install() { - installation() { - "$(PYTHON)" install.py \ - -z \ - -b "${EPREFIX}/usr/bin" \ - -i "${D}" \ - -d "${EPREFIX}$(python_get_sitedir)" \ - -c - } - python_execute_function installation - - doicon eric/icons/default/eric.png || die "doicon failed" - make_desktop_entry "${MY_PN} --nosplash" ${MY_PN} eric "Development;IDE;Qt" -} - -pkg_postinst() { - python_mod_optimize ${MY_PN}{,config.py,plugins} - - elog - elog "If you want to use Eric with mod_python, have a look at" - elog "\"${EROOT}$(python_get_sitedir -b -f)/${MY_PN}/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 ${MY_PN}{,config.py,plugins} -} |