Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/queuelib: queuelib-1.1.1.ebuild ChangeLog
Date: Fri, 06 Dec 2013 05:41:47
Message-Id: 20131206054144.3DFBC2004B@flycatcher.gentoo.org
1 patrick 13/12/06 05:41:44
2
3 Modified: queuelib-1.1.1.ebuild ChangeLog
4 Log:
5 Simplification of the ebuild
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 dev-python/queuelib/queuelib-1.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: queuelib-1.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- queuelib-1.1.1.ebuild 6 Dec 2013 05:40:38 -0000 1.1
23 +++ queuelib-1.1.1.ebuild 6 Dec 2013 05:41:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.1 2013/12/06 05:40:38 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/queuelib-1.1.1.ebuild,v 1.2 2013/12/06 05:41:44 patrick Exp $
29
30 EAPI=5
31
32 @@ -27,14 +27,6 @@
33
34 RDEPEND=""
35
36 -src_compile() {
37 - distutils-r1_src_install
38 -}
39 -
40 python_test() {
41 nosetests queuelib/tests/ || die "Tests failed under ${EPYTHON}"
42 }
43 -
44 -src_install() {
45 - distutils-r1_src_install
46 -}
47
48
49
50 1.2 dev-python/queuelib/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/queuelib/ChangeLog?r1=1.1&r2=1.2
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- ChangeLog 6 Dec 2013 05:40:38 -0000 1.1
63 +++ ChangeLog 6 Dec 2013 05:41:44 -0000 1.2
64 @@ -1,6 +1,9 @@
65 # ChangeLog for dev-python/queuelib
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.1 2013/12/06 05:40:38 patrick Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-python/queuelib/ChangeLog,v 1.2 2013/12/06 05:41:44 patrick Exp $
69 +
70 + 06 Dec 2013; Patrick Lauer <patrick@g.o> queuelib-1.1.1.ebuild:
71 + Simplification of the ebuild
72
73 *queuelib-1.1.1 (06 Dec 2013)