diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-11-01 10:03:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-11-01 10:03:46 +0000 |
commit | 9d57a591c0571c12af05fb85acb9c0c35f7659f4 (patch) | |
tree | 6a2d00ebbd954894d1384fb81873867e0978a5ed /app-text/libetonyek | |
parent | Fix license. (diff) | |
download | gentoo-2-9d57a591c0571c12af05fb85acb9c0c35f7659f4.tar.gz gentoo-2-9d57a591c0571c12af05fb85acb9c0c35f7659f4.tar.bz2 gentoo-2-9d57a591c0571c12af05fb85acb9c0c35f7659f4.zip |
Initial commit for lo4.2
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/libetonyek')
-rw-r--r-- | app-text/libetonyek/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/libetonyek/libetonyek-0.0.0.ebuild | 53 | ||||
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 53 | ||||
-rw-r--r-- | app-text/libetonyek/metadata.xml | 5 |
4 files changed, 121 insertions, 0 deletions
diff --git a/app-text/libetonyek/ChangeLog b/app-text/libetonyek/ChangeLog new file mode 100644 index 000000000000..ea4c89e8c49f --- /dev/null +++ b/app-text/libetonyek/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/libetonyek +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/ChangeLog,v 1.1 2013/11/01 10:03:46 scarabeus Exp $ + +*libetonyek-0.0.0 (01 Nov 2013) +*libetonyek-9999 (01 Nov 2013) + + 01 Nov 2013; Tomáš Chvátal <scarabeus@gentoo.org> +libetonyek-0.0.0.ebuild, + +libetonyek-9999.ebuild, +metadata.xml: + Initial commit for lo4.2 diff --git a/app-text/libetonyek/libetonyek-0.0.0.ebuild b/app-text/libetonyek/libetonyek-0.0.0.ebuild new file mode 100644 index 000000000000..88de0fe225cc --- /dev/null +++ b/app-text/libetonyek/libetonyek-0.0.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-0.0.0.ebuild,v 1.1 2013/11/01 10:03:46 scarabeus Exp $ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-2 + +DESCRIPTION="Library parsing Apple Keynote presentations" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" + +LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="doc static-libs" + +RDEPEND=" + app-text/libwpd:0.9 + app-text/libwpg:0.2 + dev-libs/icu:= + dev-libs/libxml2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.46 + dev-util/gperf + sys-devel/libtool + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_prepare() { + [[ -d m4 ]] || mkdir "m4" + base_src_prepare + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild new file mode 100644 index 000000000000..1f69c2f15a61 --- /dev/null +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/libetonyek/libetonyek-9999.ebuild,v 1.1 2013/11/01 10:03:46 scarabeus Exp $ + +EAPI=5 + +EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libetonyek" +inherit base eutils +[[ ${PV} == 9999 ]] && inherit autotools git-2 + +DESCRIPTION="Library parsing Apple Keynote presentations" +HOMEPAGE="http://www.freedesktop.org/wiki/Software/libetonyek" +[[ ${PV} == 9999 ]] || SRC_URI="http://dev-www.libreoffice.org/src/${P}.tar.xz" + +LICENSE="|| ( GPL-2+ LGPL-2.1 MPL-1.1 )" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="doc static-libs" + +RDEPEND=" + app-text/libwpd:0.9 + app-text/libwpg:0.2 + dev-libs/icu:= + dev-libs/libxml2 + sys-libs/zlib +" +DEPEND="${RDEPEND} + >=dev-libs/boost-1.46 + dev-util/gperf + sys-devel/libtool + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_prepare() { + [[ -d m4 ]] || mkdir "m4" + base_src_prepare + [[ ${PV} == 9999 ]] && eautoreconf +} + +src_configure() { + econf \ + --docdir="${EPREFIX}/usr/share/doc/${PF}" \ + $(use_enable static-libs static) \ + --disable-werror \ + $(use_with doc docs) +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/app-text/libetonyek/metadata.xml b/app-text/libetonyek/metadata.xml new file mode 100644 index 000000000000..fb56680f3630 --- /dev/null +++ b/app-text/libetonyek/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> |