diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-15 13:58:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-15 13:58:11 +0000 |
commit | b08f3504c6400fb10a996738660654d70bca1a86 (patch) | |
tree | 57935ee5e7286f566f4c3f55065f6691c47b287b /xfce-extra/xfce4-fsguard-plugin | |
parent | Version bump (diff) | |
download | gentoo-2-b08f3504c6400fb10a996738660654d70bca1a86.tar.gz gentoo-2-b08f3504c6400fb10a996738660654d70bca1a86.tar.bz2 gentoo-2-b08f3504c6400fb10a996738660654d70bca1a86.zip |
Version bump.
(Portage version: 2.2.0_alpha7/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-fsguard-plugin')
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild | 31 |
2 files changed, 39 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-fsguard-plugin/ChangeLog b/xfce-extra/xfce4-fsguard-plugin/ChangeLog index f7ff85460ed2..2c7cf17d7e4e 100644 --- a/xfce-extra/xfce4-fsguard-plugin/ChangeLog +++ b/xfce-extra/xfce4-fsguard-plugin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/xfce4-fsguard-plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/ChangeLog,v 1.2 2009/10/08 17:34:46 darkside Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/ChangeLog,v 1.3 2010/12/15 13:58:11 ssuominen Exp $ + +*xfce4-fsguard-plugin-1.0.0 (15 Dec 2010) + + 15 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-fsguard-plugin-1.0.0.ebuild: + Version bump. 08 Oct 2009; Jeremy Olexa <darkside@gentoo.org> xfce4-fsguard-plugin-0.4.2.ebuild: diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild new file mode 100644 index 000000000000..bc33787b4195 --- /dev/null +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.0.ebuild,v 1.1 2010/12/15 13:58:11 ssuominen Exp $ + +EAPI=3 +inherit xfconf + +DESCRIPTION="Filesystem guard panel plugin" +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" + +LICENSE="GPL-3" +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.4 + >=xfce-base/libxfcegui4-4.4 + >=xfce-base/libxfce4util-4.4" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + XFCONF=( + --disable-dependency-tracking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README" +} |