diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-29 17:01:53 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-29 17:01:53 +0000 |
commit | d7d7897e1b288b081189b37a698dcc0e8b6c3a10 (patch) | |
tree | d3d06fa4ce97ae262c7a908b7398b97d9a3e1bb8 /dev-python/setupdocs | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-d7d7897e1b288b081189b37a698dcc0e8b6c3a10.tar.gz gentoo-2-d7d7897e1b288b081189b37a698dcc0e8b6c3a10.tar.bz2 gentoo-2-d7d7897e1b288b081189b37a698dcc0e8b6c3a10.zip |
Delete older ebuild.
(Portage version: 2.2_rc88_p38/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/setupdocs')
-rw-r--r-- | dev-python/setupdocs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/setupdocs/setupdocs-1.0.3.ebuild | 29 |
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-python/setupdocs/ChangeLog b/dev-python/setupdocs/ChangeLog index 22fb73dfed7d..631df1cd0d26 100644 --- a/dev-python/setupdocs/ChangeLog +++ b/dev-python/setupdocs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/setupdocs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.14 2010/09/29 14:40:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/ChangeLog,v 1.15 2010/09/29 17:01:53 arfrever Exp $ + + 29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -setupdocs-1.0.3.ebuild: + Delete. 29 Sep 2010; Brent Baude <ranger@gentoo.org> setupdocs-1.0.4.ebuild: Marking setupdocs-1.0.4 ppc for bug 328485 diff --git a/dev-python/setupdocs/setupdocs-1.0.3.ebuild b/dev-python/setupdocs/setupdocs-1.0.3.ebuild deleted file mode 100644 index e4c64a58dc96..000000000000 --- a/dev-python/setupdocs/setupdocs-1.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setupdocs/setupdocs-1.0.3.ebuild,v 1.5 2009/11/08 19:53:13 nixnut Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="SetupDocs" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="setuptools plugin to automate building of docs from ReST source" -HOMEPAGE="http://pypi.python.org/pypi/SetupDocs http://code.enthought.com/projects/" -SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" - -IUSE="" -SLOT="0" -KEYWORDS="amd64 ppc x86" -LICENSE="BSD" -DEPEND="dev-python/setuptools - >=dev-python/sphinx-0.5.1" - -RDEPEND=">=dev-python/sphinx-0.5.1 - virtual/latex-base - || ( dev-texlive/texlive-latexextra app-text/ptex )" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" |