diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:42:21 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-12-18 19:42:21 +0000 |
commit | 50873c59cba70870ce8b6c2c151902c8a551e703 (patch) | |
tree | a18a4b6b0bb465819887a205ef7451f083f03869 /xfce-extra/xfce4-hdaps | |
parent | Do not duplicate docsdir (diff) | |
download | historical-50873c59cba70870ce8b6c2c151902c8a551e703.tar.gz historical-50873c59cba70870ce8b6c2c151902c8a551e703.tar.bz2 historical-50873c59cba70870ce8b6c2c151902c8a551e703.zip |
tidy
Package-Manager: portage-2.2.0_alpha9/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-hdaps')
-rw-r--r-- | xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild index 2f8fcf01f753..c6c65488077b 100644 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild,v 1.2 2010/09/06 20:32:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.6.ebuild,v 1.3 2010/12/18 19:42:21 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit linux-info xfconf DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active Protection System" @@ -27,8 +27,11 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext" pkg_setup() { - XFCONF="--disable-option-checking - $(xfconf_use_debug)" + XFCONF=( + --disable-option-checking + $(xfconf_use_debug) + ) + DOCS="AUTHORS ChangeLog NEWS README TODO" linux-info_pkg_setup |