Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
Date: Tue, 31 Dec 2019 16:57:39
Message-Id: 1577811419.c403905492b364f63f699af693fda211a51f36b6.mjo@gentoo
1 commit: c403905492b364f63f699af693fda211a51f36b6
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 16:56:59 2019 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 16:56:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4039054
7
8 xfce-extra/xfce4-hdaps: remove "unused" xfce4-hdaps-0.0.9-r4.ebuild.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 xfce-extra/xfce4-hdaps/Manifest | 1 -
14 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild | 48 ----------------------
15 2 files changed, 49 deletions(-)
16
17 diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
18 index fc4f01072aa..9c7215eb4d0 100644
19 --- a/xfce-extra/xfce4-hdaps/Manifest
20 +++ b/xfce-extra/xfce4-hdaps/Manifest
21 @@ -1,2 +1 @@
22 -DIST xfce4-hdaps-0.0.9.tar.bz2 304851 BLAKE2B 1f1318bb27628eb1ff72a1642737271ab37e722a18a6c3c6d40c7a05f56e36813bc7a570d5bc51d169dfcc89467cb6173d61c2f0cc2c90a90a795ba63ef1e07d SHA512 7ee963dacd3e1096fb205fa78c05202925977a4fc88aaa96ba779dc08e32937602fdc83a27457386b2b89847487c5dcc75385f2763201b1613f30eee8124e740
23 DIST xfce4-hdaps-1.0.0.tar.xz 350888 BLAKE2B bc34321f42b0f51a10ef65429cdcf5e3d63f20914aa0c593c004c830932c8a63f194a25b602784527f5da0f74302142ccbcb3ecfc2a677b004b71e5bad4e5ee5 SHA512 0efdedbccfe578304e61cccb86936b4d62e9e3de6cb9c3cf7b288983b93bd8388e1b227565ebe354aadbd58fc493b67e5c3fea02bf9dbc1b37b5d2ec419a5d7b
24
25 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
26 deleted file mode 100644
27 index 04c33bded30..00000000000
28 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild
29 +++ /dev/null
30 @@ -1,48 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2-utils linux-info
36 -
37 -DESCRIPTION="A plugin to indicate the status of the IBM Hard Drive Active Protection System"
38 -HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.php"
39 -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -IUSE=""
45 -
46 -COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
47 - x11-libs/libX11
48 - <xfce-base/libxfce4ui-4.15:=[gtk2(+)]
49 - >=xfce-base/libxfce4util-4.8
50 - <xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
51 -RDEPEND="${COMMON_DEPEND}
52 - >=app-laptop/hdapsd-20090101
53 - >=app-laptop/tp_smapi-0.39"
54 -DEPEND="${COMMON_DEPEND}
55 - dev-util/intltool
56 - sys-devel/gettext
57 - virtual/pkgconfig"
58 -
59 -pkg_pretend() {
60 - linux-info_pkg_setup
61 -
62 - if kernel_is lt 2 6 28; then
63 - ewarn "Unsupported kernel detected. Upgrade to 2.6.28 or above."
64 - fi
65 -}
66 -
67 -src_install() {
68 - default
69 - find "${D}" -name '*.la' -delete || die
70 -}
71 -
72 -pkg_postinst() {
73 - gnome2_icon_cache_update
74 -}
75 -
76 -pkg_postrm() {
77 - gnome2_icon_cache_update
78 -}