diff options
author | Andreas Sturmlechner <andreas.sturmlechner@gmail.com> | 2016-11-26 00:29:36 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-12-17 16:55:48 +0100 |
commit | dea928a08fc0ed796a3113c316f922490fb7797c (patch) | |
tree | 87d607108acf41589086f94316dafbe60f0c8f74 /media-libs | |
parent | media-libs/libpagemaker: Cleanup, delete .la files (diff) | |
download | gentoo-dea928a08fc0ed796a3113c316f922490fb7797c.tar.gz gentoo-dea928a08fc0ed796a3113c316f922490fb7797c.tar.bz2 gentoo-dea928a08fc0ed796a3113c316f922490fb7797c.zip |
media-libs/libpagemaker: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libpagemaker/libpagemaker-0.0.3.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild b/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild deleted file mode 100644 index faf582e328ce..000000000000 --- a/media-libs/libpagemaker/libpagemaker-0.0.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -EGIT_REPO_URI="git://gerrit.libreoffice.org/${PN}.git" -[[ ${PV} == 9999 ]] && inherit autotools git-r3 - -DESCRIPTION="C++ Library that parses the file format of Aldus/Adobe PageMaker documents." -HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/${PN}" -[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="MPL-2.0" -SLOT="0" - -[[ ${PV} == 9999 ]] || \ -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -IUSE="debug doc tools" - -RDEPEND=" - dev-libs/librevenge -" -DEPEND="${RDEPEND} - >=dev-libs/boost-1.47 - virtual/pkgconfig - doc? ( app-doc/doxygen ) -" - -src_prepare() { - eapply_user - [[ ${PV} == 9999 ]] && eautoreconf -} - -src_configure() { - econf \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" \ - --disable-werror \ - $(use_enable tools) \ - $(use_with doc docs) -} |