Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/unicode-data: ChangeLog unicode-data-5.1.0.ebuild
Date: Mon, 02 Jun 2008 11:27:54
Message-Id: E1K38Cb-0002Ug-2C@stork.gentoo.org
1 loki_val 08/06/02 11:27:49
2
3 Modified: ChangeLog
4 Added: unicode-data-5.1.0.ebuild
5 Log:
6 5.2.0 was a pre-pre-release. This is the real McCoy. Thx rod158@gmail for reporting.
7 (Portage version: 2.1.5.3)
8
9 Revision Changes Path
10 1.5 app-i18n/unicode-data/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/unicode-data/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/unicode-data/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/unicode-data/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 29 May 2008 21:46:08 -0000 1.4
23 +++ ChangeLog 2 Jun 2008 11:27:48 -0000 1.5
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-i18n/unicode-data
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.4 2008/05/29 21:46:08 welp Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/ChangeLog,v 1.5 2008/06/02 11:27:48 loki_val Exp $
29 +
30 +*unicode-data-5.1.0 (02 Jun 2008)
31 +
32 + 02 Jun 2008; Peter Alfredsen <loki_val@g.o>
33 + +unicode-data-5.1.0.ebuild:
34 + 5.2.0 was a pre-pre-release. This is the real McCoy. Thx rod158@gmail for
35 + reporting.
36
37 29 May 2008; <welp@g.o> unicode-data-5.2.0.ebuild:
38 Bug 223973
39
40
41
42 1.1 app-i18n/unicode-data/unicode-data-5.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/unicode-data/unicode-data-5.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/unicode-data/unicode-data-5.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: unicode-data-5.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-i18n/unicode-data/unicode-data-5.1.0.ebuild,v 1.1 2008/06/02 11:27:48 loki_val Exp $
52
53 DESCRIPTION="Unicode data from unicode.org"
54 HOMEPAGE="http://unicode.org/"
55 SRC_URI="mirror://debian/pool/main/u/${PN}/${PN}_${PV}.orig.tar.gz"
56 LICENSE="unicode"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
59 IUSE=""
60
61 DEPEND="app-arch/unzip"
62 RDEPEND=""
63
64 src_unpack() {
65 unpack ${A}
66 cd "${S}"
67 unpack ./*
68 }
69
70 src_compile() {
71 rm *.zip
72 }
73
74 src_install() {
75 cd "${WORKDIR}"
76 dodir /usr/share/
77 mv "${S}" "${D}/usr/share/${PN}" || die "mv failed"
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list