summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-01-24 16:19:17 +0000
committerChuck Short <zul@gentoo.org>2004-01-24 16:19:17 +0000
commitf53203051b5df75ce279298b488c2fd2266a8e44 (patch)
tree144cd7009982148ba37f0b4d61bbf7683a6d30cb /net-irc
parentVersion bump. (Manifest recommit) (diff)
downloadgentoo-2-f53203051b5df75ce279298b488c2fd2266a8e44.tar.gz
gentoo-2-f53203051b5df75ce279298b488c2fd2266a8e44.tar.bz2
gentoo-2-f53203051b5df75ce279298b488c2fd2266a8e44.zip
Ebuild cleanups and fixes sandbox issues.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/iip/ChangeLog7
-rw-r--r--net-irc/iip/iip-1.2.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog
index c0c3c6b326af..c0d556c51c7f 100644
--- a/net-irc/iip/ChangeLog
+++ b/net-irc/iip/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for net-irc/iip
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.3 2004/01/22 22:48:36 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.4 2004/01/24 16:19:17 zul Exp $
+
+ 23 Jan 2004; Chuck Short <zul@gentoo.org> iip-1.2.ebuild:
+ Ebuild clean ups fixes sandbox issues. closes 38855.
*iip-1.2 (22 Jan 2004)
- 22 Jan 2004; <chuck@gentoo.org> iip-1.2.ebuild:
+ 22 Jan 2004; <zul@gentoo.org> iip-1.2.ebuild:
Added sed to remove -Werror in src/Makefile. Closes #38855.
18 Jan 2004; Chuck Short <zul@gentoo.org> iip-1.1.0.ebuild:
diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild
index ff1f6a170933..5770a1d9d055 100644
--- a/net-irc/iip/iip-1.2.ebuild
+++ b/net-irc/iip/iip-1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.2 2004/01/22 22:48:36 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.3 2004/01/24 16:19:17 zul Exp $
MY_P="iip-1.2-dev1"
@@ -30,13 +30,14 @@ src_compile() {
}
src_install() {
- einstall || die
ehome=/home/iip
enewuser iip
dodir /usr/man/man1
dodir /usr/bin
dodir /usr/share/iip
- make PREFIX=${D}/usr INSTALLFILEPATH=${D}/usr/share/iip/ install || die
+ make prefix=${D}/usr \
+ mandir=${D}/usr/share/man install || die
dodoc AUTHORS CHANGELOG COPYING INSTALL README
+
}