diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-10-24 21:39:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-10-24 21:39:30 +0000 |
commit | 13c92f270c0333ea7e195ed8310af429a8fa57f4 (patch) | |
tree | 900d347771f73289634763e4817da971b3f5b0ef /media-libs | |
parent | Fix grammatical error in elog (diff) | |
download | gentoo-2-13c92f270c0333ea7e195ed8310af429a8fa57f4.tar.gz gentoo-2-13c92f270c0333ea7e195ed8310af429a8fa57f4.tar.bz2 gentoo-2-13c92f270c0333ea7e195ed8310af429a8fa57f4.zip |
Move alsa-headers to DEPEND
(Portage version: 2.1.3.16)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/alsa-lib/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.13.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild | 6 | ||||
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-1.0.15.ebuild | 6 |
7 files changed, 25 insertions, 19 deletions
diff --git a/media-libs/alsa-lib/ChangeLog b/media-libs/alsa-lib/ChangeLog index 922c395ce5b1..2422a24c5314 100644 --- a/media-libs/alsa-lib/ChangeLog +++ b/media-libs/alsa-lib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/alsa-lib # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.245 2007/10/22 20:35:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/ChangeLog,v 1.246 2007/10/24 21:39:30 beandog Exp $ + + 24 Oct 2007; Steve Dibb <beandog@gentoo.org> alsa-lib-1.0.13.ebuild, + alsa-lib-1.0.14_rc1.ebuild, alsa-lib-1.0.14_rc2.ebuild, + alsa-lib-1.0.14_rc3.ebuild, alsa-lib-1.0.14a-r1.ebuild, + alsa-lib-1.0.15.ebuild: + Move alsa-headers to DEPEND 22 Oct 2007; Raúl Porcel <armin76@gentoo.org> alsa-lib-1.0.14a-r1.ebuild: alpha/ia64 stable wrt #189155 diff --git a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild index 1a7486ea188e..1e12f2eab648 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild,v 1.13 2007/02/11 18:25:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.13.ebuild,v 1.14 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" IUSE="doc debug" -RDEPEND=">=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV} doc? ( >=app-doc/doxygen-1.2.6 )" src_unpack() { diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild index ef2b88c236ba..dcda0b19df2b 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild,v 1.11 2007/02/11 23:34:31 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc1.ebuild,v 1.12 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sh sparc x86" IUSE="doc debug" -RDEPEND=">=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV} doc? ( >=app-doc/doxygen-1.2.6 )" src_unpack() { diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild index 90ccdee3e8fe..28895ada5bd8 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild,v 1.8 2007/08/25 14:15:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc2.ebuild,v 1.9 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 mips ppc ppc64 sh ~sparc x86" IUSE="doc debug" -RDEPEND=">=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV} doc? ( >=app-doc/doxygen-1.2.6 )" src_unpack() { diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild index 498ef55d25d4..835ac80caa8c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild,v 1.3 2007/06/01 04:36:34 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14_rc3.ebuild,v 1.4 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 mips ~ppc ~ppc64 ~sh sparc ~x86" IUSE="doc debug" -RDEPEND=">=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV} doc? ( >=app-doc/doxygen-1.2.6 )" src_unpack() { diff --git a/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild index 4d862836e964..d79c653dd92d 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild,v 1.8 2007/10/22 20:35:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.14a-r1.ebuild,v 1.9 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="doc debug alisp midi" -RDEPEND=">=media-sound/alsa-headers-${PV/14a/14}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV/14a/14} doc? ( >=app-doc/doxygen-1.2.6 )" IUSE_PCM_PLUGIN="adpcm alaw copy dshare dsnoop extplug file hooks ladspa lfloat linear meter mulaw multi null rate route share shm" diff --git a/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild b/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild index 0b121f50b73a..e3dc9dcd6807 100644 --- a/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild,v 1.1 2007/10/18 17:06:12 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.15.ebuild,v 1.2 2007/10/24 21:39:30 beandog Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="1.9" @@ -19,8 +19,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="doc debug alisp midi" -RDEPEND=">=media-sound/alsa-headers-${PV}" -DEPEND="${RDEPEND} +RDEPEND="" +DEPEND=">=media-sound/alsa-headers-${PV} doc? ( >=app-doc/doxygen-1.2.6 )" IUSE_PCM_PLUGIN="copy linear route mulaw alaw adpcm rate plug multi shm file null empty share meter hooks lfloat ladspa dmix dshare dsnoop asym iec958 |