diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-12-31 11:56:59 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-12-31 11:56:59 -0500 |
commit | c403905492b364f63f699af693fda211a51f36b6 (patch) | |
tree | be894c1b41f206b5cb4a7d94b7fe51cd18800585 /xfce-extra/xfce4-hdaps | |
parent | xfce-extra/xfce4-hdaps: maintainer stabilize v1.0.0 on amd64/x86. (diff) | |
download | gentoo-c403905492b364f63f699af693fda211a51f36b6.tar.gz gentoo-c403905492b364f63f699af693fda211a51f36b6.tar.bz2 gentoo-c403905492b364f63f699af693fda211a51f36b6.zip |
xfce-extra/xfce4-hdaps: remove "unused" xfce4-hdaps-0.0.9-r4.ebuild.
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'xfce-extra/xfce4-hdaps')
-rw-r--r-- | xfce-extra/xfce4-hdaps/Manifest | 1 | ||||
-rw-r--r-- | xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest index fc4f01072aa3..9c7215eb4d03 100644 --- a/xfce-extra/xfce4-hdaps/Manifest +++ b/xfce-extra/xfce4-hdaps/Manifest @@ -1,2 +1 @@ -DIST xfce4-hdaps-0.0.9.tar.bz2 304851 BLAKE2B 1f1318bb27628eb1ff72a1642737271ab37e722a18a6c3c6d40c7a05f56e36813bc7a570d5bc51d169dfcc89467cb6173d61c2f0cc2c90a90a795ba63ef1e07d SHA512 7ee963dacd3e1096fb205fa78c05202925977a4fc88aaa96ba779dc08e32937602fdc83a27457386b2b89847487c5dcc75385f2763201b1613f30eee8124e740 DIST xfce4-hdaps-1.0.0.tar.xz 350888 BLAKE2B bc34321f42b0f51a10ef65429cdcf5e3d63f20914aa0c593c004c830932c8a63f194a25b602784527f5da0f74302142ccbcb3ecfc2a677b004b71e5bad4e5ee5 SHA512 0efdedbccfe578304e61cccb86936b4d62e9e3de6cb9c3cf7b288983b93bd8388e1b227565ebe354aadbd58fc493b67e5c3fea02bf9dbc1b37b5d2ec419a5d7b diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild deleted file mode 100644 index 04c33bded30e..000000000000 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit gnome2-utils linux-info - -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="" - -COMMON_DEPEND=">=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - <xfce-base/libxfce4ui-4.15:=[gtk2(+)] - >=xfce-base/libxfce4util-4.8 - <xfce-base/xfce4-panel-4.15:=[gtk2(+)]" -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_pretend() { - linux-info_pkg_setup - - if kernel_is lt 2 6 28; then - ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above." - fi -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |