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/libmwaw/
Date: Sun, 03 Jul 2016 20:28:04
Message-Id: 1467577661.96b3180886b83e42930f674f10a8e5d0c937ed3e.dilfridge@gentoo
1 commit: 96b3180886b83e42930f674f10a8e5d0c937ed3e
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 5 10:09:14 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=96b31808
7
8 app-text/libmwaw: Drop old
9
10 base.eclass usage eliminated.
11
12 Package-Manager: portage-2.2.28
13
14 app-text/libmwaw/Manifest | 3 ---
15 app-text/libmwaw/libmwaw-0.1.10.ebuild | 45 ----------------------------------
16 app-text/libmwaw/libmwaw-0.2.0.ebuild | 45 ----------------------------------
17 app-text/libmwaw/libmwaw-0.3.5.ebuild | 44 ---------------------------------
18 4 files changed, 137 deletions(-)
19
20 diff --git a/app-text/libmwaw/Manifest b/app-text/libmwaw/Manifest
21 index ee5d620..cc6fde7 100644
22 --- a/app-text/libmwaw/Manifest
23 +++ b/app-text/libmwaw/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST libmwaw-0.1.10.tar.xz 737680 SHA256 9a4547923c6db24e51733f91ecd74a9c479473962c94fa6ae4260e1fdd4db3dd SHA512 02c9fcaa8e71df81ccf4aeff1bc990735e1f629f7a80c1160fc8ceedcc1c53e23b7726c9e360516ebe43a730d4d38da5ecdc0b325afd2ac723dad662fd232d73 WHIRLPOOL 8858c296d13da94f7c2d13a97b7be5c43db98c596fc37779e77a4811984626f4597cd68f438bc0587a323f25c74d4d5a4a0fa5e5b564c5459c2e6101687b663f
26 -DIST libmwaw-0.2.0.tar.xz 808604 SHA256 c30f228681ba2fc3715c9e41fcf2c3bb2b873911acb22602ab7b2eb1eeed85bd SHA512 31a4641d30eaae8a6e4a7c38a875996c657c901efbf4b631a0575f8fa33a1bfe5c7fadfb867ba1d4c4a9ed321d304a4d1727d1d61596cedd75b6bf3bf0094094 WHIRLPOOL 81d7ad03f38d59c24fa6dcc87a586c7774c934e749becd465e8d58a54873072837c39ab52cfaf87011ddc03a24bf57aa52f804d70398c7091b42165456c22155
27 -DIST libmwaw-0.3.5.tar.xz 1069012 SHA256 34fedad820078e0d51150518c51e537363d1d2d3301c203dd0cc31970281a9ef SHA512 37468ecec556eb1ace77beb36ca176675ad5c9c362409b7cf689fedfb284e5e2c9cf776337dfd3500169d3af2adb976658e6d8edac02579d59ff11f8cdb6234c WHIRLPOOL 0e6e84b9ed42be6b944fe328135d117eb61e524007a473ed259d206c8c2d2d162f075ba7f13c72f49f49fe7acd44ecfbfbaa3cc1c8eefcbd214ee2b507c8a5d0
28 DIST libmwaw-0.3.6.tar.xz 1136836 SHA256 015f1c7ce4b023512e72897e36c7b2f74533d49fa65689e6480a8632ad09650c SHA512 fb653080b4d1a9c13f998d998dcdd0b790f69f70f91d6a426661bde49e32fb977d49c50893141e6901de0b9a832159dd989661d6889f267c0dbe0064e7f342d1 WHIRLPOOL ec8171be462ccb6d1b656fbf546eeccf38332ff27fed565c281454754470992ba9fc4dbed2772ad3c81a57f57c55c06dafdd9180547e698dd970389f49b1df8f
29 DIST libmwaw-0.3.7.tar.xz 1167156 SHA256 057611e871c279a28fcbede78dda11e500b9d5b341ab7064d6dce470f6fee8f9 SHA512 17f15f029633a22f8e7db7855b32dd5f4061e1eb3df865426bb736d2a5f3b7c0f631c22506aaed77e5fc4bce0e881c1f28f58a600c1155eac91d5897027b5499 WHIRLPOOL 8a9a05879e5c657be144685730e444290e3746949d77d7d3f1fe0700a32e86b786d93ae60ad4175c179b081263773f0a8121434f789b7413fbce5c7221b02111
30
31 diff --git a/app-text/libmwaw/libmwaw-0.1.10.ebuild b/app-text/libmwaw/libmwaw-0.1.10.ebuild
32 deleted file mode 100644
33 index 7d213fb..0000000
34 --- a/app-text/libmwaw/libmwaw-0.1.10.ebuild
35 +++ /dev/null
36 @@ -1,45 +0,0 @@
37 -# Copyright 1999-2013 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -# $Id$
40 -
41 -EAPI=5
42 -
43 -inherit base eutils
44 -
45 -DESCRIPTION="Library parsing many pre-OSX MAC text formats"
46 -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
47 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
48 -
49 -LICENSE="LGPL-2.1"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm ~ppc x86"
52 -IUSE="doc static-libs"
53 -
54 -RDEPEND="
55 - >=app-text/libwpd-0.9.5:0.9
56 - app-text/libwpg:0.2
57 - dev-libs/libxml2
58 - sys-libs/zlib
59 -"
60 -DEPEND="${RDEPEND}
61 - >=dev-libs/boost-1.46
62 - sys-devel/libtool
63 - virtual/pkgconfig
64 - doc? ( app-doc/doxygen )
65 -"
66 -
67 -src_configure() {
68 - # zip is hard enabled as the zlib is dep on the rdeps anyway
69 - econf \
70 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
71 - --with-sharedptr=boost \
72 - --enable-zip \
73 - --disable-werror \
74 - $(use_enable static-libs static) \
75 - $(use_with doc docs)
76 -}
77 -
78 -src_install() {
79 - default
80 - prune_libtool_files --all
81 -}
82
83 diff --git a/app-text/libmwaw/libmwaw-0.2.0.ebuild b/app-text/libmwaw/libmwaw-0.2.0.ebuild
84 deleted file mode 100644
85 index 90a77f1..0000000
86 --- a/app-text/libmwaw/libmwaw-0.2.0.ebuild
87 +++ /dev/null
88 @@ -1,45 +0,0 @@
89 -# Copyright 1999-2014 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -# $Id$
92 -
93 -EAPI=5
94 -
95 -inherit base eutils
96 -
97 -DESCRIPTION="Library parsing many pre-OSX MAC text formats"
98 -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
99 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
100 -
101 -LICENSE="LGPL-2.1"
102 -SLOT="0"
103 -KEYWORDS="amd64 ~arm ~ppc x86"
104 -IUSE="doc static-libs"
105 -
106 -RDEPEND="
107 - app-text/libwpd:0.9
108 - >=app-text/libwpg-0.2.2:0.2
109 - dev-libs/libxml2
110 - sys-libs/zlib
111 -"
112 -DEPEND="${RDEPEND}
113 - >=dev-libs/boost-1.46
114 - sys-devel/libtool
115 - virtual/pkgconfig
116 - doc? ( app-doc/doxygen )
117 -"
118 -
119 -src_configure() {
120 - # zip is hard enabled as the zlib is dep on the rdeps anyway
121 - econf \
122 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
123 - --with-sharedptr=boost \
124 - --enable-zip \
125 - --disable-werror \
126 - $(use_enable static-libs static) \
127 - $(use_with doc docs)
128 -}
129 -
130 -src_install() {
131 - default
132 - prune_libtool_files --all
133 -}
134
135 diff --git a/app-text/libmwaw/libmwaw-0.3.5.ebuild b/app-text/libmwaw/libmwaw-0.3.5.ebuild
136 deleted file mode 100644
137 index e7c3f3a..0000000
138 --- a/app-text/libmwaw/libmwaw-0.3.5.ebuild
139 +++ /dev/null
140 @@ -1,44 +0,0 @@
141 -# Copyright 1999-2015 Gentoo Foundation
142 -# Distributed under the terms of the GNU General Public License v2
143 -# $Id$
144 -
145 -EAPI=5
146 -
147 -inherit base eutils
148 -
149 -DESCRIPTION="Library parsing many pre-OSX MAC text formats"
150 -HOMEPAGE="http://sourceforge.net/p/libmwaw/wiki/Home/"
151 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
152 -
153 -LICENSE="LGPL-2.1"
154 -SLOT="0"
155 -KEYWORDS="amd64 ~arm x86"
156 -IUSE="doc static-libs"
157 -
158 -RDEPEND="
159 - dev-libs/librevenge
160 - dev-libs/libxml2
161 - sys-libs/zlib
162 -"
163 -DEPEND="${RDEPEND}
164 - >=dev-libs/boost-1.46:=
165 - sys-devel/libtool
166 - virtual/pkgconfig
167 - doc? ( app-doc/doxygen )
168 -"
169 -
170 -src_configure() {
171 - # zip is hard enabled as the zlib is dep on the rdeps anyway
172 - econf \
173 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
174 - --with-sharedptr=boost \
175 - --enable-zip \
176 - --disable-werror \
177 - $(use_enable static-libs static) \
178 - $(use_with doc docs)
179 -}
180 -
181 -src_install() {
182 - default
183 - prune_libtool_files --all
184 -}