summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-04-16 04:17:17 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-04-16 04:17:17 +0000
commit2116ffecb6eab17186aaa609680f66d5340aaea4 (patch)
treefd000b73376ace4ea40ae97f422fb285048fadd3 /media-sound
parenttypo (diff)
downloadgentoo-2-2116ffecb6eab17186aaa609680f66d5340aaea4.tar.gz
gentoo-2-2116ffecb6eab17186aaa609680f66d5340aaea4.tar.bz2
gentoo-2-2116ffecb6eab17186aaa609680f66d5340aaea4.zip
old
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/alsa-headers/ChangeLog6
-rw-r--r--media-sound/alsa-headers/alsa-headers-1.0.23.ebuild46
-rw-r--r--media-sound/alsa-headers/alsa-headers-1.0.24.ebuild46
-rw-r--r--media-sound/alsa-headers/files/alsa-headers-1.0.6a-user.patch5
4 files changed, 7 insertions, 96 deletions
diff --git a/media-sound/alsa-headers/ChangeLog b/media-sound/alsa-headers/ChangeLog
index d56f5ca79d0e..2b38a6c185af 100644
--- a/media-sound/alsa-headers/ChangeLog
+++ b/media-sound/alsa-headers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/alsa-headers
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.221 2013/04/16 04:09:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.222 2013/04/16 04:17:17 ssuominen Exp $
+
+ 16 Apr 2013; Samuli Suominen <ssuominen@gentoo.org>
+ -alsa-headers-1.0.23.ebuild, -alsa-headers-1.0.24.ebuild:
+ old
*alsa-headers-1.0.25-r1 (16 Apr 2013)
diff --git a/media-sound/alsa-headers/alsa-headers-1.0.23.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.23.ebuild
deleted file mode 100644
index a5d1995e9a51..000000000000
--- a/media-sound/alsa-headers/alsa-headers-1.0.23.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 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.23.ebuild,v 1.9 2011/01/22 22:44:40 xarthisius Exp $
-
-EAPI="3"
-
-inherit base
-
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-RESTRICT="binchecks strip"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.6a-user.patch"
-)
-
-# Remove the sound symlink workaround...
-pkg_setup() {
- if [[ -L ${EROOT}usr/include/sound ]]; then
- rm "${EROOT}usr/include/sound"
- fi
-}
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- cd "${S}/alsa-kernel/include"
- insinto /usr/include/sound
- doins *.h || die "include failed"
-}
diff --git a/media-sound/alsa-headers/alsa-headers-1.0.24.ebuild b/media-sound/alsa-headers/alsa-headers-1.0.24.ebuild
deleted file mode 100644
index 4e107bd013bc..000000000000
--- a/media-sound/alsa-headers/alsa-headers-1.0.24.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 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.24.ebuild,v 1.7 2011/12/29 21:32:54 halcy0n Exp $
-
-EAPI="3"
-
-inherit base
-
-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 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-RESTRICT="binchecks strip"
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.6a-user.patch"
-)
-
-# Remove the sound symlink workaround...
-pkg_setup() {
- if [[ -L ${EROOT}usr/include/sound ]]; then
- rm "${EROOT}usr/include/sound"
- fi
-}
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- cd "${S}/alsa-kernel/include"
- insinto /usr/include/sound
- doins *.h || die "include failed"
-}
diff --git a/media-sound/alsa-headers/files/alsa-headers-1.0.6a-user.patch b/media-sound/alsa-headers/files/alsa-headers-1.0.6a-user.patch
index c1a4cf23943c..fe44024d3988 100644
--- a/media-sound/alsa-headers/files/alsa-headers-1.0.6a-user.patch
+++ b/media-sound/alsa-headers/files/alsa-headers-1.0.6a-user.patch
@@ -1,6 +1,5 @@
-diff -Naur alsa-driver-1.0.6a.orig/alsa-kernel/include/asound.h alsa-driver-1.0.6a/alsa-kernel/include/asound.h
---- alsa-driver-1.0.6a.orig/alsa-kernel/include/asound.h 2004-08-03 11:55:55.000000000 -0700
-+++ alsa-driver-1.0.6a/alsa-kernel/include/asound.h 2004-08-25 11:05:21.445603678 -0700
+--- alsa-kernel/include/asound.h
++++ alsa-kernel/include/asound.h
@@ -63,6 +63,10 @@
#include <sys/types.h>
#endif