public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: xfce4-dict-0.5.0.ebuild xfce4-dict-0.5.1.ebuild xfce4-dict-0.5.2.ebuild xfce4-dict-0.3.0.ebuild xfce4-dict-0.4.1.ebuild ChangeLog
@ 2008-12-05 16:20 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2008-12-05 16:20 UTC (permalink / raw
  To: gentoo-commits

angelos     08/12/05 16:20:27

  Modified:             xfce4-dict-0.5.0.ebuild xfce4-dict-0.5.1.ebuild
                        xfce4-dict-0.5.2.ebuild xfce4-dict-0.3.0.ebuild
                        xfce4-dict-0.4.1.ebuild ChangeLog
  Log:
  Added an elog to let the user know we need aspell/ispell/enchant for spell checking
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)

Revision  Changes    Path
1.2                  xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?r1=1.1&r2=1.2

Index: xfce4-dict-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dict-0.5.0.ebuild	10 Nov 2008 00:02:48 -0000	1.1
+++ xfce4-dict-0.5.0.ebuild	5 Dec 2008 16:20:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v 1.1 2008/11/10 00:02:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
 
 EAPI=1
 
@@ -36,6 +36,15 @@
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
 	gnome2_icon_cache_update
+
+	if ! has_version app-text/aspell && ! has_version app-text/ispell \
+	&& ! has_version app-text/enchant; then
+		echo
+		elog "You need a spell check program for spell checking."
+		elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
+		elog "check program which is compatible with the ispell command"
+		elog "The dictionary function will still work without those"
+	fi
 }
 
 pkg_postrm() {



1.2                  xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?r1=1.1&r2=1.2

Index: xfce4-dict-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dict-0.5.1.ebuild	23 Nov 2008 14:23:31 -0000	1.1
+++ xfce4-dict-0.5.1.ebuild	5 Dec 2008 16:20:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v 1.1 2008/11/23 14:23:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
 
 EAPI=1
 
@@ -36,6 +36,15 @@
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
 	gnome2_icon_cache_update
+
+	if ! has_version app-text/aspell && ! has_version app-text/ispell \
+	&& ! has_version app-text/enchant; then
+		echo
+		elog "You need a spell check program for spell checking."
+		elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
+		elog "check program which is compatible with the ispell command"
+		elog "The dictionary function will still work without those"
+	fi
 }
 
 pkg_postrm() {



1.2                  xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.1&r2=1.2

Index: xfce4-dict-0.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dict-0.5.2.ebuild	5 Dec 2008 15:57:26 -0000	1.1
+++ xfce4-dict-0.5.2.ebuild	5 Dec 2008 16:20:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.1 2008/12/05 15:57:26 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
 
 EAPI=1
 
@@ -36,6 +36,15 @@
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
 	gnome2_icon_cache_update
+
+	if ! has_version app-text/aspell && ! has_version app-text/ispell \
+	&& ! has_version app-text/enchant; then
+		echo
+		elog "You need a spell check program for spell checking."
+		elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
+		elog "check program which is compatible with the ispell command"
+		elog "The dictionary function will still work without those"
+	fi
 }
 
 pkg_postrm() {



1.10                 xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?r1=1.9&r2=1.10

Index: xfce4-dict-0.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-dict-0.3.0.ebuild	26 Sep 2008 13:32:03 -0000	1.9
+++ xfce4-dict-0.3.0.ebuild	5 Dec 2008 16:20:27 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.9 2008/09/26 13:32:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.10 2008/12/05 16:20:27 angelos Exp $
 
 inherit xfce44
 
@@ -20,4 +20,17 @@
 	echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip
 }
 
+pkg_postinst() {
+	xfce44_pkg_postinst
+
+	if ! has_version app-text/aspell && ! has_version app-text/ispell \
+	&& ! has_version app-text/enchant; then
+		echo
+		elog "You need a spell check program for spell checking."
+		elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
+		elog "check program which is compatible with the ispell command"
+		elog "The dictionary function will still work without those"
+	fi
+}
+
 xfce44_goodies_panel_plugin



1.2                  xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?r1=1.1&r2=1.2

Index: xfce4-dict-0.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dict-0.4.1.ebuild	6 Nov 2008 20:21:59 -0000	1.1
+++ xfce4-dict-0.4.1.ebuild	5 Dec 2008 16:20:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v 1.1 2008/11/06 20:21:59 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
 
 EAPI=1
 
@@ -36,6 +36,15 @@
 	fdo-mime_desktop_database_update
 	fdo-mime_mime_database_update
 	gnome2_icon_cache_update
+
+	if ! has_version app-text/aspell && ! has_version app-text/ispell \
+	&& ! has_version app-text/enchant; then
+		echo
+		elog "You need a spell check program for spell checking."
+		elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
+		elog "check program which is compatible with the ispell command"
+		elog "The dictionary function will still work without those"
+	fi
 }
 
 pkg_postrm() {



1.25                 xfce-extra/xfce4-dict/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Dec 2008 15:57:26 -0000	1.24
+++ ChangeLog	5 Dec 2008 16:20:27 -0000	1.25
@@ -1,6 +1,12 @@
 # ChangeLog for xfce-extra/xfce4-dict
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.24 2008/12/05 15:57:26 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.25 2008/12/05 16:20:27 angelos Exp $
+
+  05 Dec 2008; Christoph Mende <angelos@gentoo.org> xfce4-dict-0.3.0.ebuild,
+  xfce4-dict-0.4.1.ebuild, xfce4-dict-0.5.0.ebuild, xfce4-dict-0.5.1.ebuild,
+  xfce4-dict-0.5.2.ebuild:
+  Added an elog to let the user know we need aspell/ispell/enchant for spell
+  checking
 
 *xfce4-dict-0.5.2 (05 Dec 2008)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-05 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 16:20 [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: xfce4-dict-0.5.0.ebuild xfce4-dict-0.5.1.ebuild xfce4-dict-0.5.2.ebuild xfce4-dict-0.3.0.ebuild xfce4-dict-0.4.1.ebuild ChangeLog Christoph Mende (angelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox