summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:29:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-02-14 21:29:39 +0000
commite89bd0fa39e7b8b730f28549bb990b4127ac6f95 (patch)
treea3c2eb43e2b13269ba9cdc35bffb95687e7a943a /sys-libs/readline/readline-4.3-r6.ebuild
parentRemoved ${D} from insinto. (diff)
downloadgentoo-2-e89bd0fa39e7b8b730f28549bb990b4127ac6f95.tar.gz
gentoo-2-e89bd0fa39e7b8b730f28549bb990b4127ac6f95.tar.bz2
gentoo-2-e89bd0fa39e7b8b730f28549bb990b4127ac6f95.zip
macos went away
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs/readline/readline-4.3-r6.ebuild')
-rw-r--r--sys-libs/readline/readline-4.3-r6.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-libs/readline/readline-4.3-r6.ebuild b/sys-libs/readline/readline-4.3-r6.ebuild
index 5be244372021..97cd293dc770 100644
--- a/sys-libs/readline/readline-4.3-r6.ebuild
+++ b/sys-libs/readline/readline-4.3-r6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r6.ebuild,v 1.10 2005/01/03 00:26:02 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-4.3-r6.ebuild,v 1.11 2005/02/14 21:29:39 mr_bones_ Exp $
inherit eutils gnuconfig
@@ -30,7 +30,6 @@ src_unpack() {
do
epatch ${DISTDIR}/${PN}${PV/\.}-${x}
done
- use macos && epatch ${FILESDIR}/macos.patch
use ppc-macos && epatch ${FILESDIR}/macos.patch
gnuconfig_update
@@ -57,7 +56,6 @@ src_install() {
cd ${S}
- if ! use macos; then
if ! use ppc-macos; then
dodir /$(get_libdir)
mv ${D}/usr/$(get_libdir)/*.so* ${D}/$(get_libdir)
@@ -73,10 +71,9 @@ src_install() {
dosym libreadline.so.${PV/a/} /$(get_libdir)/libreadline.so.4
chmod 755 ${D}/$(get_libdir)/*.${PV/a/}
fi
- fi
# history(3) is MacOS's manpage for editline. We can delete the file as below since we are keeping the .gz. man knows to show both.
- if (use macos || use ppc-macos); then
+ if use ppc-macos; then
rm ${D}/usr/share/man/man3/history.3 || die "Unable to remove conflicting manpage from the image."
einfo "Not installing /usr/share/man/man3/history.3 on MacOS"
fi