diff options
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/metadata.xml | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild | 27 |
3 files changed, 42 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/ChangeLog b/xfce-extra/xfce4-mount-plugin/ChangeLog new file mode 100644 index 000000000000..1d8ac56b398a --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-mount-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.1 2009/08/24 13:28:44 ssuominen Exp $ + +*xfce4-mount-plugin-0.5.5 (24 Aug 2009) + + 24 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-mount-plugin-0.5.5.ebuild: + Rename xfce4-mount to xfce4-mount-plugin. + diff --git a/xfce-extra/xfce4-mount-plugin/metadata.xml b/xfce-extra/xfce4-mount-plugin/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xfce</herd> +</pkgmetadata> diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild new file mode 100644 index 000000000000..e6eaf81cb6ee --- /dev/null +++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.1 2009/08/24 13:28:44 ssuominen Exp $ + +EAPI=2 +inherit xfconf + +DESCRIPTION="Mount plugin for Xfce4 panel" +HOMEPAGE="http://www.xfce.org/" +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" +IUSE="debug" + +RDEPEND=">=xfce-base/libxfcegui4-4.3.20 + >=xfce-base/xfce4-panel-4.3.20" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-util/intltool" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" +} |