Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ada/asis-gpl: asis-gpl-4.1.3.2008.ebuild
Date: Sat, 23 Aug 2008 20:15:58
Message-Id: E1KWzWd-0007jj-Ay@stork.gentoo.org
1 george 08/08/23 20:15:55
2
3 Modified: asis-gpl-4.1.3.2008.ebuild
4 Log:
5 changed SRC_URI back to mirror://
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?r1=1.1&r2=1.2
14
15 Index: asis-gpl-4.1.3.2008.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- asis-gpl-4.1.3.2008.ebuild 7 Jul 2008 13:23:32 -0000 1.1
22 +++ asis-gpl-4.1.3.2008.ebuild 23 Aug 2008 20:15:54 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v 1.1 2008/07/07 13:23:32 george Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v 1.2 2008/08/23 20:15:54 george Exp $
28
29 inherit eutils flag-o-matic gnatbuild
30
31 @@ -8,7 +8,7 @@
32 Gnat_Name="gnat-gpl"
33
34 DESCRIPTION="The Ada Semantic Interface Specification (semantic analysis and tools tied to compiler)"
35 -SRC_URI="http://dev.gentoo.org/~george/src/${PN}-${ACT_Ver}-src.tgz"
36 +SRC_URI="mirror://gentoo/${PN}-${ACT_Ver}-src.tgz"
37 HOMEPAGE="https://libre.adacore.com/"
38 LICENSE="GPL-2"