diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-02-19 17:40:03 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-02-19 17:40:03 +0000 |
commit | bd5ff151c0bb3b875b10ce04d5bb38c4b04cc04e (patch) | |
tree | 73dc514bf166ed07c57b851340895d8901965b2a /x11-libs/cairo/files | |
parent | Version Bump. (diff) | |
download | gentoo-2-bd5ff151c0bb3b875b10ce04d5bb38c4b04cc04e.tar.gz gentoo-2-bd5ff151c0bb3b875b10ce04d5bb38c4b04cc04e.tar.bz2 gentoo-2-bd5ff151c0bb3b875b10ce04d5bb38c4b04cc04e.zip |
Spring cleaning
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r-- | x11-libs/cairo/files/cairo-0.3.0-header-fix.diff | 24 | ||||
-rw-r--r-- | x11-libs/cairo/files/cairo-0.4.0-makefile.patch | 37 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.1.23-r1 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.2.0-r1 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.3.0 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.3.0-r2 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.4.0 | 1 |
7 files changed, 0 insertions, 66 deletions
diff --git a/x11-libs/cairo/files/cairo-0.3.0-header-fix.diff b/x11-libs/cairo/files/cairo-0.3.0-header-fix.diff deleted file mode 100644 index 0dacd9fe5052..000000000000 --- a/x11-libs/cairo/files/cairo-0.3.0-header-fix.diff +++ /dev/null @@ -1,24 +0,0 @@ -diff -aur cairo-0.3.0-orig/src/cairo-xlib.h cairo-0.3.0/src/cairo-xlib.h ---- cairo-0.3.0-orig/src/cairo-xlib.h 2005-01-20 11:28:54.000000000 -0500 -+++ cairo-0.3.0/src/cairo-xlib.h 2005-04-08 20:23:30.000000000 -0400 -@@ -40,6 +40,9 @@ - #define CAIRO_XLIB_H - #ifdef CAIRO_HAS_XLIB_SURFACE - -+#ifdef __cplusplus -+extern "C" { -+#endif /* __cplusplus */ - #include <X11/extensions/Xrender.h> - - /* XXX: This shold be renamed to cairo_set_target_xlib to match the -@@ -66,6 +69,10 @@ - cairo_xlib_surface_set_size (cairo_surface_t *surface, int width, int height); - */ - -+#ifdef __cplusplus -+} /* extern "C" */ -+#endif /* __cplusplus */ -+ - #endif /* CAIRO_HAS_XLIB_SURFACE */ - #endif /* CAIRO_XLIB_H */ - diff --git a/x11-libs/cairo/files/cairo-0.4.0-makefile.patch b/x11-libs/cairo/files/cairo-0.4.0-makefile.patch deleted file mode 100644 index 79ab14302f03..000000000000 --- a/x11-libs/cairo/files/cairo-0.4.0-makefile.patch +++ /dev/null @@ -1,37 +0,0 @@ ---- cairo-0.4.0/src/Makefile.in.old 2005-03-28 02:57:44.924552656 -0500 -+++ cairo-0.4.0/src/Makefile.in 2005-03-28 02:59:13.385104608 -0500 -@@ -653,7 +653,7 @@ - - info-am: - --install-data-am: install-cairoincludeHEADERS install-data-local -+install-data-am: install-cairoincludeHEADERS - - install-exec-am: install-libLTLIBRARIES - -@@ -689,7 +689,7 @@ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-cairoincludeHEADERS install-data \ -- install-data-am install-data-local install-exec \ -+ install-data-am install-exec \ - install-exec-am install-info install-info-am \ - install-libLTLIBRARIES install-man install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ -@@ -698,16 +698,6 @@ - tags uninstall uninstall-am uninstall-cairoincludeHEADERS \ - uninstall-info-am uninstall-libLTLIBRARIES - -- --install-data-local: -- @if test -f $(includedir)/cairo.h || test -f $(includedir)/cairo-features.h ; then \ -- echo "****************************************************************" ; \ -- echo "*** Error: Old headers found. You should remove the following" ; \ -- echo "*** files and then type 'make install' again." ; \ -- ls $(includedir)/cairo*.h ; \ -- echo "****************************************************************" ; \ -- false ; \ -- fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/x11-libs/cairo/files/digest-cairo-0.1.23-r1 b/x11-libs/cairo/files/digest-cairo-0.1.23-r1 deleted file mode 100644 index 26e3effccf3e..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.1.23-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c36bcb2c5fe2b716620e68626a0da3a1 cairo-0.1.23.tar.gz 393051 diff --git a/x11-libs/cairo/files/digest-cairo-0.2.0-r1 b/x11-libs/cairo/files/digest-cairo-0.2.0-r1 deleted file mode 100644 index 735bf2b3cb68..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ff2b3b52b862971d2baa3fede3a3d6e cairo-0.2.0.tar.gz 462216 diff --git a/x11-libs/cairo/files/digest-cairo-0.3.0 b/x11-libs/cairo/files/digest-cairo-0.3.0 deleted file mode 100644 index 31d20e43ed9f..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.3.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 78c1a536d3a45bdc06a8335d33e63d8f cairo-0.3.0.tar.gz 514446 diff --git a/x11-libs/cairo/files/digest-cairo-0.3.0-r2 b/x11-libs/cairo/files/digest-cairo-0.3.0-r2 deleted file mode 100644 index 31d20e43ed9f..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.3.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 78c1a536d3a45bdc06a8335d33e63d8f cairo-0.3.0.tar.gz 514446 diff --git a/x11-libs/cairo/files/digest-cairo-0.4.0 b/x11-libs/cairo/files/digest-cairo-0.4.0 deleted file mode 100644 index 7be25bf69bd4..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 2c76c6f6717cb5fc7398eb2e0f9cb025 cairo-0.4.0.tar.gz 781463 |