diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:50:10 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-15 12:50:10 +0000 |
commit | bc517f722e11a5b975b52b1b9030df90021ab6c5 (patch) | |
tree | f12f963ae879ce9fbd362b4d1b96ac1183b486ba /x11-misc | |
parent | old (diff) | |
download | gentoo-2-bc517f722e11a5b975b52b1b9030df90021ab6c5.tar.gz gentoo-2-bc517f722e11a5b975b52b1b9030df90021ab6c5.tar.bz2 gentoo-2-bc517f722e11a5b975b52b1b9030df90021ab6c5.zip |
Version bump. Those seds still required so keep them around, but they are not upstreamable material.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xorg-cf-files/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild | 21 |
2 files changed, 30 insertions, 2 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog index 4cc6ba87c546..d3d14e88be53 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.26 2007/02/20 00:07:12 blubb Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.27 2009/10/15 12:50:10 scarabeus Exp $ + +*xorg-cf-files-1.0.3 (15 Oct 2009) + + 15 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +xorg-cf-files-1.0.3.ebuild: + Version bump. Those seds still required so keep them around, but they are + not upstreamable material. 20 Feb 2007; Simon Stelling <blubb@gentoo.org> xorg-cf-files-1.0.2.ebuild: libdir fix taken from kanaka's overlay diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild new file mode 100644 index 000000000000..ae77b83125a5 --- /dev/null +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 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.3.ebuild,v 1.1 2009/10/15 12:50:10 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +# SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Old Imake-related build files" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +src_install() { + x-modular_src_install + echo "#define ManDirectoryRoot /usr/share/man" >> ${D}/usr/$(get_libdir)/X11/config/host.def + sed -i -e "s/LibDirName *lib$/LibDirName $(get_libdir)/" "${D}"/usr/$(get_libdir)/X11/config/Imake.tmpl || die "failed libdir sed" +} |