Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/dictd-vera: ChangeLog dictd-vera-1.12.ebuild
Date: Sun, 05 Oct 2008 13:39:40
Message-Id: E1KmTph-0002Fw-Bz@stork.gentoo.org
1 flameeyes 08/10/05 13:39:37
2
3 Modified: ChangeLog dictd-vera-1.12.ebuild
4 Log:
5 Fix build-time dependencies.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.20 app-dicts/dictd-vera/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 25 Aug 2007 16:32:24 -0000 1.19
22 +++ ChangeLog 5 Oct 2008 13:39:36 -0000 1.20
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-dicts/dictd-vera
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.19 2007/08/25 16:32:24 beandog Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.20 2008/10/05 13:39:36 flameeyes Exp $
29 +
30 + 05 Oct 2008; Diego Pettenò <flameeyes@g.o> dictd-vera-1.12.ebuild:
31 + Fix build-time dependencies.
32
33 25 Aug 2007; Steve Dibb <beandog@g.o> dictd-vera-1.12.ebuild:
34 amd64 stable
35
36
37
38 1.10 app-dicts/dictd-vera/dictd-vera-1.12.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild?rev=1.10&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild?rev=1.10&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild?r1=1.9&r2=1.10
43
44 Index: dictd-vera-1.12.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v
47 retrieving revision 1.9
48 retrieving revision 1.10
49 diff -u -r1.9 -r1.10
50 --- dictd-vera-1.12.ebuild 25 Aug 2007 16:32:24 -0000 1.9
51 +++ dictd-vera-1.12.ebuild 5 Oct 2008 13:39:36 -0000 1.10
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.9 2007/08/25 16:32:24 beandog Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.10 2008/10/05 13:39:36 flameeyes Exp $
58
59 pkg_dte="December 2003"
60
61 @@ -14,7 +14,8 @@
62 LICENSE="FDL-1.1"
63 KEYWORDS="amd64 ppc ppc64 sparc x86"
64
65 -RDEPEND=">=app-text/dictd-1.5.5"
66 +DEPEND=">=app-text/dictd-1.5.5"
67 +RDEPEND="${DEPEND}"
68
69 S=${WORKDIR}/vera-${PV}
70
71 @@ -29,7 +30,7 @@
72 sed '1,2!s/^/ /' vera. > vera || die
73 cat vera1>>vera || die
74 /usr/bin/dictfmt -f -u http://home.snafu.de/ohei \
75 - -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms (${pkg_dte})" \
76 + -s "V.E.R.A. -- Virtual Entity of Relevant Acronyms (${pkg_dte})" \
77 vera <vera || die
78 /usr/bin/dictzip -v vera.dict || die
79 }