Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libtifiles2: libtifiles2-1.1.3.ebuild libtifiles2-1.1.5.ebuild ChangeLog libtifiles2-1.1.1.ebuild libtifiles2-1.1.0.ebuild
Date: Sun, 19 Feb 2012 13:44:57
Message-Id: 20120219134447.1BEE42004B@flycatcher.gentoo.org
1 xarthisius 12/02/19 13:44:47
2
3 Modified: libtifiles2-1.1.3.ebuild ChangeLog
4 Added: libtifiles2-1.1.5.ebuild
5 Removed: libtifiles2-1.1.1.ebuild libtifiles2-1.1.0.ebuild
6 Log:
7 Version bump, remove .la file, drop old. Fixes bug #403387 by Piotr Szymaniak <szarpaj@××××××××.pl>
8
9 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild?r1=1.1&r2=1.2
17
18 Index: libtifiles2-1.1.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- libtifiles2-1.1.3.ebuild 15 Mar 2011 21:20:15 -0000 1.1
25 +++ libtifiles2-1.1.3.ebuild 19 Feb 2012 13:44:47 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2011 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild,v 1.1 2011/03/15 21:20:15 bicatali Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.3.ebuild,v 1.2 2012/02/19 13:44:47 xarthisius Exp $
32
33 EAPI=2
34
35 @@ -22,6 +22,11 @@
36 dev-util/pkgconfig
37 nls? ( sys-devel/gettext )"
38
39 +src_prepare() {
40 + sed -e '/define _ZLIBIOAPI_H/ a#define OF(x) x' \
41 + -i src/minizip/ioapi.h || die #403387
42 +}
43 +
44 src_configure() {
45 econf \
46 --disable-rpath \
47
48
49
50 1.6 sci-libs/libtifiles2/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.6&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/ChangeLog?rev=1.6&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/ChangeLog?r1=1.5&r2=1.6
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v
59 retrieving revision 1.5
60 retrieving revision 1.6
61 diff -u -r1.5 -r1.6
62 --- ChangeLog 15 Mar 2011 21:20:15 -0000 1.5
63 +++ ChangeLog 19 Feb 2012 13:44:47 -0000 1.6
64 @@ -1,6 +1,14 @@
65 # ChangeLog for sci-libs/libtifiles2
66 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.5 2011/03/15 21:20:15 bicatali Exp $
68 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/ChangeLog,v 1.6 2012/02/19 13:44:47 xarthisius Exp $
70 +
71 +*libtifiles2-1.1.5 (19 Feb 2012)
72 +
73 + 19 Feb 2012; Kacper Kowalik <xarthisius@g.o> +libtifiles2-1.1.5.ebuild,
74 + -libtifiles2-1.1.0.ebuild, -libtifiles2-1.1.1.ebuild,
75 + libtifiles2-1.1.3.ebuild:
76 + Version bump, remove .la file, drop old. Fixes bug #403387 by Piotr Szymaniak
77 + <szarpaj@××××××××.pl>
78
79 *libtifiles2-1.1.3 (15 Mar 2011)
80
81
82
83
84 1.1 sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild?rev=1.1&content-type=text/plain
88
89 Index: libtifiles2-1.1.5.ebuild
90 ===================================================================
91 # Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libtifiles2/libtifiles2-1.1.5.ebuild,v 1.1 2012/02/19 13:44:47 xarthisius Exp $
94
95 EAPI=4
96
97 inherit multilib
98
99 DESCRIPTION="Library for TI calculator files"
100 HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
101 SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
102
103 LICENSE="GPL-2"
104 SLOT="0"
105 KEYWORDS="~amd64 ~ppc ~x86"
106 IUSE="doc nls static-libs"
107
108 RDEPEND="dev-libs/glib:2
109 >=sci-libs/libticables2-1.3.3
110 >=sci-libs/libticonv-1.1.3
111 nls? ( virtual/libintl )"
112
113 DEPEND="${RDEPEND}
114 dev-util/pkgconfig
115 nls? ( sys-devel/gettext )"
116
117 DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
118
119 src_prepare() {
120 sed -e '/define _ZLIBIOAPI_H/ a#define OF(x) x' \
121 -i src/minizip/ioapi.h || die #403387
122 }
123
124 src_configure() {
125 econf \
126 --disable-rpath \
127 $(use_enable nls) \
128 $(use_enable static-libs static)
129 }
130
131 src_install() {
132 default
133 use doc && dohtml docs/html/*
134 use static-libs || rm -f "${D}"/usr/$(get_libdir)/${PN}.la
135 }