summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-09-10 19:35:21 +0000
committerTom William Payne <twp@gentoo.org>2004-09-10 19:35:21 +0000
commit9a31b18839e02f066ffa628abd78f6d4a7c398a4 (patch)
tree0a4fb522abbd19cf6731567b7c7eaedde97d3ab7 /x11-libs
parentRespect user's PKG_CONFIG_PATH. Bug # 62814. Stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-9a31b18839e02f066ffa628abd78f6d4a7c398a4.tar.gz
gentoo-2-9a31b18839e02f066ffa628abd78f6d4a7c398a4.tar.bz2
gentoo-2-9a31b18839e02f066ffa628abd78f6d4a7c398a4.zip
Restoring ebuilds required to workaround xfree bug.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/ChangeLog8
-rw-r--r--x11-libs/cairo/Manifest4
-rw-r--r--x11-libs/cairo/cairo-0.1.18.ebuild28
-rw-r--r--x11-libs/cairo/cairo-0.1.23.ebuild29
-rw-r--r--x11-libs/cairo/files/digest-cairo-0.1.181
-rw-r--r--x11-libs/cairo/files/digest-cairo-0.1.231
6 files changed, 70 insertions, 1 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index adc252cb0dbd..e437de181c7f 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,12 @@
# 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.14 2004/09/10 19:29:08 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.15 2004/09/10 19:35:21 twp Exp $
+
+*cairo-0.1.18 (10 Sep 2004)
+
+ 10 Sep 2004; Tom Payne <twp@gentoo.org> +cairo-0.1.18.ebuild,
+ +cairo-0.1.23.ebuild:
+ Restoring ebuilds required to workaround xfree bug.
10 Sep 2004; Tom Payne <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:
diff --git a/x11-libs/cairo/Manifest b/x11-libs/cairo/Manifest
index e33f5c8c411f..52abe880a8e0 100644
--- a/x11-libs/cairo/Manifest
+++ b/x11-libs/cairo/Manifest
@@ -1,7 +1,11 @@
MD5 d4e211954babfeb40462b9c949020e9b cairo-0.1.18-r1.ebuild 749
+MD5 709201a1ff4b5487bec9f271c92a15b1 cairo-0.1.23.ebuild 806
MD5 eee3129a075cf57ddde31c39fef72eeb cairo-0.1.23-r1.ebuild 793
+MD5 80816ae3a73264767807eff0430d7ff0 cairo-0.1.18.ebuild 767
MD5 52e89dba10083c7f9182b79441fad0df ChangeLog 1879
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
MD5 cd449933066600e3ac62fa22651a8120 files/xrender.pc 151
+MD5 ce64bb341c4f80c6670a57f62c3fd7af files/digest-cairo-0.1.18 64
+MD5 8045b9ac7481eb952f3c2fdfda944c65 files/digest-cairo-0.1.23 64
MD5 ce64bb341c4f80c6670a57f62c3fd7af files/digest-cairo-0.1.18-r1 64
MD5 8045b9ac7481eb952f3c2fdfda944c65 files/digest-cairo-0.1.23-r1 64
diff --git a/x11-libs/cairo/cairo-0.1.18.ebuild b/x11-libs/cairo/cairo-0.1.18.ebuild
new file mode 100644
index 000000000000..f1bb7fd779a5
--- /dev/null
+++ b/x11-libs/cairo/cairo-0.1.18.ebuild
@@ -0,0 +1,28 @@
+# 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.10 2004/09/10 19:35:21 twp Exp $
+
+DESCRIPTION="A vector graphics library with cross-device output support"
+HOMEPAGE="http://cairographics.org/"
+SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="x86 ppc"
+IUSE=""
+DEPEND="virtual/x11
+ !>=x11-base/xfree-4.3.0-r7
+ virtual/xft
+ media-libs/fontconfig
+ >=media-libs/freetype-2*
+ media-libs/libpixman"
+
+src_compile() {
+ PKG_CONFIG_PATH=${PKG_CONFIG_PATH+$PKG_CONFIG_PATH:}${FILESDIR} econf || die
+ emake || die
+}
+
+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
new file mode 100644
index 000000000000..6fcf5692c389
--- /dev/null
+++ b/x11-libs/cairo/cairo-0.1.23.ebuild
@@ -0,0 +1,29 @@
+# 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.9 2004/09/10 19:35:21 twp Exp $
+
+DESCRIPTION="A vector graphics library with cross-device output support"
+HOMEPAGE="http://cairographics.org/"
+SRC_URI="http://cairographics.org/snapshots/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64 ~sparc"
+IUSE=""
+DEPEND="virtual/x11
+ !>=x11-base/xfree-4.3.0-r7
+ !x11-base/xorg-x11
+ virtual/xft
+ media-libs/fontconfig
+ >=media-libs/freetype-2*
+ >=media-libs/libpixman-0.1.1"
+
+src_compile() {
+ PKG_CONFIG_PATH=${PKG_CONFIG_PATH+$PKG_CONFIG_PATH:}${FILESDIR} econf || die
+ emake || die
+}
+
+src_install() {
+ make install DESTDIR=${D}
+ insinto /usr/lib/pkgconfig
+ doins ${FILESDIR}/xrender.pc
+}
diff --git a/x11-libs/cairo/files/digest-cairo-0.1.18 b/x11-libs/cairo/files/digest-cairo-0.1.18
new file mode 100644
index 000000000000..3fdc0e3f104b
--- /dev/null
+++ b/x11-libs/cairo/files/digest-cairo-0.1.18
@@ -0,0 +1 @@
+MD5 b578f3cbfb8574bca85c86e4580bdf46 cairo-0.1.18.tar.gz 365601
diff --git a/x11-libs/cairo/files/digest-cairo-0.1.23 b/x11-libs/cairo/files/digest-cairo-0.1.23
new file mode 100644
index 000000000000..26e3effccf3e
--- /dev/null
+++ b/x11-libs/cairo/files/digest-cairo-0.1.23
@@ -0,0 +1 @@
+MD5 c36bcb2c5fe2b716620e68626a0da3a1 cairo-0.1.23.tar.gz 393051