summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-hdaps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /xfce-extra/xfce4-hdaps
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'xfce-extra/xfce4-hdaps')
-rw-r--r--xfce-extra/xfce4-hdaps/Manifest1
-rw-r--r--xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index 2a19fac9b812..8c0818ec8e27 100644
--- a/xfce-extra/xfce4-hdaps/Manifest
+++ b/xfce-extra/xfce4-hdaps/Manifest
@@ -1,4 +1,3 @@
DIST xfce4-hdaps-0.0.9.tar.bz2 304851 BLAKE2B 1f1318bb27628eb1ff72a1642737271ab37e722a18a6c3c6d40c7a05f56e36813bc7a570d5bc51d169dfcc89467cb6173d61c2f0cc2c90a90a795ba63ef1e07d SHA512 7ee963dacd3e1096fb205fa78c05202925977a4fc88aaa96ba779dc08e32937602fdc83a27457386b2b89847487c5dcc75385f2763201b1613f30eee8124e740
EBUILD xfce4-hdaps-0.0.9-r1.ebuild 1032 BLAKE2B e426c27c6e77a4fc7c9b8ba273a57f14530dec9fe9500db1c597752fd86881e1433e6e666fe7a15c993643d177ad3a8f1232037da7f174d3c458c547febd3c23 SHA512 5d3866008f82f2002f6aa1e0d770bb2e6be367b971dec4fafca97dff73ca528674b75f55d1e513bc791386b73c8cd81f10a1cfed425b9e210ac2855f15cfb085
-EBUILD xfce4-hdaps-0.0.9.ebuild 965 BLAKE2B ecda8aaa3416871ab20efa00f1ce2158e0262e89eabfd80f7c9ab463355eb48ab85efe412537d4c8b1fd95af8d90c36c2b781139010785db9763ff0ee3c9b4d5 SHA512 b95b41bedb65f5375c9119f8ccf4b4d114e70e59db47d93c53db71c2ff9e767826e5dbfe1e03c4901f249d889326a14fffeb7cbcac86b881afb629c3a4f6da00
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9.ebuild
deleted file mode 100644
index b840e70738ee..000000000000
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-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.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug"
-
-COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
- x11-libs/libX11
- >=xfce-base/libxfce4ui-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/xfce4-panel-4.8"
-RDEPEND="${COMMON_DEPEND}
- >=app-laptop/hdapsd-20090101
- >=app-laptop/tp_smapi-0.39"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog 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
-}