diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-02-26 20:52:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-02-26 20:52:54 +0000 |
commit | 13e05a1aa2809caa49dfeae659cbbcf6b3c2aae3 (patch) | |
tree | 4270289d9071c972f18ee9ecc703136e6bd1878e /xfce-extra/xfce4-timer | |
parent | Fix bug 168373 (diff) | |
download | historical-13e05a1aa2809caa49dfeae659cbbcf6b3c2aae3.tar.gz historical-13e05a1aa2809caa49dfeae659cbbcf6b3c2aae3.tar.bz2 historical-13e05a1aa2809caa49dfeae659cbbcf6b3c2aae3.zip |
Fix bug 168373.
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'xfce-extra/xfce4-timer')
-rw-r--r-- | xfce-extra/xfce4-timer/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-timer/ChangeLog b/xfce-extra/xfce4-timer/ChangeLog index 6e2ce691f58f..76ca8cb19a29 100644 --- a/xfce-extra/xfce4-timer/ChangeLog +++ b/xfce-extra/xfce4-timer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/xfce4-timer # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer/ChangeLog,v 1.2 2007/02/04 23:57:41 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer/ChangeLog,v 1.3 2007/02/26 20:49:07 drac Exp $ + + 26 Feb 2007; Samuli Suominen <drac@gentoo.org> xfce4-timer-0.5.1.ebuild: + Fix bug 168373. 04 Feb 2007; Joshua Nichols <nichoj@gentoo.org> xfce4-timer-0.5.1.ebuild: Updated to use final 4.4 release. diff --git a/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild b/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild index 02485912692e..53051170da88 100644 --- a/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild +++ b/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild,v 1.2 2007/02/04 23:57:41 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer/xfce4-timer-0.5.1.ebuild,v 1.3 2007/02/26 20:49:07 drac Exp $ inherit xfce44 -DESCRIPTION="Xfce4 panel timer plugin" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - xfce44 -xfce44_goodies_panel_plugin + +DESCRIPTION="Timer panel plugin" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" DEPEND="dev-util/intltool" + +xfce44_goodies_panel_plugin |