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/libmspub/
Date: Sun, 03 Jul 2016 20:28:03
Message-Id: 1467577661.6242516d52f616d27ace4fe1b52caaaa7544e365.dilfridge@gentoo
1 commit: 6242516d52f616d27ace4fe1b52caaaa7544e365
2 Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
3 AuthorDate: Sun Jun 5 10:07:38 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=6242516d
7
8 app-text/libmspub: Drop old, latest version is stable
9
10 Package-Manager: portage-2.2.28
11
12 app-text/libmspub/Manifest | 2 --
13 app-text/libmspub/libmspub-0.0.6.ebuild | 54 ---------------------------------
14 app-text/libmspub/libmspub-0.1.1.ebuild | 53 --------------------------------
15 3 files changed, 109 deletions(-)
16
17 diff --git a/app-text/libmspub/Manifest b/app-text/libmspub/Manifest
18 index 2166453..eeeb1f6 100644
19 --- a/app-text/libmspub/Manifest
20 +++ b/app-text/libmspub/Manifest
21 @@ -1,3 +1 @@
22 -DIST libmspub-0.0.6.tar.xz 353356 SHA256 4cd4e3e9e3eef5ae676fa18415f3f342c17c28e5167d7354115a5cc2ea96a2f9 SHA512 270046ddda02ddbde03d2deb0c0e643be85d6bfdb2ca532f425bb2c8ae84925ec621c41205123630b9afebf603615610edd472996a3e7272fb90ca5357257b16 WHIRLPOOL 95326bd3ac495bb119eb35b479b72cc5c594f3fe8dd779c033a08f2df8b39b04f99203d0d5524dcfe56ed36fa4e227d561e49fd8ab5aa1cb7d461491483394fa
23 -DIST libmspub-0.1.1.tar.xz 340096 SHA256 d0ac8ec68a7546a3fd084c82024d1939937886c99b843c9fd8b62f8257c8fb5b SHA512 5f9059f6b9c0517f3e85078d5f90c8c914b17219e5d6f266baa60df0e7d03c0d015c5bfc334f51ee1885b8e17b14588519b18d5952a6338ce1b364f3afb04489 WHIRLPOOL 9719ec2022331cca6236451151b09f8850a91128e561f4077fb9b80b279a79fbf4c9a2875e488b9af548544ea796aa473885a54fec5949e97ba52dd7765a6102
24 DIST libmspub-0.1.2.tar.xz 345556 SHA256 b0baabf82d20c08ad000e80fa02154ce2f2ffde1ee60240d6e3a917c3b35560f SHA512 c19025a2b887c33f5966b0972204ab2a8ae841b82df38eaf53c0cdc8f99d93cccab5e1c78143a79d5aef9c7a7387bd6f2cf34833a00861058e0e4687f48be714 WHIRLPOOL 0ba2e79d0b9d0eecd632cba551251c40bf49331d98e9c6e657a9870bebfb4d68e755c738b0c8f3055b2c1cc8336d9ec00c98b147d3a960d3ccb63dd5fad534af
25
26 diff --git a/app-text/libmspub/libmspub-0.0.6.ebuild b/app-text/libmspub/libmspub-0.0.6.ebuild
27 deleted file mode 100644
28 index 248deee..0000000
29 --- a/app-text/libmspub/libmspub-0.0.6.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
39 -[[ ${PV} == 9999 ]] && inherit autotools git-2
40 -inherit base eutils
41 -
42 -DESCRIPTION="Library parsing the Microsoft Publisher documents"
43 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libmspub"
44 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -
49 -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
50 -[[ ${PV} == 9999 ]] || \
51 -KEYWORDS="amd64 ~arm ppc x86"
52 -
53 -IUSE="doc static-libs"
54 -
55 -RDEPEND="
56 - app-text/libwpd:0.9
57 - app-text/libwpg:0.2
58 - dev-libs/icu:=
59 - sys-libs/zlib
60 -"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 - dev-libs/boost
64 - sys-devel/libtool
65 - doc? ( app-doc/doxygen )
66 -"
67 -
68 -src_prepare() {
69 - base_src_prepare
70 - [[ -d m4 ]] || mkdir "m4"
71 - [[ ${PV} == 9999 ]] && eautoreconf
72 -}
73 -
74 -src_configure() {
75 - econf \
76 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
77 - $(use_enable static-libs static) \
78 - --disable-werror \
79 - $(use_with doc docs)
80 -}
81 -
82 -src_install() {
83 - default
84 - prune_libtool_files --all
85 -}
86
87 diff --git a/app-text/libmspub/libmspub-0.1.1.ebuild b/app-text/libmspub/libmspub-0.1.1.ebuild
88 deleted file mode 100644
89 index 447b193..0000000
90 --- a/app-text/libmspub/libmspub-0.1.1.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 1999-2014 Gentoo Foundation
94 -# Distributed under the terms of the GNU General Public License v2
95 -# $Id$
96 -
97 -EAPI=5
98 -
99 -EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/${PN}/"
100 -inherit base eutils
101 -[[ ${PV} == 9999 ]] && inherit autotools git-2
102 -
103 -DESCRIPTION="Library parsing Microsoft Publisher documents"
104 -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libmspub"
105 -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz"
106 -
107 -LICENSE="LGPL-2.1"
108 -SLOT="0"
109 -
110 -# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061
111 -[[ ${PV} == 9999 ]] || \
112 -KEYWORDS="~amd64 ~arm ~x86"
113 -
114 -IUSE="doc static-libs"
115 -
116 -RDEPEND="
117 - dev-libs/icu:=
118 - dev-libs/librevenge
119 - sys-libs/zlib
120 -"
121 -DEPEND="${RDEPEND}
122 - virtual/pkgconfig
123 - dev-libs/boost
124 - sys-devel/libtool
125 - doc? ( app-doc/doxygen )
126 -"
127 -
128 -src_prepare() {
129 - base_src_prepare
130 - [[ -d m4 ]] || mkdir "m4"
131 - [[ ${PV} == 9999 ]] && eautoreconf
132 -}
133 -
134 -src_configure() {
135 - econf \
136 - --docdir="${EPREFIX}/usr/share/doc/${PF}" \
137 - $(use_enable static-libs static) \
138 - --disable-werror \
139 - $(use_with doc docs)
140 -}
141 -
142 -src_install() {
143 - default
144 - prune_libtool_files --all
145 -}