diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:04:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:04:58 +0000 |
commit | 36e13a6c2e1b8dd8618a12ef6a388c7091d34453 (patch) | |
tree | ba8dc2411c5899278ad0de64249769bcd79f5af9 /net-libs/libsocialweb | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-36e13a6c2e1b8dd8618a12ef6a388c7091d34453.tar.gz gentoo-2-36e13a6c2e1b8dd8618a12ef6a388c7091d34453.tar.bz2 gentoo-2-36e13a6c2e1b8dd8618a12ef6a388c7091d34453.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-libs/libsocialweb')
-rw-r--r-- | net-libs/libsocialweb/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libsocialweb/ChangeLog b/net-libs/libsocialweb/ChangeLog index f5b1c3cff3c7..ab0f627a8ea0 100644 --- a/net-libs/libsocialweb/ChangeLog +++ b/net-libs/libsocialweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libsocialweb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.29 2014/04/27 08:23:47 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.30 2015/04/08 18:04:58 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> libsocialweb-0.25.21-r1.ebuild: + Drop old Python implementations 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libsocialweb-0.25.21.ebuild: drop old diff --git a/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild index c8d332dce737..059e6451fbc8 100644 --- a/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild +++ b/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild @@ -1,11 +1,11 @@ -# 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/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild,v 1.5 2014/03/09 12:03:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21-r1.ebuild,v 1.6 2015/04/08 18:04:58 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) VALA_MIN_API_VERSION="0.12" VALA_USE_DEPEND="vapigen" |