diff options
author | Tom William Payne <twp@gentoo.org> | 2004-06-20 08:13:46 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-06-20 08:13:46 +0000 |
commit | 7a34a04ac18f95efe7748533469c38feded06302 (patch) | |
tree | f88233fbb402683294ad1ef8aed8cbdd34a0931d /x11-libs/cairo | |
parent | Added IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-7a34a04ac18f95efe7748533469c38feded06302.tar.gz gentoo-2-7a34a04ac18f95efe7748533469c38feded06302.tar.bz2 gentoo-2-7a34a04ac18f95efe7748533469c38feded06302.zip |
Don't install xrender.pc. Bug # 49024.
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.18.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 5839d3e8e62c..f6e6a9a9169f 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.7 2004/06/05 00:29:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.8 2004/06/20 08:13:46 twp Exp $ + + 20 Jun 2004; <twp@gentoo.org> cairo-0.1.18.ebuild, cairo-0.1.23.ebuild: + Don't install xrender.pc. Bug # 49024. 04 Jun 2004; Jason Wever <weeve@gentoo.org> cairo-0.1.23.ebuild: Added ~sparc keyword. diff --git a/x11-libs/cairo/cairo-0.1.18.ebuild b/x11-libs/cairo/cairo-0.1.18.ebuild index 33d21dfe5834..7948e43c8684 100644 --- a/x11-libs/cairo/cairo-0.1.18.ebuild +++ b/x11-libs/cairo/cairo-0.1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild,v 1.3 2004/05/09 13:18:51 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild,v 1.4 2004/06/20 08:13:46 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -22,6 +22,4 @@ src_compile() { src_install() { make install DESTDIR=${D} - insinto /usr/lib/pkgconfig - doins ${FILESDIR}/xrender.pc } diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index 33679c391339..1df76ccc4216 100644 --- a/x11-libs/cairo/cairo-0.1.23.ebuild +++ b/x11-libs/cairo/cairo-0.1.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.3 2004/06/05 00:29:12 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.4 2004/06/20 08:13:46 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -22,6 +22,4 @@ src_compile() { src_install() { make install DESTDIR=${D} - insinto /usr/lib/pkgconfig - doins ${FILESDIR}/xrender.pc } |