diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-10-17 03:36:12 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-10-17 03:36:12 +0000 |
commit | 106e3937b019bcd3610c7efcb56d06c6facc53a3 (patch) | |
tree | 78ccf4446fabfd3274cbc667ba576e7986afd62b /x11-misc/xorg-cf-files | |
parent | Remove old (diff) | |
download | gentoo-2-106e3937b019bcd3610c7efcb56d06c6facc53a3.tar.gz gentoo-2-106e3937b019bcd3610c7efcb56d06c6facc53a3.tar.bz2 gentoo-2-106e3937b019bcd3610c7efcb56d06c6facc53a3.zip |
Remove old
(Portage version: 2.1.9.14/cvs/Linux mips64)
Diffstat (limited to 'x11-misc/xorg-cf-files')
-rw-r--r-- | x11-misc/xorg-cf-files/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog index 4fcf6bc32bb7..c3f0d2848c79 100644 --- a/x11-misc/xorg-cf-files/ChangeLog +++ b/x11-misc/xorg-cf-files/ChangeLog @@ -1,6 +1,9 @@ # 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.35 2010/01/19 20:28:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.36 2010/10/17 03:36:12 leio Exp $ + + 17 Oct 2010; Mart Raudsepp <leio@gentoo.org> -xorg-cf-files-1.0.2.ebuild: + Remove old 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> xorg-cf-files-1.0.3.ebuild: s390 stable wrt #294958 diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild deleted file mode 100644 index bb64d74921fc..000000000000 --- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.2.ebuild,v 1.10 2009/05/05 17:42:16 ssuominen 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="" - -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" -} |