summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2007-01-09 06:36:27 +0000
committerMarkus Rothe <corsair@gentoo.org>2007-01-09 06:36:27 +0000
commit06fe0c7ccd98c9c00723e86692598c9aff47a556 (patch)
treedd824583228f57ecc62a227b7bd682adf184b993 /app-laptop
parentRemove old (diff)
downloadgentoo-2-06fe0c7ccd98c9c00723e86692598c9aff47a556.tar.gz
gentoo-2-06fe0c7ccd98c9c00723e86692598c9aff47a556.tar.bz2
gentoo-2-06fe0c7ccd98c9c00723e86692598c9aff47a556.zip
Transition from einfo to elog
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/macosd/ChangeLog7
-rw-r--r--app-laptop/macosd/macosd-0.3.1.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-laptop/macosd/ChangeLog b/app-laptop/macosd/ChangeLog
index d74d34bb1210..1e5158cc706a 100644
--- a/app-laptop/macosd/ChangeLog
+++ b/app-laptop/macosd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-laptop/macosd
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.10 2006/09/16 16:25:58 corsair Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.11 2007/01/09 06:36:27 corsair Exp $
+
+ 09 Jan 2007; Markus Rothe <corsair@gentoo.org> macosd-0.3.1.ebuild:
+ Transition from einfo to elog
16 Sep 2006; Markus Rothe <corsair@gentoo.org> -files/0.1.9-evas.patch,
-files/0.1.9-evas-pbbuttonsd.patch, -macosd-0.1.9.ebuild,
diff --git a/app-laptop/macosd/macosd-0.3.1.ebuild b/app-laptop/macosd/macosd-0.3.1.ebuild
index 55fc6687f119..08d5c911cbe9 100644
--- a/app-laptop/macosd/macosd-0.3.1.ebuild
+++ b/app-laptop/macosd/macosd-0.3.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-laptop/macosd/macosd-0.3.1.ebuild,v 1.1 2006/07/28 06:28:14 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/macosd-0.3.1.ebuild,v 1.2 2007/01/09 06:36:27 corsair Exp $
inherit eutils
@@ -43,11 +43,11 @@ src_install() {
}
pkg_postinst() {
- einfo "Make sure that pbbuttons is running (add it to your default runlevel)"
- einfo "and then add the following to your ~/.xinitrc to have macosd"
- einfo "start whenever you launch X:"
- einfo "macosd -t CleanOSX &"
- einfo "To see a listing of available themes, run: macosd -l"
- einfo "If you do not have a composite manager check out the --no-argb switch"
+ elog "Make sure that pbbuttons is running (add it to your default runlevel)"
+ elog "and then add the following to your ~/.xinitrc to have macosd"
+ elog "start whenever you launch X:"
+ elog "macosd -t CleanOSX &"
+ elog "To see a listing of available themes, run: macosd -l"
+ elog "If you do not have a composite manager check out the --no-argb switch"
}