diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:29:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:29:12 +0000 |
commit | 51cea8b2f8d0df6fce0f82802e5e6abc282be5f5 (patch) | |
tree | 639db4c9cd173b9822d2e882213eca926de87aca /www-misc | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-51cea8b2f8d0df6fce0f82802e5e6abc282be5f5.tar.gz gentoo-2-51cea8b2f8d0df6fce0f82802e5e6abc282be5f5.tar.bz2 gentoo-2-51cea8b2f8d0df6fce0f82802e5e6abc282be5f5.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/urlwatch/ChangeLog | 7 | ||||
-rw-r--r-- | www-misc/urlwatch/urlwatch-1.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-misc/urlwatch/ChangeLog b/www-misc/urlwatch/ChangeLog index e54234c83cc1..aaf4962a2ed2 100644 --- a/www-misc/urlwatch/ChangeLog +++ b/www-misc/urlwatch/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2014/10/08 01:20:23 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/ChangeLog,v 1.9 2015/04/08 18:29:12 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> urlwatch-1.16.ebuild: + Drop old Python implementations 08 Oct 2014; Tim Harder <radhermit@gentoo.org> -urlwatch-1.14.ebuild, -urlwatch-1.15.ebuild, -files/urlwatch-xmpp.patch: diff --git a/www-misc/urlwatch/urlwatch-1.16.ebuild b/www-misc/urlwatch/urlwatch-1.16.ebuild index a28a3f5425e0..72268a87f5e5 100644 --- a/www-misc/urlwatch/urlwatch-1.16.ebuild +++ b/www-misc/urlwatch/urlwatch-1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.16.ebuild,v 1.2 2014/04/03 02:09:55 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/urlwatch/urlwatch-1.16.ebuild,v 1.3 2015/04/08 18:29:12 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 |