summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2014-02-11 11:32:51 +0000
committerDirkjan Ochtman <djc@gentoo.org>2014-02-11 11:32:51 +0000
commitea672d3eb1716b9797d60ac8d4990eec2630be3e (patch)
tree396f971b6c6f9f8984f2268760acdd3466dd9ddb /app-text
parentStable for HPPA (bug #474824). (diff)
downloadgentoo-2-ea672d3eb1716b9797d60ac8d4990eec2630be3e.tar.gz
gentoo-2-ea672d3eb1716b9797d60ac8d4990eec2630be3e.tar.bz2
gentoo-2-ea672d3eb1716b9797d60ac8d4990eec2630be3e.zip
Remove old versions.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 30380381)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/pelican/ChangeLog9
-rw-r--r--app-text/pelican/pelican-2.8.1.ebuild41
-rw-r--r--app-text/pelican/pelican-3.0.1.ebuild43
-rw-r--r--app-text/pelican/pelican-3.0.ebuild43
-rw-r--r--app-text/pelican/pelican-3.1.1-r1.ebuild42
-rw-r--r--app-text/pelican/pelican-3.1.1.ebuild43
-rw-r--r--app-text/pelican/pelican-3.2.1.ebuild39
-rw-r--r--app-text/pelican/pelican-3.2.ebuild42
8 files changed, 7 insertions, 295 deletions
diff --git a/app-text/pelican/ChangeLog b/app-text/pelican/ChangeLog
index 4ccbbeaec1ae..5b8a0e4f7a1b 100644
--- a/app-text/pelican/ChangeLog
+++ b/app-text/pelican/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pelican
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.13 2013/11/07 08:56:10 yac Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.14 2014/02/11 11:32:51 djc Exp $
+
+ 11 Feb 2014; Dirkjan Ochtman <djc@gentoo.org> -pelican-2.8.1.ebuild,
+ -pelican-3.0.1.ebuild, -pelican-3.0.ebuild, -pelican-3.1.1-r1.ebuild,
+ -pelican-3.1.1.ebuild, -pelican-3.2.1.ebuild, -pelican-3.2.ebuild:
+ Remove old versions.
07 Nov 2013; Jan Matejka <yac@gentoo.org> pelican-3.3.ebuild:
depends on jinja-2.7 which doesn't support python 3.2
diff --git a/app-text/pelican/pelican-2.8.1.ebuild b/app-text/pelican/pelican-2.8.1.ebuild
deleted file mode 100644
index bcb87ecd7ca4..000000000000
--- a/app-text/pelican/pelican-2.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-2.8.1.ebuild,v 1.2 2012/10/29 16:33:04 mgorny Exp $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator
- dev-python/jinja
- dev-python/docutils
- dev-python/pygments
- dev-python/pytz
- markdown? ( dev-python/markdown )
- virtual/python-argparse"
-RDEPEND=""
-
-DOCS="README.rst"
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.0.1.ebuild b/app-text/pelican/pelican-3.0.1.ebuild
deleted file mode 100644
index aca170217e1b..000000000000
--- a/app-text/pelican/pelican-3.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.0.1.ebuild,v 1.1 2012/12/10 05:32:16 patrick Exp $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator
- dev-python/jinja
- dev-python/docutils
- dev-python/pygments
- dev-python/pytz
- dev-python/unidecode
- dev-python/blinker
- markdown? ( dev-python/markdown )
- virtual/python-argparse"
-RDEPEND=""
-
-DOCS="README.rst"
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.0.ebuild b/app-text/pelican/pelican-3.0.ebuild
deleted file mode 100644
index 3782ad3f62d5..000000000000
--- a/app-text/pelican/pelican-3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.0.ebuild,v 1.2 2012/10/29 16:33:04 mgorny Exp $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator
- dev-python/jinja
- dev-python/docutils
- dev-python/pygments
- dev-python/pytz
- dev-python/unidecode
- dev-python/blinker
- markdown? ( dev-python/markdown )
- virtual/python-argparse"
-RDEPEND=""
-
-DOCS="README.rst"
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.1.1-r1.ebuild b/app-text/pelican/pelican-3.1.1-r1.ebuild
deleted file mode 100644
index df171a15544f..000000000000
--- a/app-text/pelican/pelican-3.1.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.1.1-r1.ebuild,v 1.1 2013/04/03 22:20:28 prometheanfire Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/unidecode
- dev-python/blinker[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
- virtual/python-argparse[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-DOCS="README.rst"
-
-python_install() {
- distutils-r1_python_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.1.1.ebuild b/app-text/pelican/pelican-3.1.1.ebuild
deleted file mode 100644
index 97ff89223a49..000000000000
--- a/app-text/pelican/pelican-3.1.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.1.1.ebuild,v 1.1 2013/01/28 10:06:11 patrick Exp $
-
-EAPI=4
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator
- dev-python/jinja
- dev-python/docutils
- dev-python/pygments
- dev-python/pytz
- dev-python/unidecode
- dev-python/blinker
- markdown? ( dev-python/markdown )
- virtual/python-argparse"
-RDEPEND=""
-
-DOCS="README.rst"
-
-src_install() {
- distutils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.2.1.ebuild b/app-text/pelican/pelican-3.2.1.ebuild
deleted file mode 100644
index d7caf19571db..000000000000
--- a/app-text/pelican/pelican-3.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.1.ebuild,v 1.2 2013/05/29 06:10:10 idella4 Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/unidecode[${PYTHON_USEDEP}]
- dev-python/blinker[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
- virtual/python-argparse[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-DOCS=( README.rst )
-
-python_install_all() {
- use examples && local EXAMPLES=( samples/. )
- distutils-r1_python_install_all
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)
diff --git a/app-text/pelican/pelican-3.2.ebuild b/app-text/pelican/pelican-3.2.ebuild
deleted file mode 100644
index 9eb8d132d236..000000000000
--- a/app-text/pelican/pelican-3.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.ebuild,v 1.1 2013/05/02 05:56:24 patrick Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
-HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples markdown"
-
-DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
- dev-python/jinja[${PYTHON_USEDEP}]
- dev-python/docutils[${PYTHON_USEDEP}]
- dev-python/pygments[${PYTHON_USEDEP}]
- dev-python/pytz[${PYTHON_USEDEP}]
- dev-python/unidecode
- dev-python/blinker[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]
- markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
- virtual/python-argparse[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-DOCS="README.rst"
-
-python_install() {
- distutils-r1_python_install
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "failed to install examples"
- fi
-}
-
-# no tests: tests/content not in tarball for 2.8.1
-# for 3.0, should be based on tox (refer to virtualenvwrapper)