summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-07-06 12:36:29 +0000
committerMichał Górny <mgorny@gentoo.org>2014-07-06 12:36:29 +0000
commitcae0a7323122d236afa88003b7b9a7bd8b847198 (patch)
tree4ec8869dc68ea840a05e2f0c12082bfd668d6f00 /app-text/pelican
parentClean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff)
downloadgentoo-2-cae0a7323122d236afa88003b7b9a7bd8b847198.tar.gz
gentoo-2-cae0a7323122d236afa88003b7b9a7bd8b847198.tar.bz2
gentoo-2-cae0a7323122d236afa88003b7b9a7bd8b847198.zip
Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-text/pelican')
-rw-r--r--app-text/pelican/ChangeLog7
-rw-r--r--app-text/pelican/pelican-3.2.2.ebuild7
-rw-r--r--app-text/pelican/pelican-3.3.ebuild7
-rw-r--r--app-text/pelican/pelican-3.4.0.ebuild5
4 files changed, 14 insertions, 12 deletions
diff --git a/app-text/pelican/ChangeLog b/app-text/pelican/ChangeLog
index dccd74707494..1f3439c316cf 100644
--- a/app-text/pelican/ChangeLog
+++ b/app-text/pelican/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pelican
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.15 2014/07/05 08:01:40 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.16 2014/07/06 12:36:29 mgorny Exp $
+
+ 06 Jul 2014; Michał Górny <mgorny@gentoo.org> pelican-3.2.2.ebuild,
+ pelican-3.3.ebuild, pelican-3.4.0.ebuild:
+ Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
+ unittest2 (those packages were only required for <=python-2.6).
*pelican-3.4.0 (05 Jul 2014)
diff --git a/app-text/pelican/pelican-3.2.2.ebuild b/app-text/pelican/pelican-3.2.2.ebuild
index dbedb1301a73..74938868bc3e 100644
--- a/app-text/pelican/pelican-3.2.2.ebuild
+++ b/app-text/pelican/pelican-3.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.1 2013/06/13 08:48:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.2.2.ebuild,v 1.2 2014/07/06 12:36:29 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
@@ -24,8 +24,7 @@ DEPEND="dev-python/feedgenerator[${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}]"
+ markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
RDEPEND=""
DOCS=( README.rst )
diff --git a/app-text/pelican/pelican-3.3.ebuild b/app-text/pelican/pelican-3.3.ebuild
index 544880c0c86d..ec26ca3052cc 100644
--- a/app-text/pelican/pelican-3.3.ebuild
+++ b/app-text/pelican/pelican-3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.2 2013/11/07 08:56:10 yac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.3.ebuild,v 1.3 2014/07/06 12:36:29 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -24,8 +24,7 @@ DEPEND="dev-python/feedgenerator[${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}]"
+ markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
RDEPEND=""
DOCS=( README.rst )
diff --git a/app-text/pelican/pelican-3.4.0.ebuild b/app-text/pelican/pelican-3.4.0.ebuild
index 15403836dd36..2200eb2e514c 100644
--- a/app-text/pelican/pelican-3.4.0.ebuild
+++ b/app-text/pelican/pelican-3.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v 1.1 2014/07/05 08:01:40 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.4.0.ebuild,v 1.2 2014/07/06 12:36:29 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
@@ -25,8 +25,7 @@ DEPEND="dev-python/feedgenerator[${PYTHON_USEDEP}]
dev-python/blinker[${PYTHON_USEDEP}]
>=dev-python/six-1.4[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
- markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )
- virtual/python-argparse[${PYTHON_USEDEP}]"
+ markdown? ( dev-python/markdown[${PYTHON_USEDEP}] )"
RDEPEND=""
DOCS=( README.rst )