Dummify src_compile.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 17:21:41 +0000 (17:21 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Fri, 5 Jan 2007 17:21:41 +0000 (17:21 +0000)
Package-Manager: portage-2.1.2_rc4-r6

15 files changed:
media-sound/alsa-headers/ChangeLog
media-sound/alsa-headers/alsa-headers-1.0.11.ebuild
media-sound/alsa-headers/alsa-headers-1.0.12.ebuild
media-sound/alsa-headers/alsa-headers-1.0.13.ebuild
media-sound/alsa-headers/alsa-headers-9999.ebuild
media-sound/alsa-headers/files/digest-alsa-headers-9999
media-sound/alsa-utils/ChangeLog
media-sound/alsa-utils/alsa-utils-1.0.11.ebuild
media-sound/alsa-utils/alsa-utils-1.0.12.ebuild
media-sound/alsa-utils/alsa-utils-1.0.13.ebuild
media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild
media-sound/amsynth/ChangeLog
media-sound/amsynth/amsynth-1.0.0-r1.ebuild
media-sound/amsynth/amsynth-1.0.0.ebuild
media-sound/amsynth/amsynth-1.1.0.ebuild

index 582bee830bdac3e0e7dfc53aaed169c957c2531a..51af9f51fe4f6e44d3bde5381c272e2fa391024a 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/alsa-headers
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.113 2007/01/04 17:36:23 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/ChangeLog,v 1.114 2007/01/05 17:19:31 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+  alsa-headers-1.0.11.ebuild, alsa-headers-1.0.12.ebuild,
+  alsa-headers-1.0.13.ebuild, alsa-headers-9999.ebuild:
+  Dummify src_compile.
 
   04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
   alsa-headers-1.0.14_rc1.ebuild:
index 605deeddf4d36a42f1ff5771db1a193f76b746d7..23eb07b178e21fbb326ec0a8b4db0159ebc7b546 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.11.ebuild,v 1.11 2006/08/01 17:40:31 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.11.ebuild,v 1.12 2007/01/05 17:19:31 flameeyes Exp $
 
 inherit eutils
 
@@ -22,7 +22,7 @@ DEPEND=""
 # Remove the sound symlink workaround...
 pkg_setup() {
        if [[ -L ${ROOT}/usr/include/sound ]]; then
-               rm  ${ROOT}/usr/include/sound
+               rm      ${ROOT}/usr/include/sound
        fi
 }
 
@@ -33,9 +33,7 @@ src_unpack() {
        epatch ${FILESDIR}/${PN}-1.0.6a-user.patch
 }
 
-src_compile() {
-       einfo "No compilation neccessary"
-}
+src_compile() { :; }
 
 src_install() {
        cd ${S}/alsa-kernel/include
index 3230f8d30ddfc452b9043e32a7fb88edf36c3dd3..4fd2ca96592908a81fa3d66b488d82d51fb02e19 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.12.ebuild,v 1.8 2006/10/18 05:16:46 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.12.ebuild,v 1.9 2007/01/05 17:19:31 flameeyes Exp $
 
 inherit eutils
 
@@ -22,7 +22,7 @@ DEPEND=""
 # Remove the sound symlink workaround...
 pkg_setup() {
        if [[ -L "${ROOT}/usr/include/sound" ]]; then
-               rm  "${ROOT}/usr/include/sound"
+               rm      "${ROOT}/usr/include/sound"
        fi
 }
 
@@ -33,9 +33,7 @@ src_unpack() {
        epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
 }
 
-src_compile() {
-       einfo "No compilation neccessary"
-}
+src_compile() { :; }
 
 src_install() {
        cd "${S}/alsa-kernel/include"
index b861ba2d0078f67787d6b99f28b99ae0674ace74..ee4c3042533afb9caa6d80265d73ca4b42f34d11 100644 (file)
@@ -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-sound/alsa-headers/alsa-headers-1.0.13.ebuild,v 1.11 2007/01/03 02:44:42 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-1.0.13.ebuild,v 1.12 2007/01/05 17:19:31 flameeyes Exp $
 
 inherit eutils
 
@@ -35,9 +35,7 @@ src_unpack() {
        epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
 }
 
-src_compile() {
-       einfo "No compilation neccessary"
-}
+src_compile() { :; }
 
 src_install() {
        cd "${S}/alsa-kernel/include"
index 763fc4ebc2d06cb29a307aa2bd95c97a44effe34..ca15372924f7419a23af43fad84896d91df8dd01 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.4 2006/12/03 18:55:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-headers/alsa-headers-9999.ebuild,v 1.5 2007/01/05 17:19:31 flameeyes Exp $
 
 inherit eutils mercurial
 
@@ -34,9 +34,7 @@ src_unpack() {
        epatch "${FILESDIR}/${PN}-1.0.6a-user.patch"
 }
 
-src_compile() {
-       einfo "No compilation neccessary"
-}
+src_compile() { :; }
 
 src_install() {
        cd "${S}/alsa-kernel/include"
index 053a5ff5e65d957dec79fe63f3ba4b82425d6ef1..fc9a4ac7ad0ec1ad8faf1c386735633672ddc458 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/alsa-utils
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.182 2007/01/04 17:42:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/ChangeLog,v 1.183 2007/01/05 17:20:33 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+  alsa-utils-1.0.11.ebuild, alsa-utils-1.0.12.ebuild,
+  alsa-utils-1.0.13.ebuild, alsa-utils-1.0.14_rc1.ebuild:
+  Dummify src_compile.
 
   04 Jan 2007; Gustavo Zacarias <gustavoz@gentoo.org>
   alsa-utils-1.0.14_rc1.ebuild:
index 1add2caf36c9c11be81432834bd66f35ba83d0c3..58eb2d46aa2f45df1a76bafa200aaab923cf5304 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild,v 1.11 2006/08/28 00:56:08 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.11.ebuild,v 1.12 2007/01/05 17:20:33 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -57,20 +57,20 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "The alsasound initscript is now provided by alsa-utils"
-       einfo "instead of alsa-driver for compatibility with kernel-sources"
-       einfo "which provide ALSA internally."
+       elog "The alsasound initscript is now provided by alsa-utils"
+       elog "instead of alsa-driver for compatibility with kernel-sources"
+       elog "which provide ALSA internally."
        echo
-       einfo "To take advantage of this, and automate the process of"
-       einfo "loading and unloading the ALSA sound drivers as well as"
-       einfo "storing and restoring sound-card mixer levels you should"
-       einfo "add alsasound to the boot runlevel. You can do this as"
-       einfo "root like so:"
-       einfo " # rc-update add alsasound boot"
+       elog "To take advantage of this, and automate the process of"
+       elog "loading and unloading the ALSA sound drivers as well as"
+       elog "storing and restoring sound-card mixer levels you should"
+       elog "add alsasound to the boot runlevel. You can do this as"
+       elog "root like so:"
+       elog "  # rc-update add alsasound boot"
        echo
-       einfo "You will also need to edit the file /etc/modules.d/alsa"
-       einfo "and run modules-update. You can do this like so:"
-       einfo " # nano -w /etc/modules.d/alsa && modules-update"
+       elog "You will also need to edit the file /etc/modules.d/alsa"
+       elog "and run modules-update. You can do this like so:"
+       elog "  # nano -w /etc/modules.d/alsa && modules-update"
        echo
 
        if use sparc; then
index dd362fc50a3a696d31491791c8be267aa5affc19..adf795d6daee4752066e58a594ad7eaa903035ad 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild,v 1.9 2006/10/18 05:22:07 tsunam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.12.ebuild,v 1.10 2007/01/05 17:20:33 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -57,20 +57,20 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "The alsasound initscript is now provided by alsa-utils"
-       einfo "instead of alsa-driver for compatibility with kernel-sources"
-       einfo "which provide ALSA internally."
+       elog "The alsasound initscript is now provided by alsa-utils"
+       elog "instead of alsa-driver for compatibility with kernel-sources"
+       elog "which provide ALSA internally."
        echo
-       einfo "To take advantage of this, and automate the process of"
-       einfo "loading and unloading the ALSA sound drivers as well as"
-       einfo "storing and restoring sound-card mixer levels you should"
-       einfo "add alsasound to the boot runlevel. You can do this as"
-       einfo "root like so:"
-       einfo " # rc-update add alsasound boot"
+       elog "To take advantage of this, and automate the process of"
+       elog "loading and unloading the ALSA sound drivers as well as"
+       elog "storing and restoring sound-card mixer levels you should"
+       elog "add alsasound to the boot runlevel. You can do this as"
+       elog "root like so:"
+       elog "  # rc-update add alsasound boot"
        echo
-       einfo "You will also need to edit the file /etc/modules.d/alsa"
-       einfo "and run modules-update. You can do this like so:"
-       einfo " # nano -w /etc/modules.d/alsa && modules-update"
+       elog "You will also need to edit the file /etc/modules.d/alsa"
+       elog "and run modules-update. You can do this like so:"
+       elog "  # nano -w /etc/modules.d/alsa && modules-update"
        echo
 
        if use sparc; then
index 5e374f5a6254fe4e5755174b527957c477f06cb3..c50615c7562607127881543f17fc2ceac6a45c71 100644 (file)
@@ -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-sound/alsa-utils/alsa-utils-1.0.13.ebuild,v 1.9 2007/01/03 02:51:27 redhatter Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.13.ebuild,v 1.10 2007/01/05 17:20:33 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -57,20 +57,20 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "The alsasound initscript is now provided by alsa-utils"
-       einfo "instead of alsa-driver for compatibility with kernel-sources"
-       einfo "which provide ALSA internally."
+       elog "The alsasound initscript is now provided by alsa-utils"
+       elog "instead of alsa-driver for compatibility with kernel-sources"
+       elog "which provide ALSA internally."
        echo
-       einfo "To take advantage of this, and automate the process of"
-       einfo "loading and unloading the ALSA sound drivers as well as"
-       einfo "storing and restoring sound-card mixer levels you should"
-       einfo "add alsasound to the boot runlevel. You can do this as"
-       einfo "root like so:"
-       einfo " # rc-update add alsasound boot"
+       elog "To take advantage of this, and automate the process of"
+       elog "loading and unloading the ALSA sound drivers as well as"
+       elog "storing and restoring sound-card mixer levels you should"
+       elog "add alsasound to the boot runlevel. You can do this as"
+       elog "root like so:"
+       elog "  # rc-update add alsasound boot"
        echo
-       einfo "You will also need to edit the file /etc/modules.d/alsa"
-       einfo "and run modules-update. You can do this like so:"
-       einfo " # nano -w /etc/modules.d/alsa && modules-update"
+       elog "You will also need to edit the file /etc/modules.d/alsa"
+       elog "and run modules-update. You can do this like so:"
+       elog "  # nano -w /etc/modules.d/alsa && modules-update"
        echo
 
        if use sparc; then
index fcc80953dd51fe7352d4ffe5257070fe87cbf03c..83631f6d6b84c6d470c969d39cd17595f94dbe5f 100644 (file)
@@ -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-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild,v 1.4 2007/01/04 17:42:17 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.14_rc1.ebuild,v 1.5 2007/01/05 17:20:33 flameeyes Exp $
 
 inherit eutils autotools
 
@@ -57,20 +57,20 @@ src_install() {
 
 pkg_postinst() {
        echo
-       einfo "The alsasound initscript is now provided by alsa-utils"
-       einfo "instead of alsa-driver for compatibility with kernel-sources"
-       einfo "which provide ALSA internally."
+       elog "The alsasound initscript is now provided by alsa-utils"
+       elog "instead of alsa-driver for compatibility with kernel-sources"
+       elog "which provide ALSA internally."
        echo
-       einfo "To take advantage of this, and automate the process of"
-       einfo "loading and unloading the ALSA sound drivers as well as"
-       einfo "storing and restoring sound-card mixer levels you should"
-       einfo "add alsasound to the boot runlevel. You can do this as"
-       einfo "root like so:"
-       einfo " # rc-update add alsasound boot"
+       elog "To take advantage of this, and automate the process of"
+       elog "loading and unloading the ALSA sound drivers as well as"
+       elog "storing and restoring sound-card mixer levels you should"
+       elog "add alsasound to the boot runlevel. You can do this as"
+       elog "root like so:"
+       elog "  # rc-update add alsasound boot"
        echo
-       einfo "You will also need to edit the file /etc/modules.d/alsa"
-       einfo "and run modules-update. You can do this like so:"
-       einfo " # nano -w /etc/modules.d/alsa && modules-update"
+       elog "You will also need to edit the file /etc/modules.d/alsa"
+       elog "and run modules-update. You can do this like so:"
+       elog "  # nano -w /etc/modules.d/alsa && modules-update"
        echo
 
        if use sparc; then
index 8401644658aaf92ac4d013124a3a063279283657..65ebd7f6256096b123208f85e6c95504b887a82b 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/amsynth
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.19 2006/07/08 22:25:47 fvdpol Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.20 2007/01/05 17:21:41 flameeyes Exp $
+
+  05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> amsynth-1.0.0.ebuild,
+  amsynth-1.0.0-r1.ebuild, amsynth-1.1.0.ebuild:
+  Dummify src_compile.
 
 *amsynth-1.1.0 (08 Jul 2006)
 
index e37659b9416f1e84e8c3b8def8cf0e5d263d3bc6..42b79f5cc8a798beb2959fd8861bbc1619c7ee88 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0-r1.ebuild,v 1.1 2005/07/17 16:15:17 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0-r1.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
 
 IUSE="oss alsa jack"
 
@@ -47,12 +47,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "amSynth has been installed normally."
-       einfo "If you would like to use the virtual"
-       einfo "keyboard option, then do"
-       einfo "emerge vkeybd"
-       einfo "and make sure you emerged amSynth"
-       einfo "with alsa support (USE=alsa)"
-       einfo
+       elog
+       elog "amSynth has been installed normally."
+       elog "If you would like to use the virtual"
+       elog "keyboard option, then do"
+       elog "emerge vkeybd"
+       elog "and make sure you emerged amSynth"
+       elog "with alsa support (USE=alsa)"
+       elog
 }
index 1040968d0dc0dfd471e227b9090710749db92bc3..79f2068d2f0d88b86021f0f1123eb5e649809b42 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.12 2005/07/09 19:09:07 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.0.0.ebuild,v 1.13 2007/01/05 17:21:41 flameeyes Exp $
 
 IUSE="oss alsa jack"
 
@@ -46,12 +46,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "amSynth has been installed normally."
-       einfo "If you would like to use the virtual"
-       einfo "keyboard option, then do"
-       einfo "emerge vkeybd"
-       einfo "and make sure you emerged amSynth"
-       einfo "with alsa support (USE=alsa)"
-       einfo
+       elog
+       elog "amSynth has been installed normally."
+       elog "If you would like to use the virtual"
+       elog "keyboard option, then do"
+       elog "emerge vkeybd"
+       elog "and make sure you emerged amSynth"
+       elog "with alsa support (USE=alsa)"
+       elog
 }
index deab3aab87ed7c7679788700b8784f4dc3a31546..15e61760da8b4d792dd57b9ee4304294d4548dac 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.1.0.ebuild,v 1.1 2006/07/08 22:25:47 fvdpol Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.1.0.ebuild,v 1.2 2007/01/05 17:21:41 flameeyes Exp $
 
 IUSE="oss alsa jack"
 
@@ -41,12 +41,12 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "amSynth has been installed normally."
-       einfo "If you would like to use the virtual"
-       einfo "keyboard option, then do"
-       einfo "emerge vkeybd"
-       einfo "and make sure you emerged amSynth"
-       einfo "with alsa support (USE=alsa)"
-       einfo
+       elog
+       elog "amSynth has been installed normally."
+       elog "If you would like to use the virtual"
+       elog "keyboard option, then do"
+       elog "emerge vkeybd"
+       elog "and make sure you emerged amSynth"
+       elog "with alsa support (USE=alsa)"
+       elog
 }