diff options
Diffstat (limited to 'app-text/libqxp/libqxp-0.0.0.ebuild')
-rw-r--r-- | app-text/libqxp/libqxp-0.0.0.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/app-text/libqxp/libqxp-0.0.0.ebuild b/app-text/libqxp/libqxp-0.0.0.ebuild deleted file mode 100644 index f38c8f335ab0..000000000000 --- a/app-text/libqxp/libqxp-0.0.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Library parsing QuarkXpress documents" -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}" -SRC_URI="https://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc test tools" - -RDEPEND=" - dev-libs/librevenge - dev-libs/icu:= -" -DEPEND="${RDEPEND} - dev-libs/boost - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_configure() { - econf \ - --disable-weffc \ - $(use_enable debug) \ - $(use_with doc docs) \ - $(use_enable test tests) \ - $(use_enable tools) -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} |