From b4c875126dfb5004a2d3c859357872251756f86f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 8 Feb 2021 13:46:56 -0500 Subject: xfce-extra/xfce4-hdaps: yet another new version for xfce-4.16 compat. Bug: https://bugs.gentoo.org/ Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky --- xfce-extra/xfce4-hdaps/Manifest | 2 +- xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild | 39 ------------------------- xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild | 39 +++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild create mode 100644 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest index 2f03938ae1f7..31f28d852078 100644 --- a/xfce-extra/xfce4-hdaps/Manifest +++ b/xfce-extra/xfce4-hdaps/Manifest @@ -1,2 +1,2 @@ DIST xfce4-hdaps-1.0.0.tar.xz 350888 BLAKE2B bc34321f42b0f51a10ef65429cdcf5e3d63f20914aa0c593c004c830932c8a63f194a25b602784527f5da0f74302142ccbcb3ecfc2a677b004b71e5bad4e5ee5 SHA512 0efdedbccfe578304e61cccb86936b4d62e9e3de6cb9c3cf7b288983b93bd8388e1b227565ebe354aadbd58fc493b67e5c3fea02bf9dbc1b37b5d2ec419a5d7b -DIST xfce4-hdaps-1.0.2.tar.xz 351852 BLAKE2B c07f673627d0f9531ce26f7dd3812cd210ab4353a1a3ebacb79852b1f8770ceec8c5e51fffb6893f6c59d1b24261fc51c8f0787add314e2dc51576b9619942b3 SHA512 bc275b831a08b60998eccbd310a1b482f89d8add1f60c41da637f50b1b78ae19767f41c63ae268f380601bacb6bd21cd64bd95000dfb8e417be5a06d64c7cce0 +DIST xfce4-hdaps-1.0.3.tar.xz 350936 BLAKE2B 37d80bafa831be68b55f66c029ec120b67ea1a21760291f05cf11587161b295698a5994df3abb9eaa2c3ff94af7b0f43a3cfd04cef31993d741918b4eb7e8f49 SHA512 9263a6d63b4e4cd9729a87ae5150d10a6ef3a2bde48b5a82334e948d884869ed2492953eaef4df08b6a2155454ef81af6b83e70f1436cfaca4f2fd8e39b5ac34 diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild deleted file mode 100644 index 2c27674053ee..000000000000 --- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xdg-utils - -DESCRIPTION="Show the status of the IBM Hard Drive Active Protection System" -HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.xhtml" -SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" - -LICENSE="AGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND="dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" -DEPEND=">=x11-libs/gtk+-3.20:3 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.14 - >=xfce-base/libxfce4util-4.14 - >=xfce-base/xfce4-panel-4.14:=" -RDEPEND="${DEPEND} - app-laptop/hdapsd - app-laptop/tp_smapi" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild new file mode 100644 index 000000000000..2c27674053ee --- /dev/null +++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit xdg-utils + +DESCRIPTION="Show the status of the IBM Hard Drive Active Protection System" +HOMEPAGE="http://michael.orlitzky.com/code/xfce4-hdaps.xhtml" +SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz" + +LICENSE="AGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +BDEPEND="dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" +DEPEND=">=x11-libs/gtk+-3.20:3 + x11-libs/libX11 + >=xfce-base/libxfce4ui-4.14 + >=xfce-base/libxfce4util-4.14 + >=xfce-base/xfce4-panel-4.14:=" +RDEPEND="${DEPEND} + app-laptop/hdapsd + app-laptop/tp_smapi" + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3-65-gdbad