Gentoo Archives: gentoo-commits

From: "Jeffrey Gardner (je_fro)" <je_fro@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gchemutils: gchemutils-0.10.3.ebuild ChangeLog
Date: Sat, 28 Feb 2009 00:40:55
Message-Id: E1LdDG7-0005Vk-No@stork.gentoo.org
1 je_fro 09/02/28 00:40:51
2
3 Modified: gchemutils-0.10.3.ebuild ChangeLog
4 Log:
5 Fix SRC_URI
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild?r1=1.1&r2=1.2
14
15 Index: gchemutils-0.10.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- gchemutils-0.10.3.ebuild 27 Feb 2009 18:01:17 -0000 1.1
22 +++ gchemutils-0.10.3.ebuild 28 Feb 2009 00:40:51 -0000 1.2
23 @@ -1,13 +1,13 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild,v 1.1 2009/02/27 18:01:17 je_fro Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/gchemutils-0.10.3.ebuild,v 1.2 2009/02/28 00:40:51 je_fro Exp $
28
29 inherit gnome2 autotools
30
31 MY_P="gnome-chemistry-utils-${PV}"
32 DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry"
33 HOMEPAGE="http://www.nongnu.org/gchemutils/"
34 -SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.8/${MY_P}.tar.bz2"
35 +SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.10/${MY_P}.tar.bz2"
36
37 LICENSE="LGPL-2.1"
38 SLOT="0"
39
40
41
42 1.8 sci-chemistry/gchemutils/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gchemutils/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 27 Feb 2009 18:01:17 -0000 1.7
55 +++ ChangeLog 28 Feb 2009 00:40:51 -0000 1.8
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sci-chemistry/gchemutils
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.7 2009/02/27 18:01:17 je_fro Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gchemutils/ChangeLog,v 1.8 2009/02/28 00:40:51 je_fro Exp $
61 +
62 + 28 Feb 2009; Jeff Gardner <je_fro@g.o> gchemutils-0.10.3.ebuild:
63 + Fix SRC_URI
64
65 *gchemutils-0.10.3 (28 Feb 2009)