diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-07-31 10:50:20 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-07-31 10:50:20 +0000 |
commit | de2840a52b3324fefa8c90920c548a9bc90f6aff (patch) | |
tree | 05335ece5085a5287045affaf9fa4d10d984b6dd /x11-libs/cairo | |
parent | ppc stable (diff) | |
download | gentoo-2-de2840a52b3324fefa8c90920c548a9bc90f6aff.tar.gz gentoo-2-de2840a52b3324fefa8c90920c548a9bc90f6aff.tar.bz2 gentoo-2-de2840a52b3324fefa8c90920c548a9bc90f6aff.zip |
argh
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/cairo-0.6.0.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-libs/cairo/cairo-0.6.0.ebuild b/x11-libs/cairo/cairo-0.6.0.ebuild index 03b77ede7705..793bb34223e7 100644 --- a/x11-libs/cairo/cairo-0.6.0.ebuild +++ b/x11-libs/cairo/cairo-0.6.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.6.0.ebuild,v 1.1 2005/07/31 10:34:00 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.6.0.ebuild,v 1.2 2005/07/31 10:50:20 foser Exp $ -inherit eutils +#inherit eutils DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -27,14 +27,14 @@ RDEPEND="X? ( DEPEND="${RDEPEND} dev-util/pkgconfig" -src_unpack() { +#src_unpack() { - unpack ${A} +# unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-makefile.patch +# cd ${S} +# epatch ${FILESDIR}/${P}-makefile.patch -} +#} src_compile() { |