Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/silvercity: silvercity-0.9.7.ebuild ChangeLog
Date: Mon, 21 Feb 2011 16:21:38
Message-Id: 20110221162126.C1BCE20054@flycatcher.gentoo.org
1 grobian 11/02/21 16:21:26
2
3 Modified: silvercity-0.9.7.ebuild ChangeLog
4 Log:
5 Transferred Prefix keywords, cleaned up ebuild
6
7 (Portage version: 2.2.01.17901-prefix/cvs/Darwin powerpc)
8
9 Revision Changes Path
10 1.11 app-text/silvercity/silvercity-0.9.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild?r1=1.10&r2=1.11
15
16 Index: silvercity-0.9.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- silvercity-0.9.7.ebuild 21 Feb 2011 16:07:30 -0000 1.10
23 +++ silvercity-0.9.7.ebuild 21 Feb 2011 16:21:26 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v 1.10 2011/02/21 16:07:30 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/silvercity-0.9.7.ebuild,v 1.11 2011/02/21 16:21:26 grobian Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2"
32 @@ -18,7 +18,7 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
37 +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
38 IUSE=""
39
40 DEPEND=""
41 @@ -34,11 +34,12 @@
42 distutils_src_prepare
43
44 # Fix line endings.
45 - find -type f -exec sed -e 's/\r$//' -i \{\} \; || die "sed failed"
46 + find . -type f -exec sed -e 's/\r$//' -i \{\} \; || die "sed failed"
47
48 # Fix permissions.
49 chmod -x CSS/default.css || die "chmod failed"
50
51 # Fix shebang.
52 - sed -e 's:#!/usr/home/sweetapp/bin/python:#!/usr/bin/env python:' -i PySilverCity/Scripts/cgi-styler-form.py || die "sed failed"
53 + sed -e 's:#!/usr/home/sweetapp/bin/python:#!/usr/bin/env python:' \
54 + -i PySilverCity/Scripts/cgi-styler-form.py || die "sed failed"
55 }
56
57
58
59 1.27 app-text/silvercity/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/ChangeLog?rev=1.27&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/ChangeLog?rev=1.27&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/silvercity/ChangeLog?r1=1.26&r2=1.27
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v
68 retrieving revision 1.26
69 retrieving revision 1.27
70 diff -u -r1.26 -r1.27
71 --- ChangeLog 21 Feb 2011 16:07:30 -0000 1.26
72 +++ ChangeLog 21 Feb 2011 16:21:26 -0000 1.27
73 @@ -1,6 +1,9 @@
74 # ChangeLog for app-text/silvercity
75 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v 1.26 2011/02/21 16:07:30 arfrever Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/app-text/silvercity/ChangeLog,v 1.27 2011/02/21 16:21:26 grobian Exp $
78 +
79 + 21 Feb 2011; Fabian Groffen <grobian@g.o> silvercity-0.9.7.ebuild:
80 + Transferred Prefix keywords, cleaned up ebuild
81
82 21 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
83 silvercity-0.9.7.ebuild: