diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-10-15 16:29:27 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-10-15 16:29:27 +0000 |
commit | ab812062bb228a786707a11859b37a6390645edb (patch) | |
tree | a4d634916da64f0963ae71523dabe2ec08af18a1 /xfce-extra | |
parent | arm stable & clean old. (diff) | |
download | gentoo-2-ab812062bb228a786707a11859b37a6390645edb.tar.gz gentoo-2-ab812062bb228a786707a11859b37a6390645edb.tar.bz2 gentoo-2-ab812062bb228a786707a11859b37a6390645edb.zip |
arm stable & clean old.
(Portage version: 2.1.3.13)
Diffstat (limited to 'xfce-extra')
5 files changed, 7 insertions, 59 deletions
diff --git a/xfce-extra/xfce4-time-out/ChangeLog b/xfce-extra/xfce4-time-out/ChangeLog index 07f8fa79c00c..d4e8ea1494f2 100644 --- a/xfce-extra/xfce4-time-out/ChangeLog +++ b/xfce-extra/xfce4-time-out/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-time-out # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/ChangeLog,v 1.22 2007/10/14 16:20:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/ChangeLog,v 1.23 2007/10/15 16:29:27 drac Exp $ + + 15 Oct 2007; Samuli Suominen <drac@gentoo.org> + xfce4-time-out-0.1.1.ebuild: + arm stable. 14 Oct 2007; Markus Rothe <corsair@gentoo.org> xfce4-time-out-0.1.1.ebuild: diff --git a/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 b/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 deleted file mode 100644 index 0d911dc0847b..000000000000 --- a/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 40f8224097db4a622bb51d22051552fe xfce4-time-out-plugin-0.1.0.tar.bz2 199000 -RMD160 63a23875b9949708a0547b6ab00e7acd47558149 xfce4-time-out-plugin-0.1.0.tar.bz2 199000 -SHA256 0a851f727122cadc2dea9f543abd75354d8123cd4cae43d454c7eb4583e6a32c xfce4-time-out-plugin-0.1.0.tar.bz2 199000 diff --git a/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch b/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch deleted file mode 100644 index b9e8041117c4..000000000000 --- a/xfce-extra/xfce4-time-out/files/xfce4-time-out-0.1.0-save-settings.patch +++ /dev/null @@ -1,27 +0,0 @@ -Index: ChangeLog -=================================================================== ---- ChangeLog (revision 2751) -+++ ChangeLog (revision 2795) -@@ -1,3 +1,8 @@ -+2007-05-29 Jannis Pohlmann <jannis@xfce.org> -+ -+ * panel-plugin/time-out.c: Save settings when the 'Enabled' -+ checkbox in the panel menu has been toggled. -+ - 2007-05-06 Jannis Pohlmann <jannis@xfce.org> - - * panel-plugin/time-out.c: Fix XfceRc being opened read-only -Index: panel-plugin/time-out.c -=================================================================== ---- panel-plugin/time-out.c (revision 2751) -+++ panel-plugin/time-out.c (revision 2795) -@@ -315,6 +315,9 @@ - /* Pause break countdown */ - time_out_countdown_pause (time_out->break_countdown); - } -+ -+ /* Save plugin configuration */ -+ time_out_save_settings (time_out); - } - - diff --git a/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.0-r1.ebuild b/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.0-r1.ebuild deleted file mode 100644 index e4cadba6dfd5..000000000000 --- a/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.0-r1.ebuild,v 1.9 2007/08/30 03:32:36 jer Exp $ - -inherit eutils xfce44 - -xfce44 - -DESCRIPTION="Panel plugin for taking break from computer work." -KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc x86" -IUSE="debug" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-util/intltool - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-save-settings.patch -} - -DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" - -xfce44_goodies_panel_plugin diff --git a/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild b/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild index 31c60cab199a..9d0e6cca03af 100644 --- a/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild +++ b/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild,v 1.7 2007/10/14 16:20:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild,v 1.8 2007/10/15 16:29:27 drac Exp $ inherit xfce44 xfce44 DESCRIPTION="Panel plugin to take a break from computer work." -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" IUSE="debug" RDEPEND="" |