diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-17 19:20:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-17 19:20:39 +0000 |
commit | 756f431a93f403c0486d36c3db9b6b1473798a8d (patch) | |
tree | 09ac4fe00a4c011ee17be4443529502d10b15479 /xfce-extra/xfce4-eyes-plugin | |
parent | Version bump (diff) | |
download | gentoo-2-756f431a93f403c0486d36c3db9b6b1473798a8d.tar.gz gentoo-2-756f431a93f403c0486d36c3db9b6b1473798a8d.tar.bz2 gentoo-2-756f431a93f403c0486d36c3db9b6b1473798a8d.zip |
Version bump.
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-eyes-plugin')
-rw-r--r-- | xfce-extra/xfce4-eyes-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-eyes-plugin/ChangeLog b/xfce-extra/xfce4-eyes-plugin/ChangeLog index 14294c0abb8b..13f271fc587a 100644 --- a/xfce-extra/xfce4-eyes-plugin/ChangeLog +++ b/xfce-extra/xfce4-eyes-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-eyes-plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.2 2009/10/08 17:33:46 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.3 2010/12/17 19:20:39 ssuominen Exp $ + +*xfce4-eyes-plugin-4.4.1 (17 Dec 2010) + + 17 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-eyes-plugin-4.4.1.ebuild: + Version bump. 08 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-eyes-plugin-4.4.0.ebuild: diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild new file mode 100644 index 000000000000..3a03d4373d69 --- /dev/null +++ b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild,v 1.1 2010/12/17 19:20:39 ssuominen Exp $ + +EAPI=3 +inherit xfconf + +DESCRIPTION="panel plugin that adds eyes which watch your every step" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/4.4/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=x11-libs/gtk+-2.6:2 + >=xfce-base/xfce4-panel-4.3.99.1 + >=xfce-base/libxfce4util-4.3.90.2 + >=xfce-base/libxfcegui4-4.3.90.2" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + + DOCS="AUTHORS ChangeLog NEWS README" +} |