diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-20 03:18:51 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-20 03:18:51 +0000 |
commit | f167a4f2f9b653edd74174e21d2cb37b19271a24 (patch) | |
tree | 415781422011cb36b8c10ba3d5c20ca025bc32a4 /x11-misc | |
parent | Version bump #130519 by Radek Podgorny. (diff) | |
download | gentoo-2-f167a4f2f9b653edd74174e21d2cb37b19271a24.tar.gz gentoo-2-f167a4f2f9b653edd74174e21d2cb37b19271a24.tar.bz2 gentoo-2-f167a4f2f9b653edd74174e21d2cb37b19271a24.zip |
Set ManDirectoryRoot so imake-using manpage packages (e.g., opengl-manpages that I'm about to commit) install to the right location.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xorg-cf-files/ChangeLog | 9 | ||||
-rw-r--r-- | x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r2 (renamed from x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1) | 0 | ||||
-rw-r--r-- | x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r2.ebuild (renamed from x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild) | 3 |
3 files changed, 10 insertions, 2 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog index b1cb14c8b356..e6d0dcf30f0e 100644 --- a/x11-misc/xorg-cf-files/ChangeLog +++ b/x11-misc/xorg-cf-files/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/xorg-cf-files # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.16 2006/04/09 14:30:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.17 2006/04/20 03:18:51 spyderous Exp $ + +*xorg-cf-files-1.0.1-r2 (20 Apr 2006) + + 20 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + -xorg-cf-files-1.0.1-r1.ebuild, +xorg-cf-files-1.0.1-r2.ebuild: + Set ManDirectoryRoot so imake-using manpage packages (e.g., opengl-manpages + that I'm about to commit) install to the right location. 09 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> xorg-cf-files-1.0.1-r1.ebuild: diff --git a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1 b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r2 index 797be9d20764..797be9d20764 100644 --- a/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r1 +++ b/x11-misc/xorg-cf-files/files/digest-xorg-cf-files-1.0.1-r2 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r2.ebuild index ad1e52fd6fa8..3d1e50621211 100644 --- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r1.ebuild,v 1.3 2006/04/09 14:30:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/xorg-cf-files-1.0.1-r2.ebuild,v 1.1 2006/04/20 03:18:51 spyderous Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -16,4 +16,5 @@ src_install() { x-modular_src_install echo "#define ProjectRoot /usr" > ${D}/usr/$(get_libdir)/X11/config/host.def + echo "#define ManDirectoryRoot /usr/share/man" > ${D}/usr/$(get_libdir)/X11/config/host.def } |