monsieurp 15/05/27 08:33:52 Modified: ChangeLog Added: urlwatch-1.18.ebuild Log: Version bump. Signed-off-by: Patrice Clement <[email protected]> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path 1.11 www-misc/urlwatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 20 May 2015 08:01:29 -0000 1.10 +++ ChangeLog 27 May 2015 08:33:52 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for www-misc/urlwatch # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.10 2015/05/20 08:01:29 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.11 2015/05/27 08:33:52 monsieurp Exp $ + +*urlwatch-1.18 (27 May 2015) + + 27 May 2015; Patrice Clement <[email protected]> +urlwatch-1.18.ebuild: + Version bump. 20 May 2015; Patrice Clement <[email protected]> metadata.xml: Add myself to the maintainers list. 1.1 www-misc/urlwatch/urlwatch-1.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/urlwatch-1.18.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-misc/urlwatch/urlwatch-1.18.ebuild?rev=1.1&content-type=text/plain Index: urlwatch-1.18.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.18.ebuild,v 1.1 2015/05/27 08:33:52 monsieurp 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 }
