public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/alsa-headers: ChangeLog alsa-headers-1.0.22.ebuild
@ 2010-01-07 17:10 Steve Dibb (beandog)
  0 siblings, 0 replies; only message in thread
From: Steve Dibb (beandog) @ 2010-01-07 17:10 UTC (permalink / raw
  To: gentoo-commits

beandog     10/01/07 17:10:01

  Modified:             ChangeLog
  Added:                alsa-headers-1.0.22.ebuild
  Log:
  Version bump, bug 297304
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.187                media-sound/alsa-headers/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-headers/ChangeLog?rev=1.187&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-headers/ChangeLog?rev=1.187&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-headers/ChangeLog?r1=1.186&r2=1.187

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -r1.186 -r1.187
--- ChangeLog	13 Oct 2009 17:49:17 -0000	1.186
+++ ChangeLog	7 Jan 2010 17:10:00 -0000	1.187
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/alsa-headers
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.186 2009/10/13 17:49:17 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.187 2010/01/07 17:10:00 beandog Exp $
+
+*alsa-headers-1.0.22 (07 Jan 2010)
+
+  07 Jan 2010; Steve Dibb <beandog@gentoo.org> +alsa-headers-1.0.22.ebuild:
+  Version bump, bug 297304
 
   13 Oct 2009; Raúl Porcel <armin76@gentoo.org> alsa-headers-1.0.20.ebuild:
   ia64/sh/sparc stable wrt #280464



1.1                  media-sound/alsa-headers/alsa-headers-1.0.22.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.22.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.22.ebuild?rev=1.1&content-type=text/plain

Index: alsa-headers-1.0.22.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.22.ebuild,v 1.1 2010/01/07 17:10:00 beandog Exp $

inherit eutils

MY_PN=${PN/headers/driver}
MY_P="${MY_PN}-${PV/_rc/rc}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="Header files for Advanced Linux Sound Architecture kernel modules"
HOMEPAGE="http://www.alsa-project.org/"
SRC_URI="mirror://alsaproject/driver/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

RESTRICT="binchecks strip"

# Remove the sound symlink workaround...
pkg_setup() {
	if [[ -L "${ROOT}/usr/include/sound" ]]; then
		rm	"${ROOT}/usr/include/sound"
	fi
}

src_unpack() {
	unpack ${A}

	cd "${S}"
	epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
}

src_compile() { :; }

src_install() {
	cd "${S}/alsa-kernel/include"
	insinto /usr/include/sound
	doins *.h || die "include failed"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-01-07 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 17:10 [gentoo-commits] gentoo-x86 commit in media-sound/alsa-headers: ChangeLog alsa-headers-1.0.22.ebuild Steve Dibb (beandog)

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