diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 18:13:58 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-15 18:13:58 +0000 |
commit | 0fecf1d4136704ca25d8b6937701a555cb03fe99 (patch) | |
tree | d1e7bacbe525be4d580ceb5a39fefa642eefa05f /x11-misc/xorg-cf-files | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-0fecf1d4136704ca25d8b6937701a555cb03fe99.tar.gz gentoo-2-0fecf1d4136704ca25d8b6937701a555cb03fe99.tar.bz2 gentoo-2-0fecf1d4136704ca25d8b6937701a555cb03fe99.zip |
Version bump
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xorg-cf-files')
-rw-r--r-- | x11-misc/xorg-cf-files/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xorg-cf-files/xorg-cf-files-1.0.4.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog index c3f0d2848c79..c5e869de9e15 100644 --- a/x11-misc/xorg-cf-files/ChangeLog +++ b/x11-misc/xorg-cf-files/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xorg-cf-files -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.36 2010/10/17 03:36:12 leio Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.37 2011/01/15 18:13:58 scarabeus Exp $ + +*xorg-cf-files-1.0.4 (15 Jan 2011) + + 15 Jan 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xorg-cf-files-1.0.4.ebuild: + Version bump 17 Oct 2010; Mart Raudsepp <leio@gentoo.org> -xorg-cf-files-1.0.2.ebuild: Remove old diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.4.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.4.ebuild new file mode 100644 index 000000000000..a788b0734af9 --- /dev/null +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2011 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.4.ebuild,v 1.1 2011/01/15 18:13:58 scarabeus Exp $ + +EAPI=3 + +inherit xorg-2 + +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() { + xorg-2_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" + +} |