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: dev-libs/librevenge/
Date: Sat, 03 Dec 2016 22:58:44
Message-Id: 1480805913.ba47d95518c8c22c99081d05f3fe40a02c423844.dilfridge@gentoo
1 commit: ba47d95518c8c22c99081d05f3fe40a02c423844
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 3 22:58:33 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 3 22:58:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba47d955
7
8 dev-libs/librevenge: Remove old
9
10 Package-Manager: portage-2.3.2
11
12 dev-libs/librevenge/Manifest | 2 --
13 dev-libs/librevenge/librevenge-0.0.2.ebuild | 49 -----------------------------
14 dev-libs/librevenge/librevenge-0.0.3.ebuild | 49 -----------------------------
15 3 files changed, 100 deletions(-)
16
17 diff --git a/dev-libs/librevenge/Manifest b/dev-libs/librevenge/Manifest
18 index 2c241c1..288235a 100644
19 --- a/dev-libs/librevenge/Manifest
20 +++ b/dev-libs/librevenge/Manifest
21 @@ -1,3 +1 @@
22 -DIST librevenge-0.0.2.tar.xz 396628 SHA256 f6f280c4345546aad16aeafd5cf2e4a4ac31a81606171755465bba0d96efcf0f SHA512 28e53aefdfe8585ef148781e53379a986b5becb459a27dffe8546341e7ada6a3323bc27ab3170227a532e796869b634ad0443324af72b16835a4287a64994637 WHIRLPOOL 648006d5024370e31e8b1bc2db4a7182572aa1ff5c4473754c02cbd33f30c51361fd4b6e6cd450aa40d08372eddd136c140cc7cac53e29188593b146fb55f121
23 -DIST librevenge-0.0.3.tar.xz 420288 SHA256 7ce7784ac732cb702cb42704779f4a36dfcd2f7187ba6ea12b500c9e0f2e16e4 SHA512 568ad98c861c13cda3461aad50df164a37f53e8e169231da7043dbfcab963b7870169badbe67c73532278ea229fea36c7dba4f0f03ea95730c17f49d01c0a2be WHIRLPOOL 025f5c2ef740c6ce59d378366b3cd78abab211e077a08029af8d58e6de05a28992c5457cbd8e77a84fb756ad5dc638b0cef9146c9d3b13519590b2e7872fc7ed
24 DIST librevenge-0.0.4.tar.xz 421604 SHA256 933f0729f04267cc354b9a02bc3e9afefa5512a3bdd0b45f159ee14a3e3347b2 SHA512 c4c2c98bac3522c8bd487058f4db19d85ad0d99159c4de4ffde91a10ea3adb7f995ebe8ccf6afcf533d81f50fb654bf265b9cd197508f85b5b68a101ca279712 WHIRLPOOL 25e886e305799a983ecb23fc69452bd6936495305b248398c89e20add79828e6ae52a0b98e8e0465d241178a09b11ec0dfdc2e8bab78ade27c022e5933fff371
25
26 diff --git a/dev-libs/librevenge/librevenge-0.0.2.ebuild b/dev-libs/librevenge/librevenge-0.0.2.ebuild
27 deleted file mode 100644
28 index e926069..00000000
29 --- a/dev-libs/librevenge/librevenge-0.0.2.ebuild
30 +++ /dev/null
31 @@ -1,49 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -inherit eutils multilib-minimal
39 -
40 -DESCRIPTION="A helper library for REVerse ENGineered formats filters"
41 -HOMEPAGE="http://sf.net/p/libwpd/librevenge"
42 -if [[ ${PV} == "9999" ]] ; then
43 - EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
44 - inherit git-r3 autotools
45 - KEYWORDS="hppa ppc64"
46 -else
47 - SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz"
48 - KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc64 x86 ~x86-fbsd"
49 -fi
50 -
51 -LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
52 -SLOT="0"
53 -IUSE="doc test"
54 -
55 -RDEPEND="
56 - dev-libs/boost:=
57 - sys-libs/zlib[${MULTILIB_USEDEP}]
58 -"
59 -DEPEND="${RDEPEND}
60 - doc? ( app-doc/doxygen )
61 - test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
62 -"
63 -
64 -src_prepare() {
65 - [[ ${PV} = 9999 ]] && eautoreconf
66 -}
67 -
68 -multilib_src_configure() {
69 - ECONF_SOURCE=${S} \
70 - econf \
71 - --disable-static \
72 - --disable-werror \
73 - $(use_with doc docs) \
74 - $(use_enable test tests) \
75 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
76 -}
77 -
78 -multilib_src_install_all() {
79 - prune_libtool_files --all
80 -}
81
82 diff --git a/dev-libs/librevenge/librevenge-0.0.3.ebuild b/dev-libs/librevenge/librevenge-0.0.3.ebuild
83 deleted file mode 100644
84 index 66db901..00000000
85 --- a/dev-libs/librevenge/librevenge-0.0.3.ebuild
86 +++ /dev/null
87 @@ -1,49 +0,0 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -# $Id$
91 -
92 -EAPI=5
93 -
94 -inherit eutils multilib-minimal
95 -
96 -DESCRIPTION="A helper library for REVerse ENGineered formats filters"
97 -HOMEPAGE="http://sf.net/p/libwpd/librevenge"
98 -if [[ ${PV} == "9999" ]] ; then
99 - EGIT_REPO_URI="git://git.code.sf.net/p/libwpd/librevenge"
100 - inherit git-r3 autotools
101 - KEYWORDS=""
102 -else
103 - SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz"
104 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~x86-fbsd"
105 -fi
106 -
107 -LICENSE="|| ( MPL-2.0 LGPL-2.1 )"
108 -SLOT="0"
109 -IUSE="doc test"
110 -
111 -RDEPEND="
112 - dev-libs/boost:=
113 - sys-libs/zlib[${MULTILIB_USEDEP}]
114 -"
115 -DEPEND="${RDEPEND}
116 - doc? ( app-doc/doxygen )
117 - test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
118 -"
119 -
120 -src_prepare() {
121 - [[ ${PV} = 9999 ]] && eautoreconf
122 -}
123 -
124 -multilib_src_configure() {
125 - ECONF_SOURCE=${S} \
126 - econf \
127 - --disable-static \
128 - --disable-werror \
129 - $(use_with doc docs) \
130 - $(use_enable test tests) \
131 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
132 -}
133 -
134 -multilib_src_install_all() {
135 - prune_libtool_files --all
136 -}