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 | 6ffa7eb7e11d0689d109155b7099be6e8a741f9f (patch) | |
tree | eb7aa293de08323cb01d028a5669757bb81f74b0 /x11-libs | |
parent | Added IUSE. (diff) | |
download | historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.tar.gz historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.tar.bz2 historical-6ffa7eb7e11d0689d109155b7099be6e8a741f9f.zip |
Don't install xrender.pc. Bug # 49024.
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/Manifest | 8 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.18.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 4 |
4 files changed, 10 insertions, 11 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/Manifest b/x11-libs/cairo/Manifest index 0603c6a6a18f..bd46756a2a5d 100644 --- a/x11-libs/cairo/Manifest +++ b/x11-libs/cairo/Manifest @@ -1,7 +1,7 @@ -MD5 8c5cca46f9c377611e2fd31086a1ea63 ChangeLog 885 -MD5 2f6e3478aa139541769bca6350af4b78 cairo-0.1.18.ebuild 725 +MD5 fa8987481bc884ef903304d2e1c93afc cairo-0.1.23.ebuild 689 +MD5 7f9a64ea5067e1411d7e9113bf895272 cairo-0.1.18.ebuild 666 +MD5 f12cc788fbee0f7b575704d37d8b8e49 ChangeLog 998 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 -MD5 f298c3109050a36099d31b276930317d cairo-0.1.23.ebuild 750 -MD5 ce64bb341c4f80c6670a57f62c3fd7af files/digest-cairo-0.1.18 64 MD5 cd449933066600e3ac62fa22651a8120 files/xrender.pc 151 +MD5 ce64bb341c4f80c6670a57f62c3fd7af files/digest-cairo-0.1.18 64 MD5 8045b9ac7481eb952f3c2fdfda944c65 files/digest-cairo-0.1.23 64 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 } |