diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-21 14:12:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-10-21 14:12:51 +0000 |
commit | 743680b205355e1837ddfbf2cf86e6cbac27592c (patch) | |
tree | 5cf32e4e8e2e4f8f3fff842a6e1bdbd946138211 /x11-libs/libXrender | |
parent | old (diff) | |
download | gentoo-2-743680b205355e1837ddfbf2cf86e6cbac27592c.tar.gz gentoo-2-743680b205355e1837ddfbf2cf86e6cbac27592c.tar.bz2 gentoo-2-743680b205355e1837ddfbf2cf86e6cbac27592c.zip |
old
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libXrender')
-rw-r--r-- | x11-libs/libXrender/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch | 26 | ||||
-rw-r--r-- | x11-libs/libXrender/libXrender-0.9.5.ebuild | 21 |
3 files changed, 6 insertions, 48 deletions
diff --git a/x11-libs/libXrender/ChangeLog b/x11-libs/libXrender/ChangeLog index 20e5e0c01538..f2faf4842dba 100644 --- a/x11-libs/libXrender/ChangeLog +++ b/x11-libs/libXrender/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/libXrender # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.80 2010/10/21 01:18:16 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/ChangeLog,v 1.81 2010/10/21 14:12:50 scarabeus Exp $ + + 21 Oct 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch, + -libXrender-0.9.5.ebuild: + old 21 Oct 2010; Brent Baude <ranger@gentoo.org> ChangeLog: Marking libXrender-0.9.6 ppc stable for bug 239063 diff --git a/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch b/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch deleted file mode 100644 index 761908011bbe..000000000000 --- a/x11-libs/libXrender/files/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 34d3c037a348c66a01c488251b3cb6e3e178a906 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <scarabeus@gentoo.org> -Date: Sun, 29 Nov 2009 13:38:42 +0100 -Subject: [PATCH] Make libXrender use docdir for documentation placement. - ---- - Makefile.am | 3 +-- - 1 files changed, 1 insertions(+), 2 deletions(-) - -diff --git a/Makefile.am b/Makefile.am -index a15b64d..4df32ed 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -24,8 +24,7 @@ SUBDIRS = src - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = xrender.pc - --renderdocdir = $(datadir)/doc/$(PACKAGE) --dist_renderdoc_DATA = doc/libXrender.txt -+dist_doc_DATA = doc/libXrender.txt - - EXTRA_DIST = xrender.pc.in ChangeLog - MAINTAINERCLEANFILES = ChangeLog --- -1.6.5.3 - diff --git a/x11-libs/libXrender/libXrender-0.9.5.ebuild b/x11-libs/libXrender/libXrender-0.9.5.ebuild deleted file mode 100644 index 2872d4260447..000000000000 --- a/x11-libs/libXrender/libXrender-0.9.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXrender/libXrender-0.9.5.ebuild,v 1.11 2010/01/19 20:08:53 armin76 Exp $ - -# Must be before x-modular eclass is inherited -SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org Xrender library" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libX11 - >=x11-proto/renderproto-0.9.3 - x11-proto/xproto" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}/0001-Make-libXrender-use-docdir-for-documentation-placeme.patch" -) |