summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-01-24 02:28:14 +0000
committerMarius Mauch <genone@gentoo.org>2007-01-24 02:28:14 +0000
commit783a073a843d7f571c8052ad43c6cd9c854a5f88 (patch)
treea5b075b00c1692dd1b0ab8d081233c8cf2b205d7 /app-cdr
parentFix the path for 4.0, Closes bug #163529. Thanks to Jose daLuz <jdaluz@gmail.... (diff)
downloadhistorical-783a073a843d7f571c8052ad43c6cd9c854a5f88.tar.gz
historical-783a073a843d7f571c8052ad43c6cd9c854a5f88.tar.bz2
historical-783a073a843d7f571c8052ad43c6cd9c854a5f88.zip
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-cdr')
-rw-r--r--app-cdr/cdw/ChangeLog7
-rw-r--r--app-cdr/cdw/cdw-0.2.4.ebuild24
-rw-r--r--app-cdr/dvd+rw-tools/ChangeLog9
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild13
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild13
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild12
-rw-r--r--app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild13
-rw-r--r--app-cdr/kiso/ChangeLog8
-rw-r--r--app-cdr/kiso/files/digest-kiso-0.8.2c2
-rw-r--r--app-cdr/kiso/kiso-0.8.2c.ebuild20
-rw-r--r--app-cdr/kiso/kiso-0.8.3.ebuild18
-rw-r--r--app-cdr/multicd/ChangeLog8
-rw-r--r--app-cdr/multicd/files/digest-multicd-1.7.22
-rw-r--r--app-cdr/multicd/files/digest-multicd-1.7.52
-rw-r--r--app-cdr/multicd/multicd-1.7.2.ebuild14
-rw-r--r--app-cdr/multicd/multicd-1.7.5.ebuild14
-rw-r--r--app-cdr/nero/ChangeLog6
-rw-r--r--app-cdr/nero/nero-2.1.0.1.ebuild40
-rw-r--r--app-cdr/nero/nero-2.1.0.2.ebuild38
-rw-r--r--app-cdr/nero/nero-2.1.0.3.ebuild38
20 files changed, 165 insertions, 136 deletions
diff --git a/app-cdr/cdw/ChangeLog b/app-cdr/cdw/ChangeLog
index 1f94d278497a..1558f4741e7d 100644
--- a/app-cdr/cdw/ChangeLog
+++ b/app-cdr/cdw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-cdr/cdw
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.19 2006/11/23 15:26:29 vivo Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/ChangeLog,v 1.20 2007/01/24 02:19:17 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> cdw-0.2.4.ebuild:
+ Replacing einfo with elog
23 Nov 2006; Francesco Riosa <vivo@gentoo.org> cdw-0.2.4.ebuild:
dev-db/mysql => virtual/mysql
diff --git a/app-cdr/cdw/cdw-0.2.4.ebuild b/app-cdr/cdw/cdw-0.2.4.ebuild
index d66a286a0749..51b3818aba0c 100644
--- a/app-cdr/cdw/cdw-0.2.4.ebuild
+++ b/app-cdr/cdw/cdw-0.2.4.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/app-cdr/cdw/cdw-0.2.4.ebuild,v 1.9 2006/12/04 10:21:23 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild,v 1.10 2007/01/24 02:19:17 genone Exp $
inherit eutils flag-o-matic
@@ -80,15 +80,15 @@ src_install() {
pkg_postinst() {
if use mysql || use sqlite ; then
- echo
- einfo "You have chosen, either by selecting 'USE=mysql' or 'USE=sqlite'"
- einfo "to install Disk Catalog support."
- einfo "You will have a new tool called cdwdic."
- echo
- einfo "The directory /usr/share/${PF}/"
- einfo "contains a cdw.sql file. You must install this to your system"
- einfo "for using the Disk Catalog. The installation process is very"
- einfo "simple, you can find the instructions in"
- einfo "/usr/share/doc/${PF}/README.gz"
+ elog
+ elog "You have chosen, either by selecting 'USE=mysql' or 'USE=sqlite'"
+ elog "to install Disk Catalog support."
+ elog "You will have a new tool called cdwdic."
+ elog
+ elog "The directory /usr/share/${PF}/"
+ elog "contains a cdw.sql file. You must install this to your system"
+ elog "for using the Disk Catalog. The installation process is very"
+ elog "simple, you can find the instructions in"
+ elog "/usr/share/doc/${PF}/README.gz"
fi
}
diff --git a/app-cdr/dvd+rw-tools/ChangeLog b/app-cdr/dvd+rw-tools/ChangeLog
index 2bddc610d1aa..1481ad20d40b 100644
--- a/app-cdr/dvd+rw-tools/ChangeLog
+++ b/app-cdr/dvd+rw-tools/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-cdr/dvd+rw-tools
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/ChangeLog,v 1.50 2006/12/06 21:27:05 kloeri Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/ChangeLog,v 1.51 2007/01/24 02:21:28 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> dvd+rw-tools-6.0.ebuild,
+ dvd+rw-tools-6.1.ebuild, dvd+rw-tools-6.1-r1.ebuild,
+ dvd+rw-tools-7.0.ebuild:
+ Replacing einfo with elog
06 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
dvd+rw-tools-7.0.ebuild:
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild
index 55b45f739983..45bd03f0f8a8 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.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/app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild,v 1.1 2006/01/24 00:52:28 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-6.0.ebuild,v 1.2 2007/01/24 02:21:28 genone Exp $
inherit eutils
@@ -31,8 +31,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "When you run growisofs if you receive:"
- einfo "unable to anonymously mmap 33554432: Resource temporarily unavailable"
- einfo "error message please run 'ulimit -l unlimited'"
+ elog
+ elog "When you run growisofs if you receive:"
+ elog "unable to anonymously mmap 33554432: Resource temporarily unavailable"
+ elog "error message please run 'ulimit -l unlimited'"
+ elog
}
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
index add8f51a3a75..e9e514432dc4 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.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/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild,v 1.10 2006/10/14 21:04:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1-r1.ebuild,v 1.11 2007/01/24 02:21:28 genone Exp $
inherit eutils toolchain-funcs
@@ -30,8 +30,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "When you run growisofs if you receive:"
- einfo "unable to anonymously mmap 33554432: Resource temporarily unavailable"
- einfo "error message please run 'ulimit -l unlimited'"
+ elog
+ elog "When you run growisofs if you receive:"
+ elog "unable to anonymously mmap 33554432: Resource temporarily unavailable"
+ elog "error message please run 'ulimit -l unlimited'"
+ elog
}
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild
index e5a7e84b5c90..a4efa238eb02 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.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/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild,v 1.1 2006/01/29 23:47:12 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-6.1.ebuild,v 1.2 2007/01/24 02:21:28 genone Exp $
inherit eutils
@@ -31,8 +31,8 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "When you run growisofs if you receive:"
- einfo "unable to anonymously mmap 33554432: Resource temporarily unavailable"
- einfo "error message please run 'ulimit -l unlimited'"
+ elog
+ elog "When you run growisofs if you receive:"
+ elog "unable to anonymously mmap 33554432: Resource temporarily unavailable"
+ elog "error message please run 'ulimit -l unlimited'"
}
diff --git a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild
index 0d3c0de9422b..93d5167e356b 100644
--- a/app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild
+++ b/app-cdr/dvd+rw-tools/dvd+rw-tools-7.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/app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild,v 1.9 2007/01/13 23:11:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/dvd+rw-tools/dvd+rw-tools-7.0.ebuild,v 1.10 2007/01/24 02:21:28 genone Exp $
inherit eutils toolchain-funcs
@@ -29,8 +29,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "When you run growisofs if you receive:"
- einfo "unable to anonymously mmap 33554432: Resource temporarily unavailable"
- einfo "error message please run 'ulimit -l unlimited'"
+ elog
+ elog "When you run growisofs if you receive:"
+ elog "unable to anonymously mmap 33554432: Resource temporarily unavailable"
+ elog "error message please run 'ulimit -l unlimited'"
+ elog
}
diff --git a/app-cdr/kiso/ChangeLog b/app-cdr/kiso/ChangeLog
index 9811c470a0ba..64019db37dba 100644
--- a/app-cdr/kiso/ChangeLog
+++ b/app-cdr/kiso/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/kiso
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/ChangeLog,v 1.31 2006/04/27 13:04:14 flameeyes Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/ChangeLog,v 1.32 2007/01/24 02:24:56 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> kiso-0.8.2c.ebuild,
+ kiso-0.8.3.ebuild:
+ Replacing einfo with elog
27 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
files/kiso-0.8.3-libcdio-077.patch:
diff --git a/app-cdr/kiso/files/digest-kiso-0.8.2c b/app-cdr/kiso/files/digest-kiso-0.8.2c
index 0ae2d9c5abec..39a71cf723b3 100644
--- a/app-cdr/kiso/files/digest-kiso-0.8.2c
+++ b/app-cdr/kiso/files/digest-kiso-0.8.2c
@@ -1 +1,3 @@
MD5 978d19df980f15076ee72ae42c74739c kiso-0.8.2c.tar.bz2 1198079
+RMD160 1248cb25e3a9dee6a4f6c3c248ec1ca94840aeb6 kiso-0.8.2c.tar.bz2 1198079
+SHA256 64ccea4f49fcf24bd6a4c63634f8d36b81b8c7b48df58cfee3840bb56fa18e8f kiso-0.8.2c.tar.bz2 1198079
diff --git a/app-cdr/kiso/kiso-0.8.2c.ebuild b/app-cdr/kiso/kiso-0.8.2c.ebuild
index 64fc09386e00..118d33d9b735 100644
--- a/app-cdr/kiso/kiso-0.8.2c.ebuild
+++ b/app-cdr/kiso/kiso-0.8.2c.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/app-cdr/kiso/kiso-0.8.2c.ebuild,v 1.5 2006/09/17 03:38:53 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/kiso-0.8.2c.ebuild,v 1.6 2007/01/24 02:24:56 genone Exp $
inherit kde
@@ -23,11 +23,11 @@ RDEPEND="${DEPEND}
need-kde 3.2
pkg_postinst() {
- echo ""
- einfo "Applications KIso will use when available:"
- echo ""
- einfo "to burn cd images - app-cdr/k3b"
- einfo "to create encypted images - app-crypt/mcrypt"
- einfo "to hex edit images - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex"
- echo ""
-} \ No newline at end of file
+ elog
+ elog "Applications KIso will use when available:"
+ elog
+ elog "to burn cd images - app-cdr/k3b"
+ elog "to create encypted images - app-crypt/mcrypt"
+ elog "to hex edit images - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex"
+ elog
+}
diff --git a/app-cdr/kiso/kiso-0.8.3.ebuild b/app-cdr/kiso/kiso-0.8.3.ebuild
index 11d3162f1076..8ff0e6b4832e 100644
--- a/app-cdr/kiso/kiso-0.8.3.ebuild
+++ b/app-cdr/kiso/kiso-0.8.3.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/app-cdr/kiso/kiso-0.8.3.ebuild,v 1.6 2006/09/17 03:38:53 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/kiso/kiso-0.8.3.ebuild,v 1.7 2007/01/24 02:24:56 genone Exp $
inherit kde
@@ -25,11 +25,11 @@ PATCHES="${FILESDIR}/${P}-libcdio-077.patch"
need-kde 3.2
pkg_postinst() {
- echo ""
- einfo "Applications KIso will use when available:"
- echo ""
- einfo "to burn cd images - app-cdr/k3b"
- einfo "to create encypted images - app-crypt/mcrypt"
- einfo "to hex edit images - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex"
- echo ""
+ elog
+ elog "Applications KIso will use when available:"
+ elog
+ elog "to burn cd images - app-cdr/k3b"
+ elog "to create encypted images - app-crypt/mcrypt"
+ elog "to hex edit images - kdebase/khexedit, kdebase/kdeutils or app-editors/ghex"
+ elog
}
diff --git a/app-cdr/multicd/ChangeLog b/app-cdr/multicd/ChangeLog
index 62390aee4477..de7b15e533bf 100644
--- a/app-cdr/multicd/ChangeLog
+++ b/app-cdr/multicd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/multicd
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/ChangeLog,v 1.7 2005/12/29 03:40:09 metalgod Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/ChangeLog,v 1.8 2007/01/24 02:26:26 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> multicd-1.7.2.ebuild,
+ multicd-1.7.5.ebuild:
+ Replacing einfo with elog
*multicd-1.7.5 (29 Dec 2005)
diff --git a/app-cdr/multicd/files/digest-multicd-1.7.2 b/app-cdr/multicd/files/digest-multicd-1.7.2
index 93f8f322892d..5bdbb3037d9c 100644
--- a/app-cdr/multicd/files/digest-multicd-1.7.2
+++ b/app-cdr/multicd/files/digest-multicd-1.7.2
@@ -1 +1,3 @@
MD5 871fdef1a56dbc03805dcc30e18cbb2b multicd-1.7.2.tar.gz 21437
+RMD160 502cc9d128f5eda5712be65b2ada25949a516f10 multicd-1.7.2.tar.gz 21437
+SHA256 4ce12bc9597f3e91f2f6fd81f4ebf92d8585963b685f4b57dfbc4eecd5cea954 multicd-1.7.2.tar.gz 21437
diff --git a/app-cdr/multicd/files/digest-multicd-1.7.5 b/app-cdr/multicd/files/digest-multicd-1.7.5
index f18b23530bf3..e9593a57750c 100644
--- a/app-cdr/multicd/files/digest-multicd-1.7.5
+++ b/app-cdr/multicd/files/digest-multicd-1.7.5
@@ -1 +1,3 @@
MD5 b27bf5d4514a5d8948de3f037a475d0b multicd-1.7.5.tar.gz 22437
+RMD160 9ce012a4cab780e90a0c2512b1ae4c1375a15622 multicd-1.7.5.tar.gz 22437
+SHA256 dedad330d161489ebd2d954a5b1e45f0423c76089f2520f1fe52a72238c6fee3 multicd-1.7.5.tar.gz 22437
diff --git a/app-cdr/multicd/multicd-1.7.2.ebuild b/app-cdr/multicd/multicd-1.7.2.ebuild
index 67cd9e82c07c..103d8b671489 100644
--- a/app-cdr/multicd/multicd-1.7.2.ebuild
+++ b/app-cdr/multicd/multicd-1.7.2.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/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.9 2006/09/17 03:38:53 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.2.ebuild,v 1.10 2007/01/24 02:26:26 genone Exp $
DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
HOMEPAGE="http://danborn.net/multicd/"
@@ -21,9 +21,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Copy and edit sample configuration file from"
- einfo "/usr/share/doc/${PF}"
- einfo "directory to /etc directory as multicdrc"
- einfo
+ elog
+ elog "Copy and edit sample configuration file from"
+ elog "/usr/share/doc/${PF}"
+ elog "directory to /etc directory as multicdrc"
+ elog
}
diff --git a/app-cdr/multicd/multicd-1.7.5.ebuild b/app-cdr/multicd/multicd-1.7.5.ebuild
index 20d1a75eff44..294234f39030 100644
--- a/app-cdr/multicd/multicd-1.7.5.ebuild
+++ b/app-cdr/multicd/multicd-1.7.5.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/app-cdr/multicd/multicd-1.7.5.ebuild,v 1.2 2006/09/17 03:38:53 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/multicd/multicd-1.7.5.ebuild,v 1.3 2007/01/24 02:26:26 genone Exp $
DESCRIPTION="Tool for making direct copies of your files to multiple cd's"
HOMEPAGE="http://danborn.net/multicd/"
@@ -21,9 +21,9 @@ src_install() {
}
pkg_postinst() {
- einfo
- einfo "Copy and edit sample configuration file from"
- einfo "/usr/share/doc/${PF}"
- einfo "directory to /etc directory as multicdrc"
- einfo
+ elog
+ elog "Copy and edit sample configuration file from"
+ elog "/usr/share/doc/${PF}"
+ elog "directory to /etc directory as multicdrc"
+ elog
}
diff --git a/app-cdr/nero/ChangeLog b/app-cdr/nero/ChangeLog
index cb2937582a7d..f5156373dfe9 100644
--- a/app-cdr/nero/ChangeLog
+++ b/app-cdr/nero/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-cdr/nero
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/ChangeLog,v 1.21 2007/01/19 20:59:47 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/ChangeLog,v 1.22 2007/01/24 02:28:14 genone Exp $
+
+ 24 Jan 2007; Marius Mauch <genone@gentoo.org> nero-2.1.0.1.ebuild,
+ nero-2.1.0.2.ebuild, nero-2.1.0.3.ebuild:
+ Replacing einfo with elog
19 Jan 2007; Andrej Kacian <ticho@gentoo.org> nero-2.1.0.2.ebuild:
Stable on x86, bug #162603.
diff --git a/app-cdr/nero/nero-2.1.0.1.ebuild b/app-cdr/nero/nero-2.1.0.1.ebuild
index d01575729c79..2d369c34a47b 100644
--- a/app-cdr/nero/nero-2.1.0.1.ebuild
+++ b/app-cdr/nero/nero-2.1.0.1.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/app-cdr/nero/nero-2.1.0.1.ebuild,v 1.2 2006/08/24 14:30:49 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/nero-2.1.0.1.ebuild,v 1.3 2007/01/24 02:28:14 genone Exp $
inherit eutils rpm multilib
@@ -100,22 +100,22 @@ pkg_setup() {
# }
pkg_postinst() {
- einfo
- einfo "Please make sure that no hdX=ide-scsi option is passed"
- einfo "to your kernel command line."
- einfo
- einfo "For setting up your burning device correctly you also"
- einfo "have to give your regular user(s) read/write access to"
- einfo "the disc writer devices, for example by adding the user(s)"
- einfo "to the system group 'cdrom', e.g. like this:"
- einfo
- einfo "\tgpasswd -a <username> cdrom"
- einfo
- einfo "NOTE: This is demo software, it will run for a trial"
- einfo "period only until unlocked with a serial number."
- einfo "See ${HOMEPAGE} for details."
- einfo
- einfo "Technical support for NeroLINUX is provided by CDFreaks"
- einfo "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
- einfo
+ elog
+ elog "Please make sure that no hdX=ide-scsi option is passed"
+ elog "to your kernel command line."
+ elog
+ elog "For setting up your burning device correctly you also"
+ elog "have to give your regular user(s) read/write access to"
+ elog "the disc writer devices, for example by adding the user(s)"
+ elog "to the system group 'cdrom', e.g. like this:"
+ elog
+ elog "\tgpasswd -a <username> cdrom"
+ elog
+ elog "NOTE: This is demo software, it will run for a trial"
+ elog "period only until unlocked with a serial number."
+ elog "See ${HOMEPAGE} for details."
+ elog
+ elog "Technical support for NeroLINUX is provided by CDFreaks"
+ elog "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
+ elog
}
diff --git a/app-cdr/nero/nero-2.1.0.2.ebuild b/app-cdr/nero/nero-2.1.0.2.ebuild
index af3c3a506f72..6b5693a84a15 100644
--- a/app-cdr/nero/nero-2.1.0.2.ebuild
+++ b/app-cdr/nero/nero-2.1.0.2.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/app-cdr/nero/nero-2.1.0.2.ebuild,v 1.2 2007/01/19 20:59:47 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/nero-2.1.0.2.ebuild,v 1.3 2007/01/24 02:28:14 genone Exp $
inherit eutils rpm multilib
@@ -100,22 +100,22 @@ pkg_setup() {
# }
pkg_postinst() {
- einfo
- einfo "Please make sure that no hdX=ide-scsi option is passed"
- einfo "to your kernel command line."
- einfo
- einfo "For setting up your burning device correctly you also"
- einfo "have to give your regular user(s) read/write access to"
- einfo "the disc writer devices, for example by adding the user(s)"
- einfo "to the system group 'cdrom', e.g. like this:"
- einfo
- einfo "\tgpasswd -a <username> cdrom"
- einfo
- einfo "NOTE: This is demo software, it will run for a trial"
- einfo "period only until unlocked with a serial number."
- einfo "See ${HOMEPAGE} for details."
- einfo
- einfo "Technical support for NeroLINUX is provided by CDFreaks"
- einfo "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
- einfo
+ elog
+ elog "Please make sure that no hdX=ide-scsi option is passed"
+ elog "to your kernel command line."
+ elog
+ elog "For setting up your burning device correctly you also"
+ elog "have to give your regular user(s) read/write access to"
+ elog "the disc writer devices, for example by adding the user(s)"
+ elog "to the system group 'cdrom', e.g. like this:"
+ elog
+ elog "\tgpasswd -a <username> cdrom"
+ elog
+ elog "NOTE: This is demo software, it will run for a trial"
+ elog "period only until unlocked with a serial number."
+ elog "See ${HOMEPAGE} for details."
+ elog
+ elog "Technical support for NeroLINUX is provided by CDFreaks"
+ elog "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
+ elog
}
diff --git a/app-cdr/nero/nero-2.1.0.3.ebuild b/app-cdr/nero/nero-2.1.0.3.ebuild
index 706ad7eba6b2..d81d9594e5a5 100644
--- a/app-cdr/nero/nero-2.1.0.3.ebuild
+++ b/app-cdr/nero/nero-2.1.0.3.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/app-cdr/nero/nero-2.1.0.3.ebuild,v 1.1 2007/01/18 00:12:19 wschlich Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/nero/nero-2.1.0.3.ebuild,v 1.2 2007/01/24 02:28:14 genone Exp $
inherit eutils rpm multilib
@@ -100,22 +100,22 @@ pkg_setup() {
# }
pkg_postinst() {
- einfo
- einfo "Please make sure that no hdX=ide-scsi option is passed"
- einfo "to your kernel command line."
- einfo
- einfo "For setting up your burning device correctly you also"
- einfo "have to give your regular user(s) read/write access to"
- einfo "the disc writer devices, for example by adding the user(s)"
- einfo "to the system group 'cdrom', e.g. like this:"
- einfo
- einfo "\tgpasswd -a <username> cdrom"
- einfo
- einfo "NOTE: This is demo software, it will run for a trial"
- einfo "period only until unlocked with a serial number."
- einfo "See ${HOMEPAGE} for details."
- einfo
- einfo "Technical support for NeroLINUX is provided by CDFreaks"
- einfo "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
- einfo
+ elog
+ elog "Please make sure that no hdX=ide-scsi option is passed"
+ elog "to your kernel command line."
+ elog
+ elog "For setting up your burning device correctly you also"
+ elog "have to give your regular user(s) read/write access to"
+ elog "the disc writer devices, for example by adding the user(s)"
+ elog "to the system group 'cdrom', e.g. like this:"
+ elog
+ elog "\tgpasswd -a <username> cdrom"
+ elog
+ elog "NOTE: This is demo software, it will run for a trial"
+ elog "period only until unlocked with a serial number."
+ elog "See ${HOMEPAGE} for details."
+ elog
+ elog "Technical support for NeroLINUX is provided by CDFreaks"
+ elog "Linux forum at http://club.cdfreaks.com/forumdisplay.php?f=104"
+ elog
}