public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2024-08-31 11:04 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-08-31 11:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d16dc3fb1acdc33e8c2cadfaa9c0200e43f8af27
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 11:04:50 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 11:04:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16dc3fb

xfce-extra/xfce4-hdaps: Stabilize 1.0.3-r1 amd64, #938770

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild
index 64f82e508edd..86ce50462069 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
 	>=x11-libs/gtk+-3.20:3


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2024-08-14 18:14 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2024-08-14 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     90781e4b13f1add81b870dd267d8310c202d18a8
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Sat Aug 10 11:37:35 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 18:14:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90781e4b

xfce-extra/xfce4-hdaps: bump EAPI, remove empty IUSE

- changed DEPENDs style to follow xfce-base/xfce4-session

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/38056
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild | 45 ++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild
new file mode 100644
index 000000000000..64f82e508edd
--- /dev/null
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Show the status of the IBM Hard Drive Active Protection System"
+HOMEPAGE="https://michael.orlitzky.com/code/xfce4-hdaps.xhtml"
+SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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
+"
+BDEPEND="
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig
+"
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2023-11-15  0:26 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2023-11-15  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0f35c7635165d0f5194d0da269e0a6bb60c6d4f7
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 15 00:15:48 2023 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 15 00:24:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f35c763

xfce-extra/xfce4-hdaps: update HOMEPAGE, SRC_URI (http -> https)

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
index 7fc7a5e90a57..795c16c98c59 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 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"
+HOMEPAGE="https://michael.orlitzky.com/code/xfce4-hdaps.xhtml"
+SRC_URI="https://michael.orlitzky.com/code/releases/${P}.tar.xz"
 
 LICENSE="AGPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-03-19 15:13 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-03-19 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     94949dd2c30fc73506d006e4c87cdd248f3d5cc4
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 15:10:04 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 15:10:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94949dd2

xfce-extra/xfce4-hdaps: maintainer-stabilize v1.0.3.

This requires special hardware and I'm the upstream, so I'm taking the
chance to stabilize it myself.

Bug: https://bugs.gentoo.org/777273
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
index 2c27674053e..7fc7a5e90a5 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="dev-util/intltool


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-03-19 15:13 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-03-19 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     a873a1db5fc021d9a17668651fad3a3c22b8ca31
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 15:11:45 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 15:11:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a873a1db

xfce-extra/xfce4-hdaps: remove "unused" xfce4-hdaps-1.0.0.ebuild.

Closes: https://bugs.gentoo.org/777273
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                 |  1 -
 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild | 39 -------------------------
 2 files changed, 40 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index 31f28d85207..6cf60ce0bf4 100644
--- a/xfce-extra/xfce4-hdaps/Manifest
+++ b/xfce-extra/xfce4-hdaps/Manifest
@@ -1,2 +1 @@
-DIST xfce4-hdaps-1.0.0.tar.xz 350888 BLAKE2B bc34321f42b0f51a10ef65429cdcf5e3d63f20914aa0c593c004c830932c8a63f194a25b602784527f5da0f74302142ccbcb3ecfc2a677b004b71e5bad4e5ee5 SHA512 0efdedbccfe578304e61cccb86936b4d62e9e3de6cb9c3cf7b288983b93bd8388e1b227565ebe354aadbd58fc493b67e5c3fea02bf9dbc1b37b5d2ec419a5d7b
 DIST xfce4-hdaps-1.0.3.tar.xz 350936 BLAKE2B 37d80bafa831be68b55f66c029ec120b67ea1a21760291f05cf11587161b295698a5994df3abb9eaa2c3ff94af7b0f43a3cfd04cef31993d741918b4eb7e8f49 SHA512 9263a6d63b4e4cd9729a87ae5150d10a6ef3a2bde48b5a82334e948d884869ed2492953eaef4df08b6a2155454ef81af6b83e70f1436cfaca4f2fd8e39b5ac34

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
deleted file mode 100644
index 01862e4cc19..00000000000
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 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
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-02-08 18:49 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-02-08 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b4c875126dfb5004a2d3c859357872251756f86f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 18:46:56 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 18:46:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c87512

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 <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                                         | 2 +-
 .../xfce4-hdaps/{xfce4-hdaps-1.0.2.ebuild => xfce4-hdaps-1.0.3.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index 2f03938ae1f..31f28d85207 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.3.ebuild
similarity index 100%
rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild
rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.3.ebuild


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-02-08 12:36 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-02-08 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     20d07dc537a3cace0c230a20d2ff74cb4dd0e1e1
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 12:34:57 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 12:34:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20d07dc5

xfce-extra/xfce4-hdaps: new version to fix building against xfce-4.16.

Bug: https://bugs.gentoo.org/732384
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                                         | 2 +-
 .../xfce4-hdaps/{xfce4-hdaps-1.0.1.ebuild => xfce4-hdaps-1.0.2.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index f4411ce4376..2f03938ae1f 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.1.tar.xz 351780 BLAKE2B 466e83fa65281db0cdb75396f84714896b396c6ba08a037df7bc02099a5daeb9cbdc5b012954866a1873b637848a3fe8c1bbde56ea4559f7c60b34053b4451ac SHA512 187daae3422b06f001918f40990bc38ba4de41303390d80b605c2d73b418d6a44e92b5e9f812b090f9d17fd9684b7485be4713f10d9946567a310e71eda8277c
+DIST xfce4-hdaps-1.0.2.tar.xz 351852 BLAKE2B c07f673627d0f9531ce26f7dd3812cd210ab4353a1a3ebacb79852b1f8770ceec8c5e51fffb6893f6c59d1b24261fc51c8f0787add314e2dc51576b9619942b3 SHA512 bc275b831a08b60998eccbd310a1b482f89d8add1f60c41da637f50b1b78ae19767f41c63ae268f380601bacb6bd21cd64bd95000dfb8e417be5a06d64c7cce0

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild
similarity index 100%
rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.ebuild
rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.2.ebuild


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-02-08  1:00 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-02-08  1:00 UTC (permalink / raw
  To: gentoo-commits

commit:     dada4854eed27c1adb0aa6f8881e5814954c0f78
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 00:52:18 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 00:52:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dada4854

xfce-extra/xfce4-hdaps: new version to fix xfce-4.16 compatibility.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                 |  1 +
 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.ebuild | 39 +++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index 9c7215eb4d0..f4411ce4376 100644
--- a/xfce-extra/xfce4-hdaps/Manifest
+++ b/xfce-extra/xfce4-hdaps/Manifest
@@ -1 +1,2 @@
 DIST xfce4-hdaps-1.0.0.tar.xz 350888 BLAKE2B bc34321f42b0f51a10ef65429cdcf5e3d63f20914aa0c593c004c830932c8a63f194a25b602784527f5da0f74302142ccbcb3ecfc2a677b004b71e5bad4e5ee5 SHA512 0efdedbccfe578304e61cccb86936b4d62e9e3de6cb9c3cf7b288983b93bd8388e1b227565ebe354aadbd58fc493b67e5c3fea02bf9dbc1b37b5d2ec419a5d7b
+DIST xfce4-hdaps-1.0.1.tar.xz 351780 BLAKE2B 466e83fa65281db0cdb75396f84714896b396c6ba08a037df7bc02099a5daeb9cbdc5b012954866a1873b637848a3fe8c1bbde56ea4559f7c60b34053b4451ac SHA512 187daae3422b06f001918f40990bc38ba4de41303390d80b605c2d73b418d6a44e92b5e9f812b090f9d17fd9684b7485be4713f10d9946567a310e71eda8277c

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.ebuild
new file mode 100644
index 00000000000..2c27674053e
--- /dev/null
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.1.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
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2021-02-08  0:23 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2021-02-08  0:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c16b5c19166090b2fd73df83f82bf904b4ca2a6e
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 00:22:08 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 00:22:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16b5c19

xfce-extra/xfce4-hdaps: add myself as the primary maintainer.

This package likely has a hardware requirement, and I'm the upstream
author. Bugs go here.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xfce-extra/xfce4-hdaps/metadata.xml b/xfce-extra/xfce4-hdaps/metadata.xml
index 359901b31db..181f96c232c 100644
--- a/xfce-extra/xfce4-hdaps/metadata.xml
+++ b/xfce-extra/xfce4-hdaps/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>mjo@gentoo.org</email>
+    <name>Michael Orlitzky</name>
+  </maintainer>
   <maintainer type="project">
     <email>xfce@gentoo.org</email>
     <name>XFCE Team</name>


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-12-31 16:57 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2019-12-31 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c403905492b364f63f699af693fda211a51f36b6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:56:59 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:56:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4039054

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 <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                    |  1 -
 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild | 48 ----------------------
 2 files changed, 49 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index fc4f01072aa..9c7215eb4d0 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 04c33bded30..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-12-31 16:57 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2019-12-31 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     972d3ac56de737941d933dfda85b0b21aee1839d
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 31 16:56:07 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Dec 31 16:56:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972d3ac5

xfce-extra/xfce4-hdaps: maintainer stabilize v1.0.0 on amd64/x86.

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
index a680a7fb669..01862e4cc19 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.xz"
 
 LICENSE="AGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="dev-util/intltool


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-12-06 14:20 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-12-06 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     bd43def00b605fb6c6094922fe39026b05548241
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 12:40:31 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 14:19:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd43def0

xfce-extra/xfce4-hdaps: libxfce4ui-4.15 has no gtk2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{xfce4-hdaps-0.0.9-r3.ebuild => xfce4-hdaps-0.0.9-r4.ebuild}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r3.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild
similarity index 96%
rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r3.ebuild
rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild
index e978cf76e31..04c33bded30 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r3.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r4.ebuild
@@ -15,7 +15,7 @@ IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
 	x11-libs/libX11
-	>=xfce-base/libxfce4ui-4.8[gtk2(+)]
+	<xfce-base/libxfce4ui-4.15:=[gtk2(+)]
 	>=xfce-base/libxfce4util-4.8
 	<xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
 RDEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-10-30 12:43 Michael Orlitzky
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Orlitzky @ 2019-10-30 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     67bcbb21f42e1184de333d54b67037d34225ef85
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 12:41:01 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 12:43:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bcbb21

xfce-extra/xfce4-hdaps: new gtk+-3.x version.

New upstream version, new license, new dependencies, new EAPI, new
eclasses, etc. I'm no longer bothering to check for a "recent" 2.6
kernel. But overall, everything should work pretty much the same.

Closes: https://bugs.gentoo.org/698104
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/Manifest                 |  1 +
 xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild | 39 +++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-hdaps/Manifest b/xfce-extra/xfce4-hdaps/Manifest
index 2796270a335..fc4f01072aa 100644
--- a/xfce-extra/xfce4-hdaps/Manifest
+++ b/xfce-extra/xfce4-hdaps/Manifest
@@ -1 +1,2 @@
 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-1.0.0.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
new file mode 100644
index 00000000000..a680a7fb669
--- /dev/null
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-1.0.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 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
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-10-20 11:07 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-10-20 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     32f37bc9b207acab97935864306f2972c55e3d4f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 10:56:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 11:07:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f37bc9

xfce-extra/xfce4-hdaps: Revbump post dep change

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{xfce4-hdaps-0.0.9-r2.ebuild => xfce4-hdaps-0.0.9-r3.ebuild}          | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r3.ebuild
similarity index 100%
rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r3.ebuild


^ permalink raw reply	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-10-20  9:06 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-10-20  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     3e6205f6417ab938db37341f270aa92d7e4253dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 09:00:05 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 09:06:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6205f6

xfce-extra/xfce4-hdaps: xfce4-panel 4.15 removes GTK+2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 838a7e62f6f..e978cf76e31 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
@@ -17,7 +17,7 @@ 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(+)]"
+	<xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
 RDEPEND="${COMMON_DEPEND}
 	>=app-laptop/hdapsd-20090101
 	>=app-laptop/tp_smapi-0.39"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-08-22 12:31 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-08-22 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     243ebfdd7efcdd128ccb368cd2dd5b40b612bde4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 11:36:51 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 12:31:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243ebfdd

xfce-extra/xfce4-hdaps: Require GTK+2 libxfce4ui

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index cc5f0b9d580..838a7e62f6f 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
@@ -15,7 +15,7 @@ IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2
 	x11-libs/libX11
-	>=xfce-base/libxfce4ui-4.8
+	>=xfce-base/libxfce4ui-4.8[gtk2(+)]
 	>=xfce-base/libxfce4util-4.8
 	>=xfce-base/xfce4-panel-4.8[gtk2(+)]"
 RDEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-08-22 11:15 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-08-22 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     cb9504213d28df03cc043a6f889c8479266aa2fe
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 10:27:42 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 11:15:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb950421

xfce-extra/xfce4-hdaps: Require GTK+2 xfce4-panel

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{xfce4-hdaps-0.0.9-r1.ebuild => xfce4-hdaps-0.0.9-r2.ebuild}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
similarity index 92%
rename from xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
rename to xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
index 9894b32b51a..cc5f0b9d580 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ 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"
+	>=xfce-base/xfce4-panel-4.8[gtk2(+)]"
 RDEPEND="${COMMON_DEPEND}
 	>=app-laptop/hdapsd-20090101
 	>=app-laptop/tp_smapi-0.39"


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2019-04-07  8:29 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2019-04-07  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     1d24424ad63b313c68dd3d1f952a4ecb9c62c5ac
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  7 07:36:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 08:28:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d24424a

xfce-extra/xfce4-hdaps: Drop old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9.ebuild | 43 -------------------------
 1 file changed, 43 deletions(-)

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 b840e70738e..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2018-11-15 17:04 Thomas Deutschmann
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     aa69af1bddbe623541bbeb09d3905c345eab52e8
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:31:35 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:03:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa69af1b

xfce-extra/xfce4-hdaps: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 756c4f3defd..9894b32b51a 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2018-11-12 14:00 Mikle Kolyada
  0 siblings, 0 replies; 21+ messages in thread
From: Mikle Kolyada @ 2018-11-12 14:00 UTC (permalink / raw
  To: gentoo-commits

commit:     42a54192057aebf11dabbf9b81d6133f4f42aa4d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 13:57:37 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 13:57:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a54192

xfce-extra/xfce4-hdaps: amd64 stable wrt bug #652774

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index 2c689321b56..756c4f3defd 100644
--- a/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.bz2"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.20:2


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/
@ 2018-04-08  8:51 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2018-04-08  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8a6edf6cf202471620349dd660c5c84a97656e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  8 08:42:15 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 08:51:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8a6edf

xfce-extra/xfce4-hdaps: Bump to EAPI=6

 xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild | 48 ++++++++++++++++++++++
 1 file changed, 48 insertions(+)

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
new file mode 100644
index 00000000000..2c689321b56
--- /dev/null
+++ b/xfce-extra/xfce4-hdaps/xfce4-hdaps-0.0.9-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-08-31 11:05 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-31 11:04 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-hdaps/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2024-08-14 18:14 Michał Górny
2023-11-15  0:26 Michael Orlitzky
2021-03-19 15:13 Michael Orlitzky
2021-03-19 15:13 Michael Orlitzky
2021-02-08 18:49 Michael Orlitzky
2021-02-08 12:36 Michael Orlitzky
2021-02-08  1:00 Michael Orlitzky
2021-02-08  0:23 Michael Orlitzky
2019-12-31 16:57 Michael Orlitzky
2019-12-31 16:57 Michael Orlitzky
2019-12-06 14:20 Michał Górny
2019-10-30 12:43 Michael Orlitzky
2019-10-20 11:07 Michał Górny
2019-10-20  9:06 Michał Górny
2019-08-22 12:31 Michał Górny
2019-08-22 11:15 Michał Górny
2019-04-07  8:29 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 14:00 Mikle Kolyada
2018-04-08  8:51 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox