summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-07 21:03:12 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-07 21:03:12 +0000
commit8570063cb35e0545702f6d26427336a1cb105bf5 (patch)
tree11ede0fdfe2508bacf63824b72d5062da6a1887b /x11-misc/xorg-cf-files
parentold (diff)
downloadgentoo-2-8570063cb35e0545702f6d26427336a1cb105bf5.tar.gz
gentoo-2-8570063cb35e0545702f6d26427336a1cb105bf5.tar.bz2
gentoo-2-8570063cb35e0545702f6d26427336a1cb105bf5.zip
old
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xorg-cf-files')
-rw-r--r--x11-misc/xorg-cf-files/ChangeLog6
-rw-r--r--x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild21
2 files changed, 5 insertions, 22 deletions
diff --git a/x11-misc/xorg-cf-files/ChangeLog b/x11-misc/xorg-cf-files/ChangeLog
index e7384f118b39..ad00fb25caa8 100644
--- a/x11-misc/xorg-cf-files/ChangeLog
+++ b/x11-misc/xorg-cf-files/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xorg-cf-files
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.43 2011/03/05 18:07:54 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xorg-cf-files/ChangeLog,v 1.44 2011/03/07 21:03:12 scarabeus Exp $
+
+ 07 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -xorg-cf-files-1.0.3.ebuild:
+ old
05 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org>
xorg-cf-files-1.0.4.ebuild:
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
deleted file mode 100644
index 8977b4dc1eff..000000000000
--- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.3.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-misc/xorg-cf-files/xorg-cf-files-1.0.3.ebuild,v 1.9 2010/01/19 20:28:54 armin76 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"
-}