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
commit2d1fe01c90e9818e344884ff3e8dc0bfcee649e6 (patch)
tree1ecebadb866b80c9fcee9002ea0719fa1e4f065b /net-irc/ircmap
parentmacos went away (diff)
downloadhistorical-2d1fe01c90e9818e344884ff3e8dc0bfcee649e6.tar.gz
historical-2d1fe01c90e9818e344884ff3e8dc0bfcee649e6.tar.bz2
historical-2d1fe01c90e9818e344884ff3e8dc0bfcee649e6.zip
Removed ${D} from insinto.
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'net-irc/ircmap')
-rw-r--r--net-irc/ircmap/ChangeLog7
-rw-r--r--net-irc/ircmap/Manifest12
-rw-r--r--net-irc/ircmap/ircmap-0.99.ebuild6
3 files changed, 14 insertions, 11 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/Manifest b/net-irc/ircmap/Manifest
index c1bbc9008b28..070751ff84c4 100644
--- a/net-irc/ircmap/Manifest
+++ b/net-irc/ircmap/Manifest
@@ -1,14 +1,14 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 cbf1ee2cb152952545fdb63bbc07891e ChangeLog 817
-MD5 850eae67d55a170eb1dd467cc3b48856 ircmap-0.99.ebuild 1348
+MD5 f88e973ea2173f73947347f9f93d1315 ircmap-0.99.ebuild 1345
+MD5 7669a52d388f26a70c0adbecb3918eaa ChangeLog 917
MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160
MD5 d17873231bc2757495c032cf2b08a946 files/digest-ircmap-0.99 57
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
+Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFBAcAxAXomK8S72HoRAmuLAJ0RDQ2vOJxPLXnT5/27rNyZRtar0wCeOvq9
-oZUYor31ajMharL0+5ln0Z8=
-=VY9O
+iD8DBQFCERc8I1lqEGTUzyQRAmXCAJ93GqAIiG6whMtVqgXIU+kAxG93oACg1bgc
+E1T2gFiFvtjUdp49lZkdVFw=
+=s2I7
-----END PGP SIGNATURE-----
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
}