summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:21:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 17:21:41 +0000
commit03c681490c3909ec92191dbeb058c45e926372ef (patch)
treec55eb082d51cf8f3a5c65cb128d168fc905909ec /media-sound/amsynth
parenteinfo converted to elog (diff)
downloadhistorical-03c681490c3909ec92191dbeb058c45e926372ef.tar.gz
historical-03c681490c3909ec92191dbeb058c45e926372ef.tar.bz2
historical-03c681490c3909ec92191dbeb058c45e926372ef.zip
Dummify src_compile.
Package-Manager: portage-2.1.2_rc4-r6
Diffstat (limited to 'media-sound/amsynth')
-rw-r--r--media-sound/amsynth/ChangeLog8
-rw-r--r--media-sound/amsynth/amsynth-1.0.0-r1.ebuild20
-rw-r--r--media-sound/amsynth/amsynth-1.0.0.ebuild20
-rw-r--r--media-sound/amsynth/amsynth-1.1.0.ebuild20
4 files changed, 36 insertions, 32 deletions
diff --git a/media-sound/amsynth/ChangeLog b/media-sound/amsynth/ChangeLog
index 8401644658aa..65ebd7f62560 100644
--- a/media-sound/amsynth/ChangeLog
+++ b/media-sound/amsynth/ChangeLog
@@ -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)
diff --git a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
index e37659b9416f..42b79f5cc8a7 100644
--- a/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0-r1.ebuild
@@ -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
}
diff --git a/media-sound/amsynth/amsynth-1.0.0.ebuild b/media-sound/amsynth/amsynth-1.0.0.ebuild
index 1040968d0dc0..79f2068d2f0d 100644
--- a/media-sound/amsynth/amsynth-1.0.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.0.0.ebuild
@@ -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
}
diff --git a/media-sound/amsynth/amsynth-1.1.0.ebuild b/media-sound/amsynth/amsynth-1.1.0.ebuild
index deab3aab87ed..15e61760da8b 100644
--- a/media-sound/amsynth/amsynth-1.1.0.ebuild
+++ b/media-sound/amsynth/amsynth-1.1.0.ebuild
@@ -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
}