summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-02-11 18:47:35 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-02-11 18:47:35 +0000
commitd58833c4080353d5ba8b18f4cbee670c451772c6 (patch)
treebe3b5f00ccb3e263311a9208b744d502e36d8970 /x11-misc/devilspie
parentVersion bump. (diff)
downloadgentoo-2-d58833c4080353d5ba8b18f4cbee670c451772c6.tar.gz
gentoo-2-d58833c4080353d5ba8b18f4cbee670c451772c6.tar.bz2
gentoo-2-d58833c4080353d5ba8b18f4cbee670c451772c6.zip
Fixed ewarn message.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc/devilspie')
-rw-r--r--x11-misc/devilspie/ChangeLog5
-rw-r--r--x11-misc/devilspie/devilspie-0.16.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/devilspie/ChangeLog b/x11-misc/devilspie/ChangeLog
index 4bb3dcbac500..314ba8ea3a01 100644
--- a/x11-misc/devilspie/ChangeLog
+++ b/x11-misc/devilspie/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/devilspie
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.19 2006/02/11 12:54:53 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.20 2006/02/11 18:47:35 nelchael Exp $
+
+ 11 Feb 2006; Krzysiek Pawlik <nelchael@gentoo.org> devilspie-0.16.ebuild:
+ Fixed ewarn message.
*devilspie-0.16 (11 Feb 2006)
diff --git a/x11-misc/devilspie/devilspie-0.16.ebuild b/x11-misc/devilspie/devilspie-0.16.ebuild
index f24e1feaa66a..8e6f0ae189ff 100644
--- a/x11-misc/devilspie/devilspie-0.16.ebuild
+++ b/x11-misc/devilspie/devilspie-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.16.ebuild,v 1.1 2006/02/11 12:54:53 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/devilspie-0.16.ebuild,v 1.2 2006/02/11 18:47:35 nelchael Exp $
inherit eutils
@@ -47,9 +47,9 @@ src_install() {
pkg_postinst() {
ewarn
- ewarn "Devil's Pie has been completly rewrote since last version in"
- ewarn "Portage (0.10), and the configuration method is NOT backward"
- ewarn "compatible. You will now have to write some s-expressions files"
+ ewarn "Devilspie has been completely rewritten for version 0.16 and is"
+ ewarn "not backward compatible with previous versions."
+ ewarn "You will now have to write some s-expressions files"
ewarn "(like in Emacs), and put them either in /etc/devilspie for"
ewarn "system-wide configuration, or in ~/.devilspie for per-user"
ewarn "configuration."