diff options
author | Tom William Payne <twp@gentoo.org> | 2004-06-30 18:39:09 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-06-30 18:39:09 +0000 |
commit | 8136ead430406bd578a80d2292509cffc91c5d22 (patch) | |
tree | f7ef9e99e47fbe4adaa277e37eef9ff5acbc790f /x11-libs/cairo | |
parent | libgd -> gd (diff) | |
download | historical-8136ead430406bd578a80d2292509cffc91c5d22.tar.gz historical-8136ead430406bd578a80d2292509cffc91c5d22.tar.bz2 historical-8136ead430406bd578a80d2292509cffc91c5d22.zip |
Fix dependencies. Bug # 55689.
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/cairo/Manifest | 10 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.18-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.18.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-0.1.23.ebuild | 5 |
6 files changed, 21 insertions, 16 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 3c604cd42894..b234b1562035 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.10 2004/06/27 11:18:40 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.11 2004/06/30 18:39:09 twp Exp $ + + 30 Jun 2004; <twp@gentoo.org> cairo-0.1.18-r1.ebuild, cairo-0.1.18.ebuild, + cairo-0.1.23-r1.ebuild, cairo-0.1.23.ebuild: + Fix dependencies. Bug # 55689. *cairo-0.1.18-r1 (27 Jun 2004) diff --git a/x11-libs/cairo/Manifest b/x11-libs/cairo/Manifest index c158faf92776..c12bf28e6c1b 100644 --- a/x11-libs/cairo/Manifest +++ b/x11-libs/cairo/Manifest @@ -1,8 +1,8 @@ -MD5 f4b0001e63e49214cb5e2c4cd2fcb75b cairo-0.1.18-r1.ebuild 772 -MD5 f8d53cfdd049d812d5fc5ff8715d4a72 cairo-0.1.23.ebuild 767 -MD5 c060103c73ea0b84f5a06707a16bece3 cairo-0.1.23-r1.ebuild 736 -MD5 1477b5e71f1549f6b1f1e3c621c7b599 cairo-0.1.18.ebuild 686 -MD5 7f382b7eb92ecffb7bc1f8186da41c71 ChangeLog 1207 +MD5 c5cd1b7bbbcd0f62a20bb91ae5742695 cairo-0.1.18-r1.ebuild 714 +MD5 243e6e17ecb1914ef4f554ce6390e69d cairo-0.1.23.ebuild 787 +MD5 2e1cdeb0f53c0acc6ad2ef19bcdaf581 cairo-0.1.23-r1.ebuild 736 +MD5 2a2539ef8a7f864ea995391e0dc33d3a cairo-0.1.18.ebuild 744 +MD5 11c1f9a78ecf2377ff00043c60b5dc09 ChangeLog 1365 MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244 MD5 cd449933066600e3ac62fa22651a8120 files/xrender.pc 151 MD5 ce64bb341c4f80c6670a57f62c3fd7af files/digest-cairo-0.1.18 64 diff --git a/x11-libs/cairo/cairo-0.1.18-r1.ebuild b/x11-libs/cairo/cairo-0.1.18-r1.ebuild index cdc82c21a999..08a65eb65421 100644 --- a/x11-libs/cairo/cairo-0.1.18-r1.ebuild +++ b/x11-libs/cairo/cairo-0.1.18-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18-r1.ebuild,v 1.1 2004/06/27 11:18:40 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18-r1.ebuild,v 1.2 2004/06/30 18:39:09 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" DEPEND="virtual/x11 - || ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 ) + || ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) virtual/xft media-libs/fontconfig >=media-libs/freetype-2* @@ -23,6 +23,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.18.ebuild b/x11-libs/cairo/cairo-0.1.18.ebuild index 6052503f48d9..0f8bf2f889f5 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 Foundation # 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.6 2004/06/27 11:18:40 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.18.ebuild,v 1.7 2004/06/30 18:39:09 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/x11 - !<=x11-base/xfree-4.3.0-r5 + !>=x11-base/xfree-4.3.0-r7 virtual/xft media-libs/fontconfig >=media-libs/freetype-2* @@ -23,4 +23,6 @@ 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-r1.ebuild b/x11-libs/cairo/cairo-0.1.23-r1.ebuild index 46e19bf94526..a0ea8af9d0a6 100644 --- a/x11-libs/cairo/cairo-0.1.23-r1.ebuild +++ b/x11-libs/cairo/cairo-0.1.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.1 2004/06/27 11:18:40 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23-r1.ebuild,v 1.2 2004/06/30 18:39:09 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/x11 - || ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 ) + || ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) virtual/xft media-libs/fontconfig >=media-libs/freetype-2* diff --git a/x11-libs/cairo/cairo-0.1.23.ebuild b/x11-libs/cairo/cairo-0.1.23.ebuild index 495f6e28a68a..170e3f292062 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 Foundation # 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.6 2004/06/27 11:18:40 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-0.1.23.ebuild,v 1.7 2004/06/30 18:39:09 twp Exp $ DESCRIPTION="A vector graphics library with cross-device output support" HOMEPAGE="http://cairographics.org/" @@ -10,7 +10,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/x11 - !<=x11-base/xfree-4.3.0-r5 + !>=x11-base/xfree-4.3.0-r7 + !x11-base/xorg-x11 virtual/xft media-libs/fontconfig >=media-libs/freetype-2* |