diff options
author | 2006-06-23 06:43:13 +0000 | |
---|---|---|
committer | 2006-06-23 06:43:13 +0000 | |
commit | 1dec0b6894e4209f566128503642ad8be6676ea9 (patch) | |
tree | 1139b1d74a1daaf73abf4ab243ea5785fc18e61c /x11-libs/cairo | |
parent | Don't install empty doc files (bug #137114) (diff) | |
download | gentoo-2-1dec0b6894e4209f566128503642ad8be6676ea9.tar.gz gentoo-2-1dec0b6894e4209f566128503642ad8be6676ea9.tar.bz2 gentoo-2-1dec0b6894e4209f566128503642ad8be6676ea9.zip |
version bump for snapshot
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.1.8.ebuild | 51 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-1.1.8 | 3 |
3 files changed, 60 insertions, 1 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 43dd4bc23dcf..decfe15d4e5e 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.71 2006/06/03 20:47:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.72 2006/06/23 06:43:13 compnerd Exp $ + +*cairo-1.1.8 (23 Jun 2006) + + 23 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org> +cairo-1.1.8.ebuild: + version bump for the snapshot 03 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org> cairo-1.1.6-r1.ebuild: diff --git a/x11-libs/cairo/cairo-1.1.8.ebuild b/x11-libs/cairo/cairo-1.1.8.ebuild new file mode 100644 index 000000000000..7ad3aab23f18 --- /dev/null +++ b/x11-libs/cairo/cairo-1.1.8.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.1.8.ebuild,v 1.1 2006/06/23 06:43:13 compnerd Exp $ + +inherit eutils autotools + +DESCRIPTION="A vector graphics library with cross-device output support" +HOMEPAGE="http://cairographics.org/" +SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 MPL-1.1 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="doc glitz pdf png svg X" + +RDEPEND="media-libs/fontconfig + >=media-libs/freetype-2.1.4 + X? ( || ( + ( x11-libs/libXrender + x11-libs/libXext + x11-libs/libX11 ) + virtual/x11 + ) + virtual/xft + ) + glitz? ( >=media-libs/glitz-0.5.1 ) + png? ( media-libs/libpng ) + pdf? ( >=app-text/poppler-bindings-0.4.1 + x11-libs/pango + >=x11-libs/gtk+-2 ) + svg? ( dev-libs/libxml2 ) + !<x11-libs/cairo-0.2" +DEPEND="${RDEPEND} + >=dev-util/pkgconfig-0.9 + X? ( || ( x11-proto/renderproto virtual/x11 ) ) + doc? ( >=dev-util/gtk-doc-1.3 + ~app-text/docbook-xml-dtd-4.2 )" + +src_compile() { + econf $(use_enable X xlib) $(use_enable doc gtk-doc) \ + $(use_enable png) $(use_enable svg) $(use_enable pdf) \ + $(use_enable glitz) --enable-freetype --enable-ps \ + || die "configure failed" + + emake || die "compile failed" +} + +src_install() { + make DESTDIR="${D}" install || die "Installation failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/x11-libs/cairo/files/digest-cairo-1.1.8 b/x11-libs/cairo/files/digest-cairo-1.1.8 new file mode 100644 index 000000000000..22dcba851144 --- /dev/null +++ b/x11-libs/cairo/files/digest-cairo-1.1.8 @@ -0,0 +1,3 @@ +MD5 57e239099e5770f66072eaa35d1c505b cairo-1.1.8.tar.gz 1836232 +RMD160 612b75773e0bb09aaeb879526ca54566de4b5f06 cairo-1.1.8.tar.gz 1836232 +SHA256 a2ffbdec9aa4659c1d137a767138262950752e5e74b2b3de1a5e16d1944a9ddb cairo-1.1.8.tar.gz 1836232 |