Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/
Date: Sun, 03 Jul 2016 20:28:09
Message-Id: 1467577661.60608eb3d5f73d8c15dc4e655b17d96e6274f871.dilfridge@gentoo
1 commit: 60608eb3d5f73d8c15dc4e655b17d96e6274f871
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 12 23:08:37 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 20:27:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60608eb3
7
8 app-text/libwpd: Drop old
9
10 Package-Manager: portage-2.2.28
11
12 app-text/libwpd/libwpd-0.10.0-r2.ebuild | 55 --------------------------------
13 app-text/libwpd/libwpd-0.10.0.ebuild | 56 ---------------------------------
14 2 files changed, 111 deletions(-)
15
16 diff --git a/app-text/libwpd/libwpd-0.10.0-r2.ebuild b/app-text/libwpd/libwpd-0.10.0-r2.ebuild
17 deleted file mode 100644
18 index ecc9ce0..0000000
19 --- a/app-text/libwpd/libwpd-0.10.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,55 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -inherit alternatives eutils
29 -
30 -DESCRIPTION="WordPerfect Document import/export library"
31 -HOMEPAGE="http://libwpd.sf.net"
32 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
33 -
34 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
35 -SLOT="0.10"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
37 -IUSE="doc +tools"
38 -
39 -COMMON_DEPEND="dev-libs/librevenge"
40 -DEPEND="${COMMON_DEPEND}
41 - virtual/pkgconfig
42 - doc? ( app-doc/doxygen )
43 -"
44 -RDEPEND="${COMMON_DEPEND}
45 - !<app-text/libwpd-0.8.14-r1"
46 -
47 -src_configure() {
48 - econf \
49 - --disable-static \
50 - --disable-werror \
51 - $(use_with doc docs) \
52 - $(use_enable tools) \
53 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
54 - --program-suffix=-${SLOT}
55 -}
56 -
57 -src_install() {
58 - default
59 - prune_libtool_files --all
60 -}
61 -
62 -pkg_postinst() {
63 - if use tools; then
64 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-9][0-9]"
65 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9][0-9]"
66 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9][0-9]"
67 - fi
68 -}
69 -
70 -pkg_postrm() {
71 - if use tools; then
72 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-9][0-9]"
73 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-9][0-9]"
74 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-9][0-9]"
75 - fi
76 -}
77
78 diff --git a/app-text/libwpd/libwpd-0.10.0.ebuild b/app-text/libwpd/libwpd-0.10.0.ebuild
79 deleted file mode 100644
80 index 4f56fa0..0000000
81 --- a/app-text/libwpd/libwpd-0.10.0.ebuild
82 +++ /dev/null
83 @@ -1,56 +0,0 @@
84 -# Copyright 1999-2014 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=5
89 -
90 -inherit alternatives eutils
91 -
92 -DESCRIPTION="WordPerfect Document import/export library"
93 -HOMEPAGE="http://libwpd.sf.net"
94 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
95 -
96 -LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
97 -SLOT="0.10"
98 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~x86 ~x86-fbsd"
99 -IUSE="doc test +tools"
100 -
101 -RDEPEND="dev-libs/librevenge"
102 -DEPEND="${RDEPEND}
103 - virtual/pkgconfig
104 - doc? ( app-doc/doxygen )
105 - test? ( dev-util/cppunit )
106 -"
107 -RDEPEND="${RDEPEND}
108 - !<app-text/libwpd-0.8.14-r1"
109 -
110 -src_configure() {
111 - econf \
112 - --disable-static \
113 - --disable-werror \
114 - $(use_with doc docs) \
115 - $(use_with tools stream) \
116 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
117 - --program-suffix=-${SLOT}
118 -}
119 -
120 -src_install() {
121 - default
122 - prune_libtool_files --all
123 -}
124 -
125 -pkg_postinst() {
126 - if use tools; then
127 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-10]"
128 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-10]"
129 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-10]"
130 - fi
131 -}
132 -
133 -pkg_postrm() {
134 - if use tools; then
135 - alternatives_auto_makesym /usr/bin/wpd2html "/usr/bin/wpd2html-[0-9].[0-10]"
136 - alternatives_auto_makesym /usr/bin/wpd2raw "/usr/bin/wpd2raw-[0-9].[0-10]"
137 - alternatives_auto_makesym /usr/bin/wpd2text "/usr/bin/wpd2text-[0-9].[0-10]"
138 - fi
139 -}