diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-24 18:14:10 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-03-24 18:14:10 +0000 |
commit | 9db470db36468f2a374acf3c0ffd0866cd0bbf3a (patch) | |
tree | c54491bcd7b3eec705ff3258a3f9f80a12252689 /xfce-extra/xfce4-hdaps | |
parent | stable ppc, bug 309873 (diff) | |
download | historical-9db470db36468f2a374acf3c0ffd0866cd0bbf3a.tar.gz historical-9db470db36468f2a374acf3c0ffd0866cd0bbf3a.tar.bz2 historical-9db470db36468f2a374acf3c0ffd0866cd0bbf3a.zip |
Initial commit wrt #311145 by Michael Orlitzky.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-hdaps')
-rw-r--r-- | xfce-extra/xfce4-hdaps/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-hdaps/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/xfce4-hdaps/metadata.xml | 5 | ||||
-rw-r--r-- | xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.5.ebuild | 40 |
4 files changed, 59 insertions, 0 deletions
diff --git a/xfce-extra/xfce4-hdaps/ChangeLog b/xfce-extra/xfce4-hdaps/ChangeLog new file mode 100644 index 000000000000..45d1cf374a28 --- /dev/null +++ b/xfce-extra/xfce4-hdaps/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-extra/xfce4-hdaps +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-hdaps/ChangeLog,v 1.1 2010/03/24 18:14:10 ssuominen Exp $ + +*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. + diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest new file mode 100644 index 000000000000..c61059e77f8a --- /dev/null +++ b/xfce-extra/xfce4-hdaps/Manifest @@ -0,0 +1,4 @@ +DIST xfce4-hdaps-0.0.5.tar.gz 252672 RMD160 497e1f28bcd64b1d3b73532f9ec389552ff57093 SHA1 39aa7b273483ac1c9c21fe21c2d928c1fdb5c287 SHA256 bac5dd680cb6a5a9869d65fa8f350787b1f58ea21d50cd2e553606ca6704ff62 +EBUILD xfce4-hdaps-0.0.5.ebuild 1093 RMD160 7290273c0e7c4ab2d40928620d447f5e444a7f99 SHA1 db42493e130e1af286893516ba8099625b9d1944 SHA256 1aab8303d3589314caa6d0cccc1e20bd5bda00594dd4e99728d888acfa53d1f1 +MISC ChangeLog 388 RMD160 9cedaeabc6f4880f7569d4ad0589c678a3319c69 SHA1 66e52deb6ee18b7fdcdf3ef0ef7301354105b45f SHA256 78763a201fb06d3ad37633d0bc91988be8d69178818b515bbc1df247ffa6b6a4 +MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfce4-hdaps/metadata.xml b/xfce-extra/xfce4-hdaps/metadata.xml new file mode 100644 index 000000000000..d56729e92f8e --- /dev/null +++ b/xfce-extra/xfce4-hdaps/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-hdaps/xfce4-hdaps-0.0.5.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.5.ebuild new file mode 100644 index 000000000000..19cd0c63304d --- /dev/null +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.5.ebuild @@ -0,0 +1,40 @@ +# 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.5.ebuild,v 1.1 2010/03/24 18:14:10 ssuominen Exp $ + +EAPI=2 +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=">=xfce-base/libxfcegui4-4.3.99.2 + >=xfce-base/libxfce4util-4.3.99.2 + >=xfce-base/xfce4-panel-4.3.99.2" +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() { + DOCS="AUTHORS ChangeLog NEWS README TODO" + XFCONF="--disable-option-checking + $(use_enable debug)" + + linux-info_pkg_setup + + if kernel_is lt 2 6 28; then + ewarn + ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above." + ewarn + fi +} |