Gentoo Archives: gentoo-commits

From: Martin von Gagern <Martin.vGagern@×××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: Documentation/package.unmask/, app-text/poppler/
Date: Thu, 30 Jun 2011 20:59:56
Message-Id: 7714cfe49fcf06b278616a2b0c86eff09573b700.martinvg@gentoo
1 commit: 7714cfe49fcf06b278616a2b0c86eff09573b700
2 Author: Martin von Gagern <Martin.vGagern <AT> gmx <DOT> net>
3 AuthorDate: Thu Jun 30 20:59:39 2011 +0000
4 Commit: Martin von Gagern <Martin.vGagern <AT> gmx <DOT> net>
5 CommitDate: Thu Jun 30 20:59:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=7714cfe4
7
8 [app-text/poppler] Update from main portage tree
9
10 ---
11 Documentation/package.unmask/kde-3.5 | 3 +-
12 app-text/poppler/ChangeLog | 8 ++-
13 app-text/poppler/poppler-0.16.6.ebuild | 98 --------------------
14 ...poppler-0.16.5.ebuild => poppler-0.16.7.ebuild} | 2 +-
15 4 files changed, 9 insertions(+), 102 deletions(-)
16
17 diff --git a/Documentation/package.unmask/kde-3.5 b/Documentation/package.unmask/kde-3.5
18 index 21bc02b..6c60753 100644
19 --- a/Documentation/package.unmask/kde-3.5
20 +++ b/Documentation/package.unmask/kde-3.5
21 @@ -66,8 +66,7 @@
22 =app-text/kchmviewer-3.1_p2-r1
23 =app-text/kding-0.4.3
24 =app-text/poppler-0.14.5-r1
25 -=app-text/poppler-0.16.5
26 -=app-text/poppler-0.16.6
27 +=app-text/poppler-0.16.7
28 =dev-db/hk_classes-0.8.3
29 =dev-db/hk_classes-0.8.3-r1
30 =dev-db/knoda-0.8.3
31
32 diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog
33 index 4e7e3df..7acab11 100644
34 --- a/app-text/poppler/ChangeLog
35 +++ b/app-text/poppler/ChangeLog
36 @@ -1,6 +1,12 @@
37 # ChangeLog for app-text/poppler
38 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
39 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.293 2011/05/31 02:09:04 reavertm Exp $
40 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.294 2011/06/28 20:59:16 reavertm Exp $
41 +
42 +*poppler-0.16.7 (28 Jun 2011)
43 +
44 + 28 Jun 2011; Maciej Mrozowski <reavertm@g.o> -poppler-0.16.5.ebuild,
45 + -poppler-0.16.6.ebuild, +poppler-0.16.7.ebuild:
46 + Version bump, remove old
47
48 *poppler-0.16.6 (31 May 2011)
49
50
51 diff --git a/app-text/poppler/poppler-0.16.6.ebuild b/app-text/poppler/poppler-0.16.6.ebuild
52 deleted file mode 100644
53 index e218d01..0000000
54 --- a/app-text/poppler/poppler-0.16.6.ebuild
55 +++ /dev/null
56 @@ -1,98 +0,0 @@
57 -# Copyright 1999-2011 Gentoo Foundation
58 -# Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.16.6.ebuild,v 1.1 2011/05/31 02:09:05 reavertm Exp $
60 -
61 -EAPI="2"
62 -
63 -inherit cmake-utils qt3
64 -
65 -DESCRIPTION="PDF rendering library based on the xpdf-3.0 code base"
66 -HOMEPAGE="http://poppler.freedesktop.org/"
67 -SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz"
68 -
69 -LICENSE="GPL-2"
70 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
71 -SLOT="0"
72 -IUSE="cairo cjk curl cxx debug doc exceptions +introspection jpeg
73 -jpeg2k +lcms png qt3 qt4 +utils +xpdf-headers"
74 -
75 -# No test data provided
76 -RESTRICT="test"
77 -
78 -COMMON_DEPEND="
79 - >=media-libs/fontconfig-2.6.0
80 - >=media-libs/freetype-2.3.9
81 - sys-libs/zlib
82 - cairo? (
83 - dev-libs/glib:2
84 - >=x11-libs/cairo-1.10.0
85 - >=x11-libs/gtk+-2.20.1:2[introspection?]
86 - introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
87 - )
88 - curl? ( net-misc/curl )
89 - jpeg? ( virtual/jpeg )
90 - jpeg2k? ( media-libs/openjpeg )
91 - lcms? ( =media-libs/lcms-1* )
92 - png? ( >=media-libs/libpng-1.4 )
93 - qt3? ( >=x11-libs/qt-meta-3.3:3 )
94 - qt4? (
95 - x11-libs/qt-core:4
96 - x11-libs/qt-gui:4
97 - )
98 -"
99 -DEPEND="${COMMON_DEPEND}
100 - dev-util/pkgconfig
101 -"
102 -RDEPEND="${COMMON_DEPEND}
103 - !dev-libs/poppler
104 - !dev-libs/poppler-glib
105 - !dev-libs/poppler-qt3
106 - !dev-libs/poppler-qt4
107 - !app-text/poppler-utils
108 - cjk? ( >=app-text/poppler-data-0.2.1 )
109 -"
110 -
111 -DOCS=(AUTHORS ChangeLog NEWS README README-XPDF TODO)
112 -
113 -src_configure() {
114 - mycmakeargs=(
115 - -DBUILD_GTK_TESTS=OFF
116 - -DBUILD_QT4_TESTS=OFF
117 - -DBUILD_CPP_TESTS=OFF
118 - $(cmake-utils_use_with qt3)
119 - -DENABLE_ABIWORD=OFF
120 - -DENABLE_SPLASH=ON
121 - -DENABLE_ZLIB=ON
122 - $(cmake-utils_use_enable curl LIBCURL)
123 - $(cmake-utils_use_enable cxx CPP)
124 - $(cmake-utils_use_enable jpeg2k LIBOPENJPEG)
125 - $(cmake-utils_use_enable lcms)
126 - $(cmake-utils_use_enable utils)
127 - $(cmake-utils_use_enable xpdf-headers XPDF_HEADERS)
128 - $(cmake-utils_use_with cairo)
129 - $(cmake-utils_use_with cairo GTK)
130 - $(cmake-utils_use_with introspection GObjectIntrospection)
131 - $(cmake-utils_use_with jpeg)
132 - $(cmake-utils_use_with png)
133 - $(cmake-utils_use_with qt4)
134 - $(cmake-utils_use exceptions USE_EXCEPTIONS)
135 - )
136 -
137 - cmake-utils_src_configure
138 -}
139 -
140 -src_install() {
141 - cmake-utils_src_install
142 -
143 - if use cairo && use doc; then
144 - # For now install gtk-doc there
145 - insinto /usr/share/gtk-doc/html/poppler
146 - doins -r "${S}"/glib/reference/html/* || die 'failed to install API documentation'
147 - fi
148 -}
149 -
150 -pkg_postinst() {
151 - ewarn "After upgrading app-text/poppler you may need to reinstall packages"
152 - ewarn "linking to it. If you're not a portage-2.2_rc user, you're advised"
153 - ewarn "to run revdep-rebuild"
154 -}
155
156 diff --git a/app-text/poppler/poppler-0.16.5.ebuild b/app-text/poppler/poppler-0.16.7.ebuild
157 similarity index 98%
158 rename from app-text/poppler/poppler-0.16.5.ebuild
159 rename to app-text/poppler/poppler-0.16.7.ebuild
160 index 681f968..713b16f 100644
161 --- a/app-text/poppler/poppler-0.16.5.ebuild
162 +++ b/app-text/poppler/poppler-0.16.7.ebuild
163 @@ -1,6 +1,6 @@
164 # Copyright 1999-2011 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.16.5.ebuild,v 1.1 2011/05/01 00:21:42 reavertm Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.16.7.ebuild,v 1.1 2011/06/28 20:59:16 reavertm Exp $
168
169 EAPI="2"