From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyquery: pyquery-1.2.8.ebuild pyquery-1.2.4.ebuild ChangeLog pyquery-1.2.1-r1.ebuild pyquery-1.1.1.ebuild pyquery-1.2.1.ebuild
Date: Sat, 20 Dec 2014 07:53:50 +0000 (UTC) [thread overview]
Message-ID: <20141220075350.C0990CE62@oystercatcher.gentoo.org> (raw)
idella4 14/12/20 07:53:50
Modified: pyquery-1.2.8.ebuild pyquery-1.2.4.ebuild ChangeLog
Removed: pyquery-1.2.1-r1.ebuild pyquery-1.1.1.ebuild
pyquery-1.2.1.ebuild
Log:
clean old impls, rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.2 dev-python/pyquery/pyquery-1.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild?r1=1.1&r2=1.2
Index: pyquery-1.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyquery-1.2.8.ebuild 20 Apr 2014 04:33:27 -0000 1.1
+++ pyquery-1.2.8.ebuild 20 Dec 2014 07:53:50 -0000 1.2
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild,v 1.1 2014/04/20 04:33:27 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.8.ebuild,v 1.2 2014/12/20 07:53:50 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
1.16 dev-python/pyquery/pyquery-1.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild?r1=1.15&r2=1.16
Index: pyquery-1.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pyquery-1.2.4.ebuild 18 Jun 2014 16:01:12 -0000 1.15
+++ pyquery-1.2.4.ebuild 20 Dec 2014 07:53:50 -0000 1.16
@@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild,v 1.15 2014/06/18 16:01:12 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/pyquery-1.2.4.ebuild,v 1.16 2014/12/20 07:53:50 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
+PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
1.50 dev-python/pyquery/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyquery/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 28 Nov 2014 08:59:44 -0000 1.49
+++ ChangeLog 20 Dec 2014 07:53:50 -0000 1.50
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyquery
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.49 2014/11/28 08:59:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyquery/ChangeLog,v 1.50 2014/12/20 07:53:50 idella4 Exp $
+
+ 20 Dec 2014; Ian Delaney <idella4@gentoo.org> -pyquery-1.1.1.ebuild,
+ -pyquery-1.2.1-r1.ebuild, -pyquery-1.2.1.ebuild, pyquery-1.2.4.ebuild,
+ pyquery-1.2.8.ebuild:
+ clean old impls, rm old
28 Nov 2014; Ian Delaney <idella4@gentoo.org> pyquery-1.2.9.ebuild:
clean old python impl
reply other threads:[~2014-12-20 7:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141220075350.C0990CE62@oystercatcher.gentoo.org \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox