Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/jthread: jthread-1.2.0.ebuild ChangeLog jthread-1.2.1.ebuild
Date: Thu, 22 Nov 2012 12:02:51
Message-Id: 20121122120237.2E46620C65@flycatcher.gentoo.org
1 pinkbyte 12/11/22 12:02:37
2
3 Modified: jthread-1.2.0.ebuild ChangeLog jthread-1.2.1.ebuild
4 Log:
5 QA: fix HOMEPAGE and SRC_URI, old are dead
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-libs/jthread/jthread-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild?r1=1.2&r2=1.3
15
16 Index: jthread-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- jthread-1.2.0.ebuild 8 Oct 2006 18:06:03 -0000 1.2
23 +++ jthread-1.2.0.ebuild 22 Nov 2012 12:02:36 -0000 1.3
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild,v 1.2 2006/10/08 18:06:03 blubb Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.0.ebuild,v 1.3 2012/11/22 12:02:36 pinkbyte Exp $
30
31 DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms."
32 -HOMEPAGE="http://research.edm.luc.ac.be/jori/jthread/jthread.html"
33 -SRC_URI="http://research.edm.luc.ac.be/jori/jthread/${P}.tar.bz2"
34 +HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread"
35 +SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
36 LICENSE="MIT"
37 SLOT="0"
38 KEYWORDS="~amd64 ~x86"
39
40
41
42 1.6 dev-libs/jthread/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?r1=1.5&r2=1.6
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- ChangeLog 15 Dec 2007 15:33:36 -0000 1.5
55 +++ ChangeLog 22 Nov 2012 12:02:36 -0000 1.6
56 @@ -1,6 +1,10 @@
57 # ChangeLog for dev-libs/jthread
58 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v 1.5 2007/12/15 15:33:36 drac Exp $
60 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v 1.6 2012/11/22 12:02:36 pinkbyte Exp $
62 +
63 + 22 Nov 2012; Sergey Popov <pinkbyte@g.o> jthread-1.2.0.ebuild,
64 + jthread-1.2.1.ebuild:
65 + QA: fix HOMEPAGE and SRC_URI, old are dead
66
67 *jthread-1.2.1 (15 Dec 2007)
68
69
70
71
72 1.2 dev-libs/jthread/jthread-1.2.1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild?r1=1.1&r2=1.2
77
78 Index: jthread-1.2.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- jthread-1.2.1.ebuild 15 Dec 2007 15:33:36 -0000 1.1
85 +++ jthread-1.2.1.ebuild 22 Nov 2012 12:02:36 -0000 1.2
86 @@ -1,10 +1,10 @@
87 -# Copyright 1999-2007 Gentoo Foundation
88 +# Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild,v 1.1 2007/12/15 15:33:36 drac Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.2.1.ebuild,v 1.2 2012/11/22 12:02:36 pinkbyte Exp $
92
93 DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms."
94 -HOMEPAGE="http://research.edm.luc.ac.be/jori/jthread/jthread.html"
95 -SRC_URI="http://research.edm.luc.ac.be/jori/${PN}/${P}.tar.bz2"
96 +HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread"
97 +SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
98
99 LICENSE="MIT"
100 SLOT="0"