diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-13 00:15:57 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-11-13 00:15:57 +0100 |
commit | 67adb6a84bf16648502a63f83ba2674767849e64 (patch) | |
tree | 08038b562fdd362d7fafb51cf16e6a5410cd28eb /media-libs/libeot | |
parent | net-print/cups-filters: depend on app-text/mupdf (diff) | |
download | gentoo-67adb6a84bf16648502a63f83ba2674767849e64.tar.gz gentoo-67adb6a84bf16648502a63f83ba2674767849e64.tar.bz2 gentoo-67adb6a84bf16648502a63f83ba2674767849e64.zip |
media-libs/libeot: New package, needed for app-text/writeperfect
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-libs/libeot')
-rw-r--r-- | media-libs/libeot/Manifest | 1 | ||||
-rw-r--r-- | media-libs/libeot/libeot-0.01.ebuild | 32 | ||||
-rw-r--r-- | media-libs/libeot/libeot-9999.ebuild | 32 | ||||
-rw-r--r-- | media-libs/libeot/metadata.xml | 8 |
4 files changed, 73 insertions, 0 deletions
diff --git a/media-libs/libeot/Manifest b/media-libs/libeot/Manifest new file mode 100644 index 000000000000..07396960931c --- /dev/null +++ b/media-libs/libeot/Manifest @@ -0,0 +1 @@ +DIST libeot-0.01.tgz 38651 SHA256 6f76f57b7819885e4dc4ca278eaef8ba332bef278ee757e3aea2b8d85d06b4bb SHA512 ff8c3d92b948159171c76306d4a74758974c7ee26c801c5de48805f182b542015286b1e53cfc6dc4524494becb74fb55185701e06fc9be7c16f2d89ac0275941 WHIRLPOOL 38d1d7e0a5ccc3a3dd6e76423bc1ad18b11b10dcf3bd339f0aa657b96bafa565082a939680d9a0b9764099d34fb0813e3a4cea4217374ec437b371a897664776 diff --git a/media-libs/libeot/libeot-0.01.ebuild b/media-libs/libeot/libeot-0.01.ebuild new file mode 100644 index 000000000000..e03d810892f2 --- /dev/null +++ b/media-libs/libeot/libeot-0.01.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_REPO_URI="https://github.com/umanwizard/libeot.git" +inherit eutils autotools +[[ ${PV} == 9999 ]] && inherit git-r3 + +DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')" +HOMEPAGE="https://github.com/umanwizard/libeot" +[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz" + +LICENSE="MPL-2.0" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/media-libs/libeot/libeot-9999.ebuild b/media-libs/libeot/libeot-9999.ebuild new file mode 100644 index 000000000000..e03d810892f2 --- /dev/null +++ b/media-libs/libeot/libeot-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +EGIT_REPO_URI="https://github.com/umanwizard/libeot.git" +inherit eutils autotools +[[ ${PV} == 9999 ]] && inherit git-r3 + +DESCRIPTION="Library for parsing Embedded OpenType files (Microsoft embedded font 'standard')" +HOMEPAGE="https://github.com/umanwizard/libeot" +[[ ${PV} == 9999 ]] || SRC_URI="https://github.com/umanwizard/libeot/archive/v${PV}.tar.gz -> ${P}.tgz" + +LICENSE="MPL-2.0" +SLOT="0" +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + prune_libtool_files --all +} diff --git a/media-libs/libeot/metadata.xml b/media-libs/libeot/metadata.xml new file mode 100644 index 000000000000..13ce236ee519 --- /dev/null +++ b/media-libs/libeot/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>office@gentoo.org</email> + <name>Gentoo Office project</name> + </maintainer> +</pkgmetadata> |