Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tcltk/tkimg: ChangeLog tkimg-1.3.20081202-r1.ebuild tkimg-1.3.20081202.ebuild
Date: Thu, 01 Apr 2010 19:58:56
Message-Id: E1NxQXW-0001pE-AS@stork.gentoo.org
1 jlec 10/04/01 19:58:54
2
3 Modified: ChangeLog tkimg-1.3.20081202.ebuild
4 Added: tkimg-1.3.20081202-r1.ebuild
5 Log:
6 Fix for bug 298113, Prefix support
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-tcltk/tkimg/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 7 Dec 2009 19:51:39 -0000 1.11
23 +++ ChangeLog 1 Apr 2010 19:58:54 -0000 1.12
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-tcltk/tkimg
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.11 2009/12/07 19:51:39 bicatali Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/ChangeLog,v 1.12 2010/04/01 19:58:54 jlec Exp $
30 +
31 +*tkimg-1.3.20081202-r1 (01 Apr 2010)
32 +
33 + 01 Apr 2010; Justin Lecher <jlec@g.o> tkimg-1.3.20081202.ebuild,
34 + +tkimg-1.3.20081202-r1.ebuild, +files/tkimg-1.3.20081202-prefix.patch:
35 + Fix for bug 298113, Prefix support
36
37 07 Dec 2009; Sébastien Fabbro <bicatali@g.o> -tkimg-1.3.ebuild,
38 -files/tkimg-1.3-m4.patch, tkimg-1.3.20081202.ebuild,
39
40
41
42 1.8 dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild?r1=1.7&r2=1.8
47
48 Index: tkimg-1.3.20081202.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- tkimg-1.3.20081202.ebuild 7 Dec 2009 19:51:39 -0000 1.7
55 +++ tkimg-1.3.20081202.ebuild 1 Apr 2010 19:58:54 -0000 1.8
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2009 Gentoo Foundation
58 +# Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild,v 1.7 2009/12/07 19:51:39 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202.ebuild,v 1.8 2010/04/01 19:58:54 jlec Exp $
62
63 EAPI=2
64 inherit eutils
65 @@ -40,7 +40,7 @@
66 # Make library links
67 for l in "${D}"/usr/lib*/Img*/*tcl*.so; do
68 bl=$(basename $l)
69 - dosym Img1.3/${bl} /usr/$(get_libdir)/${bl}
70 + dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
71 done
72
73 dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE || die
74
75
76
77 1.1 dev-tcltk/tkimg/tkimg-1.3.20081202-r1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202-r1.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202-r1.ebuild?rev=1.1&content-type=text/plain
81
82 Index: tkimg-1.3.20081202-r1.ebuild
83 ===================================================================
84 # Copyright 1999-2010 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.3.20081202-r1.ebuild,v 1.1 2010/04/01 19:58:54 jlec Exp $
87
88 EAPI="3"
89 inherit eutils prefix
90
91 DESCRIPTION="Adds a lot of image formats to Tcl/Tk"
92 HOMEPAGE="http://sourceforge.net/projects/tkimg/"
93 # src built with:
94 # svn export https://tkimg.svn.sourceforge.net/svnroot/tkimg/trunk tkimg-1.3.YYYYMMDD
95 # tar cvfj tkimg-1.3.YYYYMMDD.tar.bz2 tkimg-1.3.YYYYMMDD
96 SRC_URI="mirror://gentoo/${P}.tar.bz2"
97
98 IUSE="doc"
99 SLOT="0"
100 LICENSE="BSD"
101 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
102
103 DEPEND="dev-lang/tk
104 >=dev-tcltk/tcllib-1.11
105 media-libs/libpng
106 media-libs/jpeg
107 media-libs/tiff"
108 RDEPEND="${DEPEND}"
109
110 src_prepare() {
111 epatch "${FILESDIR}"/${P}-systemlibs.patch
112 epatch "${FILESDIR}"/${P}-tests.patch
113 epatch "${FILESDIR}"/${P}-prefix.patch
114 sed -i \
115 -e 's:$(prefix)/man:$(prefix)/share/man:g' \
116 Makefile.in || die
117 eprefixify \
118 libjpeg/tcl/jpegtclDecls.h \
119 libpng/tcl/pngtclDecls.h \
120 libtiff/tcl/tifftclDecls.h \
121 libz/tcl/zlibtclDecls.h
122 }
123
124 src_install() {
125 emake \
126 DESTDIR="${D}" \
127 INSTALL_ROOT="${D}" \
128 install || die "emake install failed"
129 # Make library links
130 for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
131 bl=$(basename $l)
132 dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
133 done
134
135 dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE || die
136 if use doc; then
137 insinto /usr/share/doc/${PF}
138 doins demo.tcl || die
139 insinto /usr/share/doc/${PF}/html
140 doins -r doc/* || die
141 fi
142 }