diff options
author | 2007-12-13 16:01:04 +0000 | |
---|---|---|
committer | 2007-12-13 16:01:04 +0000 | |
commit | 5a9ac78e34a55d8653ca03dcdfa6f9abe242e226 (patch) | |
tree | 6d7a7933254fd1af8d0a1b77bccda9a6c1c80b13 /media-sound/vsound | |
parent | Stop providing virtual/ghc. Nothing in portage has depended on it for some time. (diff) | |
download | historical-5a9ac78e34a55d8653ca03dcdfa6f9abe242e226.tar.gz historical-5a9ac78e34a55d8653ca03dcdfa6f9abe242e226.tar.bz2 historical-5a9ac78e34a55d8653ca03dcdfa6f9abe242e226.zip |
old
Package-Manager: portage-2.1.4_rc9
Diffstat (limited to 'media-sound/vsound')
-rw-r--r-- | media-sound/vsound/files/digest-vsound-0.6 | 3 | ||||
-rw-r--r-- | media-sound/vsound/vsound-0.6.ebuild | 33 |
2 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/vsound/files/digest-vsound-0.6 b/media-sound/vsound/files/digest-vsound-0.6 deleted file mode 100644 index be0cd25b689b..000000000000 --- a/media-sound/vsound/files/digest-vsound-0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0460c93ecab58d7864dd6d245a2dea18 vsound-0.6.tar.gz 118026 -RMD160 c39163dc0f7654987730b18dcc9f4f1078f853b0 vsound-0.6.tar.gz 118026 -SHA256 80711f2495f0faffd8b2d46afbdc3623e6701fcc20e6b85be82b6c4fdf467197 vsound-0.6.tar.gz 118026 diff --git a/media-sound/vsound/vsound-0.6.ebuild b/media-sound/vsound/vsound-0.6.ebuild deleted file mode 100644 index c1f5f7474a04..000000000000 --- a/media-sound/vsound/vsound-0.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/vsound-0.6.ebuild,v 1.5 2006/06/16 21:15:53 flameeyes Exp $ - -IUSE="" - -inherit - -DESCRIPTION="A virtual audio loopback cable" -HOMEPAGE="http://www.zorg.org/${PN}/" -LICENSE="GPL-2" -DEPEND=">=media-sound/sox-12.17.1" - -KEYWORDS="x86 amd64 sparc ~ppc" -SLOT="0" -SRC_URI="http://www.zorg.org/${PN}/${P}.tar.gz" - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS Changelog NEWS README -} - -pkg_postinst() { - einfo - einfo "To use this program to, for instance, record audio from realplayer:" - einfo " vsound realplay realmediafile.rm" - einfo - einfo "Or, to listen to realmediafile.rm at the same time:" - einfo " vsound -d realplay realmediafile.rm" - einfo - einfo "See ${HOMEPAGE} or /usr/share/doc/${PF}/README.gz for more info" - einfo -} |