diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-16 22:15:48 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-16 22:15:48 +0000 |
commit | 5af4d78a1429461e79d3354f1f4c5e51fd617aef (patch) | |
tree | 015e1834fa0910a855cf7c39f214583c35f96da0 /net-dialup/vbox3 | |
parent | Remove virtual/libc dependency. Use mirror://sourceforge in SRC_URI. Version ... (diff) | |
download | historical-5af4d78a1429461e79d3354f1f4c5e51fd617aef.tar.gz historical-5af4d78a1429461e79d3354f1f4c5e51fd617aef.tar.bz2 historical-5af4d78a1429461e79d3354f1f4c5e51fd617aef.zip |
Remove virtual/libc dependency.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/vbox3')
-rw-r--r-- | net-dialup/vbox3/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/vbox3/Manifest | 16 | ||||
-rw-r--r-- | net-dialup/vbox3/vbox3-0.1.9.ebuild | 13 |
3 files changed, 19 insertions, 17 deletions
diff --git a/net-dialup/vbox3/ChangeLog b/net-dialup/vbox3/ChangeLog index f1be84c66080..9c545a6fa304 100644 --- a/net-dialup/vbox3/ChangeLog +++ b/net-dialup/vbox3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/vbox3 -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/ChangeLog,v 1.3 2005/05/15 16:56:10 mrness Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/ChangeLog,v 1.4 2006/03/16 22:15:48 mrness Exp $ + + 16 Mar 2006; Alin Nastac <mrness@gentoo.org> vbox3-0.1.9.ebuild: + Remove virtual/libc dependency. 15 May 2005; Alin Nastac <mrness@gentoo.org> vbox3-0.1.9.ebuild: Added ~amd64 keyword. diff --git a/net-dialup/vbox3/Manifest b/net-dialup/vbox3/Manifest index f46f8cd23b26..cad586b42143 100644 --- a/net-dialup/vbox3/Manifest +++ b/net-dialup/vbox3/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4fcea64783a9edf4e29194856fee9886 vbox3-0.1.9.ebuild 964 -MD5 cd5a7ced93a4c11b79797017741c094a ChangeLog 637 -MD5 f15551f78ce3ec5ff2e941977a01272b metadata.xml 225 +MD5 e8db38ef1186799bfcf08b2c51977215 ChangeLog 739 +MD5 b9a72f9dce2fd7544e6014e5c2c9a55b files/digest-vbox3-0.1.9 63 MD5 15ef676fec91271f9a48dc7a1b7e82a2 files/makefile-0.1.9.patch 1211 MD5 c578f2a311150c592b0e504f8f206cd1 files/vbox3.logrotate 428 -MD5 b9a72f9dce2fd7544e6014e5c2c9a55b files/digest-vbox3-0.1.9 63 +MD5 f15551f78ce3ec5ff2e941977a01272b metadata.xml 225 +MD5 43bb3b26df9e6495ce5b47458a9b2c8d vbox3-0.1.9.ebuild 956 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) +Version: GnuPG v1.4.2.2 (GNU/Linux) -iD8DBQFCh38/jiC39V7gKu0RAkwCAKDN9nBJc86PRFB7GpVkosWDfsP3BwCfdH5c -1XShnvLLmz25owTLP4vsYtY= -=LjmH +iD8DBQFEGeOmjG8pv1lIUX4RAodjAJ9tvAtT3F9088WCXO3NF2k7X6gcRACgirIe +nkGCVZlF6ibMwCdwT8KiyRk= +=CNi2 -----END PGP SIGNATURE----- diff --git a/net-dialup/vbox3/vbox3-0.1.9.ebuild b/net-dialup/vbox3/vbox3-0.1.9.ebuild index 63d3e94f3488..b0dc4fb5d136 100644 --- a/net-dialup/vbox3/vbox3-0.1.9.ebuild +++ b/net-dialup/vbox3/vbox3-0.1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/vbox3-0.1.9.ebuild,v 1.3 2005/05/15 16:56:10 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/vbox3/vbox3-0.1.9.ebuild,v 1.4 2006/03/16 22:15:48 mrness Exp $ inherit eutils libtool @@ -13,16 +13,15 @@ LICENSE="GPL-2" IUSE="" SLOT="0" -DEPEND="virtual/libc - sys-libs/ncurses +DEPEND="sys-libs/ncurses dev-lang/tcl" RDEPEND="${DEPEND} net-dialup/isdn4k-utils" src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/makefile-${PV}.patch || die "failed to patch makefile" + cd "${S}" + epatch "${FILESDIR}/makefile-${PV}.patch" || die "failed to patch makefile" elibtoolize } @@ -37,5 +36,5 @@ src_install() { # install logrotate configs insinto /etc/logrotate.d - newins ${FILESDIR}/vbox3.logrotate vbox3 + newins "${FILESDIR}/vbox3.logrotate" vbox3 } |