Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/gpsim: gpsim-0.23.0.ebuild gpsim-0.22.0.ebuild
Date: Sat, 18 Jul 2009 13:24:01
Message-Id: E1MS9tN-0004YW-Id@stork.gentoo.org
1 ssuominen 09/07/18 13:23:57
2
3 Modified: gpsim-0.23.0.ebuild gpsim-0.22.0.ebuild
4 Log:
5 Fix HOMEPAGE.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 dev-embedded/gpsim/gpsim-0.23.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild?r1=1.4&r2=1.5
14
15 Index: gpsim-0.23.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gpsim-0.23.0.ebuild 2 Jul 2009 19:20:15 -0000 1.4
22 +++ gpsim-0.23.0.ebuild 18 Jul 2009 13:23:57 -0000 1.5
23 @@ -1,11 +1,11 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild,v 1.4 2009/07/02 19:20:15 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.23.0.ebuild,v 1.5 2009/07/18 13:23:57 ssuominen Exp $
28
29 EAPI=2
30
31 DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
32 -HOMEPAGE="http://www.dattalo.com/gnupic/gpsim.html"
33 +HOMEPAGE="http://gpsim.sourceforge.net"
34 SRC_URI="mirror://sourceforge/gpsim/${P}.tar.gz"
35
36 LICENSE="GPL-2"
37
38
39
40 1.11 dev-embedded/gpsim/gpsim-0.22.0.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild?r1=1.10&r2=1.11
45
46 Index: gpsim-0.22.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- gpsim-0.22.0.ebuild 10 May 2009 15:37:15 -0000 1.10
53 +++ gpsim-0.22.0.ebuild 18 Jul 2009 13:23:57 -0000 1.11
54 @@ -1,12 +1,12 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild,v 1.10 2009/05/10 15:37:15 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gpsim/gpsim-0.22.0.ebuild,v 1.11 2009/07/18 13:23:57 ssuominen Exp $
59
60 EAPI=2
61 inherit eutils autotools
62
63 DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
64 -HOMEPAGE="http://www.dattalo.com/gnupic/gpsim.html"
65 +HOMEPAGE="http://gpsim.sourceforge.net"
66 SRC_URI="mirror://sourceforge/gpsim/${P}.tar.gz"
67
68 LICENSE="GPL-2"