diff options
author | 2009-03-30 13:14:49 +0000 | |
---|---|---|
committer | 2009-03-30 13:14:49 +0000 | |
commit | 2e15c2da4fe34ebd8152147db59d815d229c5655 (patch) | |
tree | 78c2a31701b0b13d293b2b939e9c72824ff49d70 /xfce-extra | |
parent | Version bump to 4.0.1, stdin config support for dhclient has been rediffed du... (diff) | |
download | gentoo-2-2e15c2da4fe34ebd8152147db59d815d229c5655.tar.gz gentoo-2-2e15c2da4fe34ebd8152147db59d815d229c5655.tar.bz2 gentoo-2-2e15c2da4fe34ebd8152147db59d815d229c5655.zip |
Version bump
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-clipman/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-0.9.1.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index 5e6d65160fa4..56fa02b581a6 100644 --- a/xfce-extra/xfce4-clipman/ChangeLog +++ b/xfce-extra/xfce4-clipman/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-clipman # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.46 2009/01/18 23:19:00 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.47 2009/03/30 13:14:49 angelos Exp $ + +*xfce4-clipman-0.9.1 (30 Mar 2009) + + 30 Mar 2009; Christoph Mende <angelos@gentoo.org> + +xfce4-clipman-0.9.1.ebuild: + Version bump *xfce4-clipman-0.9.0 (18 Jan 2009) diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.1.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.1.ebuild new file mode 100644 index 000000000000..884d96716727 --- /dev/null +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.1.ebuild,v 1.1 2009/03/30 13:14:49 angelos Exp $ + +inherit xfce4 + +XFCE_VERSION=4.4 +xfce4_panel_plugin + +DESCRIPTION="a simple cliboard history manager for Xfce4 Panel" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DOCS="AUTHORS ChangeLog README THANKS" |