diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-21 11:29:15 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-10-21 11:29:15 +0000 |
commit | fa5d528235087b59f6112466f993f2d557688a3c (patch) | |
tree | cb5851f9ab7a2d1b77097aa6ecccc2c96ca7599d /media-libs | |
parent | Removing KDE-4.0.X packages now that 4.1.2 was put in the tree. (diff) | |
download | gentoo-2-fa5d528235087b59f6112466f993f2d557688a3c.tar.gz gentoo-2-fa5d528235087b59f6112466f993f2d557688a3c.tar.bz2 gentoo-2-fa5d528235087b59f6112466f993f2d557688a3c.zip |
Science overlay -> main tree. Ebuild initially produced by Joshua Rich (bug #214846)
(Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/lasi/ChangeLog | 14 | ||||
-rw-r--r-- | media-libs/lasi/Manifest | 4 | ||||
-rw-r--r-- | media-libs/lasi/lasi-1.1.0.ebuild | 32 | ||||
-rw-r--r-- | media-libs/lasi/metadata.xml | 21 |
4 files changed, 71 insertions, 0 deletions
diff --git a/media-libs/lasi/ChangeLog b/media-libs/lasi/ChangeLog new file mode 100644 index 000000000000..e9bd79e398ed --- /dev/null +++ b/media-libs/lasi/ChangeLog @@ -0,0 +1,14 @@ +# ChangeLog for media-libs/lasi +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/ChangeLog,v 1.1 2008/10/21 11:29:15 bicatali Exp $ + +*lasi-1.1.0 (21 Oct 2008) + + 21 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> +metadata.xml, + +lasi-1.1.0.ebuild: + Science overlay -> main tree. Ebuild initially produced by Joshua Rich + (bug #214846) + + 25 Jun 2008; Markus Dittrich <markusle@gentoo.org> lasi-1.1.0.ebuild: + Made ebuild adhere to multi-lib strict. + diff --git a/media-libs/lasi/Manifest b/media-libs/lasi/Manifest new file mode 100644 index 000000000000..bcb63a573e7f --- /dev/null +++ b/media-libs/lasi/Manifest @@ -0,0 +1,4 @@ +DIST libLASi-1.1.0.tar.gz 200126 RMD160 468ffda874ab78676408e8fbe7ab5fee3acc7de7 SHA1 6b2db9dc8719eb7f31c63b70e04b2337812379a1 SHA256 52b186060e531f851d4b9d288dc6dba4f0ab15a6b8862377213032da39bcb8f4 +EBUILD lasi-1.1.0.ebuild 675 RMD160 1ea20c6d5e8acfadc43451f19c0459af4e368696 SHA1 de1248d696256c367f1b3a62e1d88138a876da86 SHA256 8f319dc4e89bfe982f3c6d4041b4e596805b2999929c768cee7cca83c7fe6ce5 +MISC ChangeLog 440 RMD160 824dfb4a0b13fac3ac5fb68822c79f0ac46cf824 SHA1 382c99313ef28b253d1ed92e629c32662d0ab6e7 SHA256 9be9457bcdf0d630d814bef16fa35f9c74eb04d668d70c0c153a831d93754f9a +MISC metadata.xml 1057 RMD160 67217462220df8046475f54b5730c32c7a671e07 SHA1 c7bbcdcb68e69633a7fba88670256f518af1ba53 SHA256 a6a6d68171bc80f9a9e38d5a17df48677609c82d82202cbce3328f9237945087 diff --git a/media-libs/lasi/lasi-1.1.0.ebuild b/media-libs/lasi/lasi-1.1.0.ebuild new file mode 100644 index 000000000000..7ebdd0aff399 --- /dev/null +++ b/media-libs/lasi/lasi-1.1.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lasi/lasi-1.1.0.ebuild,v 1.1 2008/10/21 11:29:15 bicatali Exp $ + +inherit eutils cmake-utils multilib + +MY_PN="libLASi" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="C++ library for postscript stream output" +HOMEPAGE="http://www.unifont.org/lasi/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +DEPEND="doc? ( app-doc/doxygen )" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS NEWS NOTES README" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -e "s:\/lib$:\/$(get_libdir):" \ + -i cmake/modules/instdirs.cmake \ + || die "Failed to fix cmake files for multilib." +} diff --git a/media-libs/lasi/metadata.xml b/media-libs/lasi/metadata.xml new file mode 100644 index 000000000000..fe32deb782f9 --- /dev/null +++ b/media-libs/lasi/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<herd>graphics</herd> +<longdescription lang="en"> + libLASi is a library written by Larry Siden that provides a C++ + stream output interface for creating Postscript documents that can + contain characters from any of the scripts and symbol blocks + supported in Unicode and by Owen Taylor's Pango layout engine. + The library accomodates right-to-left scripts such as Arabic + and Hebrew as easily as left-to-right scripts. Indic and Indic-derived + Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and + Tibetan are supported to the extent provided by Pango and by the + OpenType fonts installed on your system. All of this is provided + without need for any special configuration or layout calculation on + the programmer's part. + libLASi was designed for projects which require the ability to + produce Postscript independent of any one application framework. +</longdescription> +</pkgmetadata> |