radhermit 14/10/08 01:19:46 Modified: ChangeLog Added: urlwatch-1.17.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.7 www-misc/urlwatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 3 Apr 2014 02:09:55 -0000 1.6 +++ ChangeLog 8 Oct 2014 01:19:46 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for www-misc/urlwatch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.6 2014/04/03 02:09:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.7 2014/10/08 01:19:46 radhermit Exp $ + +*urlwatch-1.17 (08 Oct 2014) + + 08 Oct 2014; Tim Harder <[email protected]> +urlwatch-1.17.ebuild: + Version bump. 03 Apr 2014; Tim Harder <[email protected]> urlwatch-1.16.ebuild: Add python3_4 support. 1.1 www-misc/urlwatch/urlwatch-1.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/urlwatch-1.17.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/urlwatch-1.17.ebuild?rev=1.1&content-type=text/plain Index: urlwatch-1.17.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.17.ebuild,v 1.1 2014/10/08 01:19:46 radhermit Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A tool for monitoring webpages for updates" HOMEPAGE="http://thp.io/2008/urlwatch/ http://pypi.python.org/pypi/urlwatch" SRC_URI="http://thp.io/2008/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/python-futures[${PYTHON_USEDEP}]" RDEPEND="${DEPEND} || ( www-client/lynx app-text/html2text )" python_prepare() { if [[ ${EPYTHON} == python3.* ]]; then 2to3 -nw --no-diffs urlwatch lib/urlwatch/*.py \ share/urlwatch/examples/hooks.py.example setup.py || die fi }
