From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- xfce-extra/xfce4-hdaps/Manifest | 2 +- xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 48 ---------------------- xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild | 48 ++++++++++++++++++++++ 3 files changed, 49 insertions(+), 49 deletions(-) delete mode 100644 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild create mode 100644 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild (limited to 'xfce-extra/xfce4-hdaps') diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest index 8c0818ec8e27..42f8c29b7738 100644 --- a/xfce-extra/xfce4-hdaps/Manifest +++ b/xfce-extra/xfce4-hdaps/Manifest @@ -1,3 +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-r2.ebuild 1050 BLAKE2B 6c5014a88ea0745d6012d1bd873ea20353ebe7a8082ee84da3509dff78a59a247f67da0cd93bc4a9b77b94dcc8df564bc09d30db62fd8d194d8acb3819686ec8 SHA512 92a50b10c182886ed81eceeac3cfb0400eca8667c422e9a3a9e52f9dd6e07d46b41fbf44eeaf85cee75e28aed1a45cf64a2566980ac586c07bfcdbd214cb1039 MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild deleted file mode 100644 index 9894b32b51af..000000000000 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2018 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.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_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 -} diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild new file mode 100644 index 000000000000..838a7e62f6fe --- /dev/null +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild @@ -0,0 +1,48 @@ +# 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.8[gtk2(+)] + >=xfce-base/libxfce4util-4.8 + >=xfce-base/xfce4-panel-4.8[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 +} -- cgit v1.2.3