diff options
Diffstat (limited to 'media-libs/etox')
-rw-r--r-- | media-libs/etox/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/etox/etox-0.0.2.20031013.ebuild | 17 | ||||
-rw-r--r-- | media-libs/etox/files/digest-etox-0.0.2.20031013 | 1 | ||||
-rw-r--r-- | media-libs/etox/metadata.xml | 18 |
4 files changed, 42 insertions, 1 deletions
diff --git a/media-libs/etox/ChangeLog b/media-libs/etox/ChangeLog index 3ea557c2cc0a..5d5077d0d77b 100644 --- a/media-libs/etox/ChangeLog +++ b/media-libs/etox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/etox # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/etox/ChangeLog,v 1.4 2003/06/29 19:13:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/etox/ChangeLog,v 1.5 2003/10/14 02:40:26 vapier Exp $ + +*etox-0.0.2.20031013 (13 Oct 2003) + + 13 Oct 2003; Mike Frysinger <vapier@gentoo.org> : + Version bump. *etox-0.0.2.20030629 (29 Jun 2003) diff --git a/media-libs/etox/etox-0.0.2.20031013.ebuild b/media-libs/etox/etox-0.0.2.20031013.ebuild new file mode 100644 index 000000000000..0928ac464758 --- /dev/null +++ b/media-libs/etox/etox-0.0.2.20031013.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/etox/etox-0.0.2.20031013.ebuild,v 1.1 2003/10/14 02:40:26 vapier Exp $ + +EHACKAUTOGEN=yes +inherit enlightenment + +DESCRIPTION="type setting and text layout library" +HOMEPAGE="http://www.enlightenment.org/pages/etox.html" + +DEPEND="${DEPEND} + >=x11-libs/evas-1.0.0.20031013_pre12 + >=x11-libs/ecore-1.0.0.20031013_pre4 + >=dev-db/edb-1.0.4.20031013 + >=media-libs/ebits-1.0.1.20031013 + >=media-libs/estyle-0.0.2.20031013 + >=dev-libs/ewd-0.0.1.20031013" diff --git a/media-libs/etox/files/digest-etox-0.0.2.20031013 b/media-libs/etox/files/digest-etox-0.0.2.20031013 new file mode 100644 index 000000000000..6145688ee8ed --- /dev/null +++ b/media-libs/etox/files/digest-etox-0.0.2.20031013 @@ -0,0 +1 @@ +MD5 bd1bd384f9c536fb45c8548b07aeae3b etox-0.0.2.20031013.tar.bz2 781612 diff --git a/media-libs/etox/metadata.xml b/media-libs/etox/metadata.xml new file mode 100644 index 000000000000..7299d6a4c4a3 --- /dev/null +++ b/media-libs/etox/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>vapier@gentoo.org</email> + <name>Mike Frysinger</name> +</maintainer> +<longdescription> +Etox is a type setting and text layout library based on Evas. Etox helps you when it +comes to displaying, moving, resizing, layering, clipping, aligning and coloring +fonts in different styles, and more. + +A typical application is the need for a text layout engine that can dynamically +arrange text flow around other graphical obstacles. See the following images +illustrating just that. +</longdescription> +</pkgmetadata> |