From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1REn8X-0002EH-Dk for garchives@archives.gentoo.org; Fri, 14 Oct 2011 19:09:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0442221C105; Fri, 14 Oct 2011 19:09:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B982421C105 for ; Fri, 14 Oct 2011 19:09:33 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 093E61B4030 for ; Fri, 14 Oct 2011 19:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 230E480042 for ; Fri, 14 Oct 2011 19:09:32 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: Subject: [gentoo-commits] proj/gnome:master commit in: app-text/libgxps/ X-VCS-Repository: proj/gnome X-VCS-Files: app-text/libgxps/libgxps-0.1.0.ebuild app-text/libgxps/libgxps-9999.ebuild X-VCS-Directories: app-text/libgxps/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: b1797cdd8fcb770deeb840bd77f0bbbe272bc014 Date: Fri, 14 Oct 2011 19:09:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e7f2c42350b9da0c9658b3205f6187e0 commit: b1797cdd8fcb770deeb840bd77f0bbbe272bc014 Author: Alexandre Rostovtsev gmail com> AuthorDate: Fri Oct 14 18:53:35 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Fri Oct 14 18:53:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Db1797cdd app-text/libgxps: new package Add XPS document rendering library, can be used by evince. --- app-text/libgxps/libgxps-0.1.0.ebuild | 50 +++++++++++++++++++++++++++= ++++++ app-text/libgxps/libgxps-9999.ebuild | 50 +++++++++++++++++++++++++++= ++++++ 2 files changed, 100 insertions(+), 0 deletions(-) diff --git a/app-text/libgxps/libgxps-0.1.0.ebuild b/app-text/libgxps/lib= gxps-0.1.0.ebuild new file mode 100644 index 0000000..61f5fb9 --- /dev/null +++ b/app-text/libgxps/libgxps-0.1.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Library for handling and rendering XPS documents" +HOMEPAGE=3D"http://live.gnome.org/libgxps" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"debug doc +introspection jpeg static-libs tiff" + +RDEPEND=3D">=3Dapp-arch/libarchive-2.8 + >=3Ddev-libs/glib-2.24:2 + media-libs/freetype:2 + >=3Dx11-libs/cairo-1.10 + introspection? ( >=3Ddev-libs/gobject-introspection-0.10.1 ) + jpeg? ( virtual/jpeg ) + tiff? ( media-libs/tiff[zlib] )" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + doc? ( + app-text/docbook-xml-dtd:4.1.2 + >=3Ddev-util/gtk-doc-1.14 )" + +# There is no automatic test suite, only an interactive test application +RESTRICT=3D"test" + +pkg_setup() { + G2CONF=3D"${G2CONF} + --disable-test + $(use_enable debug) + $(use_enable introspection) + $(use_with jpeg libjpeg) + $(use_enable static-libs static) + $(use_with tiff libtiff)" + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" +} diff --git a/app-text/libgxps/libgxps-9999.ebuild b/app-text/libgxps/libg= xps-9999.ebuild new file mode 100644 index 0000000..61f5fb9 --- /dev/null +++ b/app-text/libgxps/libgxps-9999.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D"4" +GNOME2_LA_PUNT=3D"yes" + +inherit gnome2 +if [[ ${PV} =3D 9999 ]]; then + inherit gnome2-live +fi + +DESCRIPTION=3D"Library for handling and rendering XPS documents" +HOMEPAGE=3D"http://live.gnome.org/libgxps" + +LICENSE=3D"LGPL-2.1" +SLOT=3D"0" +if [[ ${PV} =3D 9999 ]]; then + KEYWORDS=3D"" +else + KEYWORDS=3D"~amd64 ~x86" +fi +IUSE=3D"debug doc +introspection jpeg static-libs tiff" + +RDEPEND=3D">=3Dapp-arch/libarchive-2.8 + >=3Ddev-libs/glib-2.24:2 + media-libs/freetype:2 + >=3Dx11-libs/cairo-1.10 + introspection? ( >=3Ddev-libs/gobject-introspection-0.10.1 ) + jpeg? ( virtual/jpeg ) + tiff? ( media-libs/tiff[zlib] )" +DEPEND=3D"${RDEPEND} + dev-util/pkgconfig + doc? ( + app-text/docbook-xml-dtd:4.1.2 + >=3Ddev-util/gtk-doc-1.14 )" + +# There is no automatic test suite, only an interactive test application +RESTRICT=3D"test" + +pkg_setup() { + G2CONF=3D"${G2CONF} + --disable-test + $(use_enable debug) + $(use_enable introspection) + $(use_with jpeg libjpeg) + $(use_enable static-libs static) + $(use_with tiff libtiff)" + DOCS=3D"AUTHORS ChangeLog NEWS README TODO" +}