Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/libtabe: ChangeLog libtabe-0.2.6.ebuild
Date: Tue, 29 Apr 2008 19:52:50
Message-Id: E1Jqvse-0003of-1c@stork.gentoo.org
1 drac 08/04/29 19:52:48
2
3 Modified: ChangeLog
4 Added: libtabe-0.2.6.ebuild
5 Log:
6 Version bump wrt #219348 using ebuild by Peter Alfredsen.
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.10 app-i18n/libtabe/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 9 Feb 2007 07:14:07 -0000 1.9
23 +++ ChangeLog 29 Apr 2008 19:52:47 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-i18n/libtabe
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.9 2007/02/09 07:14:07 flameeyes Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/ChangeLog,v 1.10 2008/04/29 19:52:47 drac Exp $
30 +
31 +*libtabe-0.2.6 (29 Apr 2008)
32 +
33 + 29 Apr 2008; Samuli Suominen <drac@g.o>
34 + +files/libtabe-0.2.6-fabs.patch, +libtabe-0.2.6.ebuild:
35 + Version bump wrt #219348 using ebuild by Peter Alfredsen.
36
37 09 Feb 2007; Diego Pettenò <flameeyes@g.o> ChangeLog:
38 Regenerate digest in Manifest2 format.
39
40
41
42 1.1 app-i18n/libtabe/libtabe-0.2.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libtabe/libtabe-0.2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libtabe-0.2.6.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/libtabe/libtabe-0.2.6.ebuild,v 1.1 2008/04/29 19:52:47 drac Exp $
52
53 inherit eutils libtool autotools multilib
54
55 DESCRIPTION="Libtabe provides bimsphone support for xcin-2.5+"
56 HOMEPAGE="http://packages.qa.debian.org/libt/libtabe.html"
57 SRC_URI="mirror://debian/pool/main/libt/libtabe/${P/-/_}.orig.tar.gz
58 mirror://debian/pool/main/libt/libtabe/${P/-/_}-1.1.diff.gz"
59
60 LICENSE="BSD"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="debug"
64
65 DEPEND=">=sys-libs/db-4.5
66 x11-libs/libX11"
67
68 S=${WORKDIR}/${P}.orig
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${WORKDIR}"/${P/-/_}-1.1.diff
74 epatch "${FILESDIR}"/${P}-fabs.patch
75 rm -f configure
76 elibtoolize
77 cd script
78 eautoreconf
79 cp script/* ./
80 cp configure ../
81 cd ..
82 }
83
84 src_compile() {
85 myconf="--with-db-inc=/usr/include
86 --with-db-lib=/usr/$(get_libdir)
87 --with-db-bin=/usr/bin
88 --with-db-name=db
89 --enable-shared
90 --disable-static
91 $(use_enable debug)"
92
93 econf ${myconf}
94 emake -j1 || die "make failed"
95 }
96
97 src_install() {
98 emake DESTDIR="${D}" install || die "emake install failed."
99 dodoc doc/*
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list