diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-08 17:27:33 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-08 17:27:33 +0000 |
commit | 2b152a549ad42c5eefd5ff0d0fccdec5679c1da6 (patch) | |
tree | 272d851bcaf2677b315de4e7e29c50016b201ef4 /xfce-extra | |
parent | Fix logic of the upgrade path. (diff) | |
download | gentoo-2-2b152a549ad42c5eefd5ff0d0fccdec5679c1da6.tar.gz gentoo-2-2b152a549ad42c5eefd5ff0d0fccdec5679c1da6.tar.bz2 gentoo-2-2b152a549ad42c5eefd5ff0d0fccdec5679c1da6.zip |
Version bump.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-time-out/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.1 | 3 | ||||
-rw-r--r-- | xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild | 20 |
3 files changed, 30 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-time-out/ChangeLog b/xfce-extra/xfce4-time-out/ChangeLog index 1323ccd92a79..cb11a0953fdb 100644 --- a/xfce-extra/xfce4-time-out/ChangeLog +++ b/xfce-extra/xfce4-time-out/ChangeLog @@ -1,6 +1,12 @@ # 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.14 2007/07/04 18:20:27 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out/ChangeLog,v 1.15 2007/07/08 17:27:33 drac Exp $ + +*xfce4-time-out-0.1.1 (08 Jul 2007) + + 08 Jul 2007; Samuli Suominen <drac@gentoo.org> + +xfce4-time-out-0.1.1.ebuild: + Version bump. 04 Jul 2007; Samuli Suominen <drac@gentoo.org> xfce4-time-out-0.1.0-r1.ebuild: diff --git a/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.1 b/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.1 new file mode 100644 index 000000000000..05a1965938e2 --- /dev/null +++ b/xfce-extra/xfce4-time-out/files/digest-xfce4-time-out-0.1.1 @@ -0,0 +1,3 @@ +MD5 d2f5b157cf47c754d8dd007c73a4d1e6 xfce4-time-out-plugin-0.1.1.tar.bz2 201413 +RMD160 3beec00c787f83cffbce8f85eb89c2cec67fe089 xfce4-time-out-plugin-0.1.1.tar.bz2 201413 +SHA256 b06c2ae768b47af5a550995218bb6f24f561c11c4fc091bbca83921998f47ea6 xfce4-time-out-plugin-0.1.1.tar.bz2 201413 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 new file mode 100644 index 000000000000..3064b40db610 --- /dev/null +++ b/xfce-extra/xfce4-time-out/xfce4-time-out-0.1.1.ebuild @@ -0,0 +1,20 @@ +# 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.1 2007/07/08 17:27:33 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" +IUSE="debug" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-util/intltool + dev-lang/perl" + +DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" + +xfce44_goodies_panel_plugin |