diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:53:19 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-07-06 12:53:19 +0000 |
commit | 9c8cd69a0f3d5a6275e99a44aa344d27f8c8a864 (patch) | |
tree | 561554471b9fe10b7bbfae381ef80021fbc725d0 /media-sound | |
parent | Clean up obsolete dependencies on virtual/python-argparse and virtual/python-... (diff) | |
download | gentoo-2-9c8cd69a0f3d5a6275e99a44aa344d27f8c8a864.tar.gz gentoo-2-9c8cd69a0f3d5a6275e99a44aa344d27f8c8a864.tar.bz2 gentoo-2-9c8cd69a0f3d5a6275e99a44aa344d27f8c8a864.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 'media-sound')
-rw-r--r-- | media-sound/marrie/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/marrie/marrie-0.3.1.ebuild | 7 | ||||
-rw-r--r-- | media-sound/marrie/marrie-9999.ebuild | 7 |
3 files changed, 13 insertions, 10 deletions
diff --git a/media-sound/marrie/ChangeLog b/media-sound/marrie/ChangeLog index 112e02777f4c..cfed89bad189 100644 --- a/media-sound/marrie/ChangeLog +++ b/media-sound/marrie/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/marrie -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.6 2013/05/13 01:32:49 rafaelmartins Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.7 2014/07/06 12:53:19 mgorny Exp $ + + 06 Jul 2014; Michał Górny <mgorny@gentoo.org> marrie-0.3.1.ebuild, + marrie-9999.ebuild: + Clean up obsolete dependencies on virtual/python-argparse and virtual/python- + unittest2 (those packages were only required for <=python-2.6). *marrie-0.3.1 (13 May 2013) diff --git a/media-sound/marrie/marrie-0.3.1.ebuild b/media-sound/marrie/marrie-0.3.1.ebuild index e2e8bafe6ebb..83ceefb3a04b 100644 --- a/media-sound/marrie/marrie-0.3.1.ebuild +++ b/media-sound/marrie/marrie-0.3.1.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/media-sound/marrie/marrie-0.3.1.ebuild,v 1.1 2013/05/13 01:32:49 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3.1.ebuild,v 1.2 2014/07/06 12:53:19 mgorny Exp $ EAPI=4 @@ -30,8 +30,7 @@ LICENSE="BSD" SLOT="0" IUSE="doc" -RDEPEND="virtual/python-argparse - dev-python/feedparser" +RDEPEND="dev-python/feedparser" DEPEND="${RDEPEND} doc? ( dev-python/docutils )" diff --git a/media-sound/marrie/marrie-9999.ebuild b/media-sound/marrie/marrie-9999.ebuild index 1a438684c199..2c9b2577cc68 100644 --- a/media-sound/marrie/marrie-9999.ebuild +++ b/media-sound/marrie/marrie-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.4 2012/12/26 23:20:34 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.5 2014/07/06 12:53:19 mgorny Exp $ EAPI=4 @@ -30,8 +30,7 @@ LICENSE="BSD" SLOT="0" IUSE="doc" -RDEPEND="virtual/python-argparse - dev-python/feedparser" +RDEPEND="dev-python/feedparser" DEPEND="${RDEPEND} doc? ( dev-python/docutils )" |