mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/libvisio: drop 0.1.10
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST libvisio-0.1.10.tar.xz 2041876 BLAKE2B dc0a2db0907e817f657fe17e437c4da7a4816498cec07e5ff798d90c7a40724fe3c1c13ad5f2251733e5908f25e3d215853861329f218d490098e1950aaf3f25 SHA512 2b827b90d3b32b975ab1edd4147b166edce238b27536d22c582289b4e15ce9644b8ad95336f167046161c7449b8747ee9f23d74d8dc9c5a66afbbaf4443563b7
|
||||
DIST libvisio-0.1.11.tar.xz 2051520 BLAKE2B 1bec055c46104bb6d67b214125f3ebae87c241ac735e146a23fe17ee23d831053e3b14faae5bfb098c6137641c5133b58111682c1eb97067ec47c624306ca898 SHA512 e28af2301b9ad74565e7b37f2aa4f9ce6ffe5e84dc37db6c374f077e80f44d0acecf8b7a5e59988791b639fabf51411ad9941780ce0cbc4e797a0a12894a8adb
|
||||
|
||||
@@ -1,59 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit flag-o-matic
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="https://git.libreoffice.org/libvisio.git"
|
||||
inherit autotools git-r3
|
||||
else
|
||||
SRC_URI="https://dev-www.libreoffice.org/src/libvisio/${P}.tar.xz"
|
||||
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Library parsing the file format of MS Visio documents"
|
||||
HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libvisio"
|
||||
|
||||
LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )"
|
||||
SLOT="0"
|
||||
IUSE="doc test tools"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/icu:=
|
||||
dev-libs/librevenge
|
||||
dev-libs/libxml2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/boost
|
||||
dev-util/gperf
|
||||
dev-build/libtool
|
||||
test? ( dev-util/cppunit )
|
||||
"
|
||||
BDEPEND="
|
||||
dev-lang/perl
|
||||
virtual/pkgconfig
|
||||
doc? ( app-text/doxygen )
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
[[ -d m4 ]] || mkdir "m4" || die
|
||||
[[ ${PV} == *9999* ]] && eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_with doc docs)
|
||||
$(use_enable test tests)
|
||||
$(use_enable tools)
|
||||
)
|
||||
econf "${myeconfargs[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
find "${ED}" -name '*.la' -delete || die
|
||||
}
|
||||
Reference in New Issue
Block a user