diff options
Diffstat (limited to 'xfce-extra/xfce4-clipman')
-rw-r--r-- | xfce-extra/xfce4-clipman/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman/xfce4-clipman-1.0.1.ebuild (renamed from xfce-extra/xfce4-clipman/xfce4-clipman-0.9.0.ebuild) | 20 |
2 files changed, 23 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-clipman/ChangeLog b/xfce-extra/xfce4-clipman/ChangeLog index 56fa02b581a6..86409498107f 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.47 2009/03/30 13:14:49 angelos Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/ChangeLog,v 1.48 2009/05/18 21:00:19 angelos Exp $ + +*xfce4-clipman-1.0.1 (18 May 2009) + + 18 May 2009; Christoph Mende <angelos@gentoo.org> + -xfce4-clipman-0.9.0.ebuild, +xfce4-clipman-1.0.1.ebuild: + Version bump *xfce4-clipman-0.9.1 (30 Mar 2009) diff --git a/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.0.ebuild b/xfce-extra/xfce4-clipman/xfce4-clipman-1.0.1.ebuild index 293a3c5b0d7a..8e082ef54cda 100644 --- a/xfce-extra/xfce4-clipman/xfce4-clipman-0.9.0.ebuild +++ b/xfce-extra/xfce4-clipman/xfce4-clipman-1.0.1.ebuild @@ -1,15 +1,25 @@ # 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.0.ebuild,v 1.1 2009/01/18 23:19:00 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman/xfce4-clipman-1.0.1.ebuild,v 1.1 2009/05/18 21:00:19 angelos Exp $ -inherit xfce44 +EAPI=1 -xfce44 +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" +RDEPEND=">=dev-libs/glib-2.14:2 + gnome-base/libglade:2.0 + >=x11-libs/gtk+-2.10:2 + >=xfce-base/libxfce4util-${XFCE_VERSION} + >=xfce-base/libxfcegui4-${XFCE_VERSION} + >=xfce-base/xfce4-panel-${XFCE_VERSION} + xfce-base/xfconf + >=xfce-extra/exo-0.3" -xfce44_goodies_panel_plugin +DOCS="AUTHORS ChangeLog README THANKS" |