--- /dev/null
+# ChangeLog for xfce-extra/xfce4-hdaps
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog,v 1.7 2011/05/20 11:21:23 tomka Exp $
+
+ 20 May 2011; Thomas Kahle <tomka@gentoo.org> xfce4-hdaps-0.0.7.ebuild:
+ x86 stable per bug 342239
+
+ 04 May 2011; Markos Chandras <hwoarang@gentoo.org> xfce4-hdaps-0.0.7.ebuild:
+ Stable on amd64 wrt bug #342239
+
+ 24 Apr 2011; Christoph Mende <angelos@gentoo.org>
+ -xfce4-hdaps-0.0.6.ebuild:
+ Remove old
+
+*xfce4-hdaps-0.0.7 (18 Apr 2011)
+
+ 18 Apr 2011; Christoph Mende <angelos@gentoo.org> +xfce4-hdaps-0.0.7.ebuild:
+ Version bump
+
+*xfce4-hdaps-0.0.6 (25 Mar 2010)
+
+ 25 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-hdaps-0.0.6.ebuild:
+ Version bump wrt #311335 by Michael Orlitzky.
+
+*xfce4-hdaps-0.0.5 (24 Mar 2010)
+
+ 24 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-hdaps-0.0.5.ebuild:
+ Initial commit wrt #311145 by Michael Orlitzky.
+
--- /dev/null
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST xfce4-hdaps-0.0.7.tar.gz 351965 RMD160 c38959505843ee1b41c7bfd4113f99bb853df325 SHA1 96ae8fd734dd6e342dff63e06bfd8eb9ac52bc39 SHA256 50be4325a9bbe289fa1636e1b93da0ea0a2bcf14aab5ed02862f2f6656da1a6b
+EBUILD xfce4-hdaps-0.0.7.ebuild 1102 RMD160 f578c4ac5361527b65cc55d7f0bc40ac81c8b3a0 SHA1 87a8bbd4af5e1d5d54997576c89387c9493c4429 SHA256 d514a5546d4114266219ed27817fe9d3feb707a5da4734bf896c283f82a69649
+MISC ChangeLog 990 RMD160 95f2b81522d771ac6d66e3036828561f2d6199b8 SHA1 8628840debe476476978955860fd48aae0375732 SHA256 e1feb47fb3e4f6ccfc221c13972457218f5e73372ec793cd77c2906f2b0660dd
+MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk3WTFMACgkQodBTJSDyo660NwD+MSnlPuYmMGwOqYDPIa88hQXF
+dGDuA5fpvKZ2f35JeV4A/3P+yKaiAaYnSWqOBAybSSIBb7+9VlvoA+pRauWuE7+L
+=jeGJ
+-----END PGP SIGNATURE-----
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>xfce</herd>
+</pkgmetadata>
--- /dev/null
+# Copyright 1999-2011 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.7.ebuild,v 1.4 2011/05/20 11:21:23 tomka Exp $
+
+EAPI=4
+inherit linux-info xfconf
+
+DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active Protection System"
+HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.php"
+SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+IUSE="debug"
+
+COMMON_DEPEND=">=x11-libs/gtk+-2.12:2
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfce4-panel-4.8"
+RDEPEND="${COMMON_DEPEND}
+ >=app-laptop/hdapsd-20081213
+ >=app-laptop/tp_smapi-0.39"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ sys-devel/gettext"
+
+pkg_setup() {
+ XFCONF=(
+ --disable-option-checking
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+ linux-info_pkg_setup
+
+ if kernel_is lt 2 6 28; then
+ echo
+ ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above."
+ echo
+ fi
+}