diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-01-27 15:32:41 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-01-27 15:32:41 +0000 |
commit | 2647091e8fe253748493c152f2ca1f6896be24fb (patch) | |
tree | 1b33d19343cd68aec6c7397232e3e43d8dacbe83 /app-text | |
parent | sci-libs/vtkdata: Fix S (diff) | |
download | gentoo-2-2647091e8fe253748493c152f2ca1f6896be24fb.tar.gz gentoo-2-2647091e8fe253748493c152f2ca1f6896be24fb.tar.bz2 gentoo-2-2647091e8fe253748493c152f2ca1f6896be24fb.zip |
Initial commit. Library needed in 4.2 and later.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libabw/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/libabw/libabw-0.0.1.ebuild | 42 | ||||
-rw-r--r-- | app-text/libabw/metadata.xml | 5 |
3 files changed, 56 insertions, 0 deletions
diff --git a/app-text/libabw/ChangeLog b/app-text/libabw/ChangeLog new file mode 100644 index 000000000000..75a38ac988a4 --- /dev/null +++ b/app-text/libabw/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/libabw +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/ChangeLog,v 1.1 2014/01/27 15:32:41 scarabeus Exp $ + +*libabw-0.0.1 (27 Jan 2014) + + 27 Jan 2014; Tomáš Chvátal <scarabeus@gentoo.org> +libabw-0.0.1.ebuild, + +metadata.xml: + Initial commit. Library needed in 4.2 and later. diff --git a/app-text/libabw/libabw-0.0.1.ebuild b/app-text/libabw/libabw-0.0.1.ebuild new file mode 100644 index 000000000000..84c2992d07f0 --- /dev/null +++ b/app-text/libabw/libabw-0.0.1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libabw/libabw-0.0.1.ebuild,v 1.1 2014/01/27 15:32:41 scarabeus Exp $ + +EAPI=5 + +inherit base eutils + +DESCRIPTION="Library parsing abiword documents" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/libabw/" +SRC_URI="http://dev-www.libreoffice.org/src//${P}.tar.xz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="doc static-libs" + +RDEPEND=" + app-text/libwpd:0.9 + >=app-text/libwpg-0.2.2:0.2 + dev-libs/libxml2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.46 + sys-devel/libtool + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + --disable-werror \ + $(use_enable static-libs static) \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libabw/metadata.xml b/app-text/libabw/metadata.xml new file mode 100644 index 000000000000..5d46203011d6 --- /dev/null +++ b/app-text/libabw/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>openoffice</herd> +</pkgmetadata> |