diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-07-21 02:27:03 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-07-21 02:27:03 +0000 |
commit | c1428a7b82b7a9c437ed40f15f89164d9e84a302 (patch) | |
tree | 774630f163fac5e2d0bee64fc72ddddeeaac5387 /net-misc/flexget | |
parent | Added ~mips. (diff) | |
download | gentoo-2-c1428a7b82b7a9c437ed40f15f89164d9e84a302.tar.gz gentoo-2-c1428a7b82b7a9c437ed40f15f89164d9e84a302.tar.bz2 gentoo-2-c1428a7b82b7a9c437ed40f15f89164d9e84a302.zip |
Version bump.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'net-misc/flexget')
-rw-r--r-- | net-misc/flexget/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/flexget/flexget-1.0.3352.ebuild | 71 | ||||
-rw-r--r-- | net-misc/flexget/flexget-1.0.3392.ebuild | 73 | ||||
-rw-r--r-- | net-misc/flexget/flexget-1.1.79.ebuild (renamed from net-misc/flexget/flexget-1.1.11.ebuild) | 11 |
4 files changed, 11 insertions, 152 deletions
diff --git a/net-misc/flexget/ChangeLog b/net-misc/flexget/ChangeLog index 3c318731338e..e6e3802e9add 100644 --- a/net-misc/flexget/ChangeLog +++ b/net-misc/flexget/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/flexget # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/ChangeLog,v 1.41 2013/07/06 20:45:19 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/ChangeLog,v 1.42 2013/07/21 02:27:03 floppym Exp $ + +*flexget-1.1.79 (21 Jul 2013) + + 21 Jul 2013; Mike Gilbert <floppym@gentoo.org> +flexget-1.1.79.ebuild, + -flexget-1.0.3352.ebuild, -flexget-1.0.3392.ebuild, -flexget-1.1.11.ebuild: + Version bump. *flexget-1.1.66 (06 Jul 2013) diff --git a/net-misc/flexget/flexget-1.0.3352.ebuild b/net-misc/flexget/flexget-1.0.3352.ebuild deleted file mode 100644 index 27b39c147061..000000000000 --- a/net-misc/flexget/flexget-1.0.3352.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-1.0.3352.ebuild,v 1.2 2013/03/19 02:25:59 floppym Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_{6,7} ) - -inherit distutils-r1 eutils - -if [[ ${PV} != 9999 ]]; then - MY_P="FlexGet-${PV}" - SRC_URI="http://download.flexget.com/${MY_P}.tar.gz - http://download.flexget.com/archive/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" -else - inherit git-2 - EGIT_REPO_URI="git://github.com/Flexget/Flexget.git - https://github.com/Flexget/Flexget.git" -fi - -DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics" -HOMEPAGE="http://flexget.com/" - -LICENSE="MIT" -SLOT="0" -IUSE="test" - -DEPEND=" - >=dev-python/feedparser-5.1.3[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-0.7 - <dev-python/sqlalchemy-0.7.99 - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/PyRSS2Gen[${PYTHON_USEDEP}] - dev-python/pynzb[${PYTHON_USEDEP}] - dev-python/progressbar[${PYTHON_USEDEP}] - dev-python/flask - dev-python/cherrypy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - <dev-python/requests-1.99 - dev-python/setuptools[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" -DEPEND+=" test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -if [[ ${PV} == 9999 ]]; then - DEPEND+=" dev-python/paver" -else - S="${WORKDIR}/${MY_P}" -fi - -python_prepare_all() { - # Prevent setup from grabbing nose from pypi - sed -e /setup_requires/d \ - -e '/SQLAlchemy/s/, <0.8//' \ - -e '/BeautifulSoup/s/, <3.3//' \ - -e '/beautifulsoup4/s/, <4.2//' \ - -i pavement.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - esetup.py test -} diff --git a/net-misc/flexget/flexget-1.0.3392.ebuild b/net-misc/flexget/flexget-1.0.3392.ebuild deleted file mode 100644 index 2527af91d1cb..000000000000 --- a/net-misc/flexget/flexget-1.0.3392.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-1.0.3392.ebuild,v 1.1 2013/05/12 20:20:30 floppym Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_{6,7} ) - -inherit distutils-r1 eutils - -if [[ ${PV} != 9999 ]]; then - MY_P="FlexGet-${PV}" - SRC_URI="http://download.flexget.com/${MY_P}.tar.gz - http://download.flexget.com/archive/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~x86" -else - inherit git-2 - EGIT_REPO_URI="git://github.com/Flexget/Flexget.git - https://github.com/Flexget/Flexget.git" -fi - -DESCRIPTION="Multipurpose automation tool for content like torrents, nzbs, podcasts, comics" -HOMEPAGE="http://flexget.com/" - -LICENSE="MIT" -SLOT="0" -IUSE="test" - -DEPEND=" - >=dev-python/feedparser-5.1.3[${PYTHON_USEDEP}] - >=dev-python/sqlalchemy-0.7 - <dev-python/sqlalchemy-0.7.99 - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/jinja[${PYTHON_USEDEP}] - dev-python/PyRSS2Gen[${PYTHON_USEDEP}] - dev-python/pynzb[${PYTHON_USEDEP}] - dev-python/progressbar[${PYTHON_USEDEP}] - dev-python/flask - dev-python/cherrypy[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - >=dev-python/requests-1.0[${PYTHON_USEDEP}] - <dev-python/requests-1.99 - dev-python/setuptools[${PYTHON_USEDEP}] - virtual/python-argparse[${PYTHON_USEDEP}] -" -RDEPEND="${DEPEND}" -DEPEND+=" test? ( dev-python/nose[${PYTHON_USEDEP}] )" - -if [[ ${PV} == 9999 ]]; then - DEPEND+=" dev-python/paver" -else - S="${WORKDIR}/${MY_P}" -fi - -python_prepare_all() { - # Prevent setup from grabbing nose from pypi - sed -e /setup_requires/d \ - -e '/SQLAlchemy/s/, <0.8//' \ - -e '/BeautifulSoup/s/, <3.3//' \ - -e '/beautifulsoup4/s/, <4.2//' \ - -i pavement.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - cp -lr tests setup.cfg "${BUILD_DIR}" || die - run_in_build_dir nosetests -v --attr=!online > "${T}/tests-${EPYTHON}.log" \ - || die "Tests fail with ${EPYTHON}" -} diff --git a/net-misc/flexget/flexget-1.1.11.ebuild b/net-misc/flexget/flexget-1.1.79.ebuild index f010abe1f025..dab595e9699d 100644 --- a/net-misc/flexget/flexget-1.1.11.ebuild +++ b/net-misc/flexget/flexget-1.1.79.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-1.1.11.ebuild,v 1.1 2013/05/27 01:33:15 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/flexget/flexget-1.1.79.ebuild,v 1.1 2013/07/21 02:27:03 floppym Exp $ EAPI=5 @@ -32,7 +32,8 @@ DEPEND=" <dev-python/sqlalchemy-0.7.99 dev-python/pyyaml[${PYTHON_USEDEP}] dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + >=dev-python/beautifulsoup-4.1:4[${PYTHON_USEDEP}] + <dev-python/beautifulsoup-4.3:4[${PYTHON_USEDEP}] dev-python/html5lib[${PYTHON_USEDEP}] dev-python/jinja[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.0[${PYTHON_USEDEP}] @@ -59,11 +60,7 @@ fi python_prepare_all() { # Prevent setup from grabbing nose from pypi - sed -e /setup_requires/d \ - -e '/SQLAlchemy/s/, <0.8//' \ - -e '/BeautifulSoup/s/, <3.3//' \ - -e '/beautifulsoup4/s/, <4.2//' \ - -i pavement.py || die + sed -e /setup_requires/d -i pavement.py || die distutils-r1_python_prepare_all } |