Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/an: an-1.2.ebuild ChangeLog
Date: Wed, 02 Jul 2014 10:37:29
Message-Id: 20140702103726.84D6A2004E@flycatcher.gentoo.org
1 jer 14/07/02 10:37:26
2
3 Modified: ChangeLog
4 Added: an-1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.45 app-text/an/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 2 Mar 2014 17:28:00 -0000 1.44
24 +++ ChangeLog 2 Jul 2014 10:37:26 -0000 1.45
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/an
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.44 2014/03/02 17:28:00 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/an/ChangeLog,v 1.45 2014/07/02 10:37:26 jer Exp $
30 +
31 +*an-1.2 (02 Jul 2014)
32 +
33 + 02 Jul 2014; Jeroen Roovers <jer@g.o> +an-1.2.ebuild:
34 + Version bump.
35
36 02 Mar 2014; Jeroen Roovers <jer@g.o> an-1.1.ebuild:
37 Add dev-libs/icu sub-SLOT dependency (bug #455900).
38
39
40
41 1.1 app-text/an/an-1.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/an/an-1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: an-1.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/an/an-1.2.ebuild,v 1.1 2014/07/02 10:37:26 jer Exp $
51
52 EAPI=5
53 inherit eutils toolchain-funcs
54
55 DESCRIPTION="Very fast anagram generator with dictionary lookup"
56 HOMEPAGE="http://packages.debian.org/unstable/games/an"
57
58 SRC_URI="mirror://debian/pool/main/a/${PN}/${PN}_${PV}.orig.tar.xz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 CDEPEND="
66 dev-libs/icu:=
67 "
68 DEPEND="
69 app-arch/xz-utils
70 "
71 RDEPEND="
72 ${CDEPEND}
73 sys-apps/miscfiles[-minimal]
74 "
75
76 src_prepare() {
77 sed -i \
78 -e '/^CC/s|:=|?=|' \
79 -e 's|$(CC) $(CFLAGS)|& $(LDFLAGS)|g' \
80 Makefile || die
81 tc-export CC
82 }
83
84 src_install() {
85 dobin ${PN}
86 newman ${PN}.6 ${PN}.1
87 dodoc ALGORITHM
88 }