summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-12 18:37:26 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-12 18:37:26 +0000
commitfbab607059071e24b2720f489695b35902b7101b (patch)
tree4d2278d838ccd2f7c1b4db23df610dc17c9bb295 /net-dialup/multiimonc
parentNew upstream version; No longer depend on Debian system. (diff)
downloadhistorical-fbab607059071e24b2720f489695b35902b7101b.tar.gz
historical-fbab607059071e24b2720f489695b35902b7101b.tar.bz2
historical-fbab607059071e24b2720f489695b35902b7101b.zip
Remove virtual/libc dependency. Quote $S, $FILESDIR and $D.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/multiimonc')
-rw-r--r--net-dialup/multiimonc/ChangeLog5
-rw-r--r--net-dialup/multiimonc/Manifest14
-rw-r--r--net-dialup/multiimonc/multiimonc-0.3.6.ebuild14
3 files changed, 22 insertions, 11 deletions
diff --git a/net-dialup/multiimonc/ChangeLog b/net-dialup/multiimonc/ChangeLog
index 3fb93a41eaa1..2dd2c50d4b39 100644
--- a/net-dialup/multiimonc/ChangeLog
+++ b/net-dialup/multiimonc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/multiimonc
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.7 2006/01/26 13:09:39 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/ChangeLog,v 1.8 2006/03/12 18:37:26 mrness Exp $
+
+ 12 Mar 2006; Alin Nastac <mrness@gentoo.org> multiimonc-0.3.6.ebuild:
+ Remove virtual/libc dependency. Quote $S, $FILESDIR and $D.
26 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
multiimonc-0.3.6.ebuild:
diff --git a/net-dialup/multiimonc/Manifest b/net-dialup/multiimonc/Manifest
index 82c406908d53..c517016b2b47 100644
--- a/net-dialup/multiimonc/Manifest
+++ b/net-dialup/multiimonc/Manifest
@@ -1,5 +1,15 @@
-MD5 116450f8b1a264f023c3c4feeab28fab ChangeLog 2789
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 e34ffcd845a03b42a715009858145401 ChangeLog 2924
MD5 27a94c69d14897cce8aad4061b77b3f1 files/0.3.6-TextScrollWindow.diff 731
MD5 3b0e2974aedea907c4f10800a66c7652 files/digest-multiimonc-0.3.6 69
MD5 8713e089cd57dc168f2e660676f408d3 metadata.xml 361
-MD5 23328e9a822f07bad62d4639526d58cc multiimonc-0.3.6.ebuild 852
+MD5 6caf4c7c6a9e44e324d635727a1b87ef multiimonc-0.3.6.ebuild 844
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2.1 (GNU/Linux)
+
+iD8DBQFEFGpyjG8pv1lIUX4RAnCKAKDVR/TiX0hHRqecU7wLiIm6Co2gnQCfTGmV
+ljiPZWW1NtgiBWZ7iwyTtww=
+=Vr4C
+-----END PGP SIGNATURE-----
diff --git a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild b/net-dialup/multiimonc/multiimonc-0.3.6.ebuild
index 4ed0b640aa1d..1056708fc63a 100644
--- a/net-dialup/multiimonc/multiimonc-0.3.6.ebuild
+++ b/net-dialup/multiimonc/multiimonc-0.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.6 2006/01/26 13:09:39 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/multiimonc/multiimonc-0.3.6.ebuild,v 1.7 2006/03/12 18:37:26 mrness Exp $
inherit eutils
@@ -15,14 +15,13 @@ SLOT="0"
LICENSE="GPL-2"
IUSE=""
-DEPEND="=x11-libs/wxGTK-2.4*
- virtual/libc"
+DEPEND="=x11-libs/wxGTK-2.4*"
src_unpack() {
unpack ${A}
- cd ${S}/src
- epatch ${FILESDIR}/${PV}-TextScrollWindow.diff || die "epatch failed"
- cd ${S}
+ cd "${S}/src"
+ epatch "${FILESDIR}/${PV}-TextScrollWindow.diff" || die "epatch failed"
+ cd "${S}"
}
src_compile() {
@@ -31,6 +30,5 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "install problem"
+ make DESTDIR="${D}" install || die "install problem"
}
-