public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-sound/vsound: vsound-0.6-r1.ebuild
@ 2010-04-24 16:54 99% Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2010-04-24 16:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/24 16:54:19

  Modified:             vsound-0.6-r1.ebuild
  Log:
  clean up
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-sound/vsound/vsound-0.6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild?r1=1.4&r2=1.5

Index: vsound-0.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vsound-0.6-r1.ebuild	28 Nov 2007 21:54:12 -0000	1.4
+++ vsound-0.6-r1.ebuild	24 Apr 2010 16:54:19 -0000	1.5
@@ -1,11 +1,12 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild,v 1.4 2007/11/28 21:54:12 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/vsound/vsound-0.6-r1.ebuild,v 1.5 2010/04/24 16:54:19 ssuominen Exp $
 
+EAPI=2
 inherit eutils
 
 DESCRIPTION="A virtual audio loopback cable"
-HOMEPAGE="http://www.vsound.org"
+HOMEPAGE="http://www.vsound.org/"
 SRC_URI="http://www.vsound.org/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -13,17 +14,17 @@
 KEYWORDS="amd64 ~ppc sparc x86"
 IUSE=""
 
-DEPEND=">=media-sound/sox-12.17.1"
+DEPEND=">=media-sound/sox-14.2.0"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-stdout.patch
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc AUTHORS Changelog NEWS README
+	emake DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog NEWS README || die
+
+	find "${D}" -name '*.la' -delete
 }
 
 pkg_postinst() {






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-04-24 16:54 99% [gentoo-commits] gentoo-x86 commit in media-sound/vsound: vsound-0.6-r1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox