summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-02-14 21:25:08 +0000
committerSven Wegener <swegener@gentoo.org>2005-02-14 21:25:08 +0000
commitfd7359082165819d215202b2ff740b8fc7696637 (patch)
treedd8f43166af753a6aa44b2307f174d571176e326 /net-irc/ircmap
parentmacos went away (diff)
downloadgentoo-2-fd7359082165819d215202b2ff740b8fc7696637.tar.gz
gentoo-2-fd7359082165819d215202b2ff740b8fc7696637.tar.bz2
gentoo-2-fd7359082165819d215202b2ff740b8fc7696637.zip
Removed ${D} from insinto.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-irc/ircmap')
-rw-r--r--net-irc/ircmap/ChangeLog7
-rw-r--r--net-irc/ircmap/ircmap-0.99.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/ircmap/ChangeLog b/net-irc/ircmap/ChangeLog
index 48786e89c1cd..7dda4fa4ca67 100644
--- a/net-irc/ircmap/ChangeLog
+++ b/net-irc/ircmap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/ircmap
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.7 2004/07/24 01:48:22 swegener Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ChangeLog,v 1.8 2005/02/14 21:25:08 swegener Exp $
+
+ 14 Feb 2005; Sven Wegener <swegener@gentoo.org> ircmap-0.99.ebuild:
+ Removed ${D} from insinto.
24 Jul 2004; Sven Wegener <swegener@gentoo.org> ircmap-0.99.ebuild:
Tidied the ebuild.
diff --git a/net-irc/ircmap/ircmap-0.99.ebuild b/net-irc/ircmap/ircmap-0.99.ebuild
index 931617629ded..a1f7108bfab6 100644
--- a/net-irc/ircmap/ircmap-0.99.ebuild
+++ b/net-irc/ircmap/ircmap-0.99.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ircmap-0.99.ebuild,v 1.9 2004/07/24 01:48:22 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ircmap/ircmap-0.99.ebuild,v 1.10 2005/02/14 21:25:08 swegener Exp $
DESCRIPTION="This script connects to the specified IRC server and creates a diagram of the network performing LINKS command."
HOMEPAGE="http://pasky.ji.cz/~pasky/irc/"
@@ -32,7 +32,7 @@ src_install () {
eval `perl -V:installprivlib`
- insinto ${D}/${installprivlib}/ircmap
+ insinto /${installprivlib}/ircmap
doins IHash.pm
}