public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2015-08-23 20:03 Bernard Cafarelli
  0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli @ 2015-08-23 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c838fdbcdf6321f023de69c4058d56d6226b5043
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 19:59:47 2015 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 20:03:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c838fdbc

x11-plugins/wmacpi: fix compilation with new libdockapp

Package-Manager: portage-2.2.20.1

 x11-plugins/wmacpi/Manifest              | 2 +-
 x11-plugins/wmacpi/wmacpi-1.34.ebuild    | 5 +++--
 x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild | 5 +++--
 x11-plugins/wmacpi/wmacpi-2.3.ebuild     | 4 +++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/x11-plugins/wmacpi/Manifest b/x11-plugins/wmacpi/Manifest
index d751180..f32d928 100644
--- a/x11-plugins/wmacpi/Manifest
+++ b/x11-plugins/wmacpi/Manifest
@@ -1,3 +1,3 @@
 DIST wmacpi-1.34.tar.gz 15509 SHA256 65f7a1da06fd3489ed97391d1c9b77b570bc30c14b1f846007028353d0fa51e2
-DIST wmacpi-2.2rc1.tar.bz2 30233 SHA256 25fc405e6e653caf9cfd90104b184cb4ed73114e710e229ed012ec155083a11f
+DIST wmacpi-2.2rc1.tar.bz2 30233 SHA256 25fc405e6e653caf9cfd90104b184cb4ed73114e710e229ed012ec155083a11f SHA512 491709b5f0019084f6423737bbb47de4353f297f2469b72cd8eec1e93d62487db5d590235b0b774ce3828a26f6f589ddf9bf9896cfecd47249c37e6e230b739e WHIRLPOOL 7eb717cde21490e395beacacb89bb3df6bffae7f64c6a5298f955a8c68abae36fabe271d9815de4c3a45c9fa3e579dc5f46f85a6441bb566c11efaca86aa8575
 DIST wmacpi-2.3.tar.gz 39374 SHA256 5ae0ae6ca447e29acaf206f2321a50207509eb2a17ccb98ed196adf734263105 SHA512 47c260989cd3fdb8d7ceadba19224e6350056741b03c6f1b73a38b06d7e471a08972dfbcaeacdcbc460bc19b0f952641eda75e11468b4d7155eecd07e1e14cd9 WHIRLPOOL 0735582a3ee47144ab6ae57a5f6095a2adb006e62b536620b1036dab9ccee4b3ef6e581fde314440398cfc622f4db1ff150ec6c64ce08e791c2559397ef7cb8d

diff --git a/x11-plugins/wmacpi/wmacpi-1.34.ebuild b/x11-plugins/wmacpi/wmacpi-1.34.ebuild
index d1e6e1d..6588ec9 100644
--- a/x11-plugins/wmacpi/wmacpi-1.34.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-1.34.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,8 @@ SLOT="0"
 KEYWORDS="amd64 ppc -sparc x86"
 IUSE="acpi apm"
 
-DEPEND="x11-libs/libdockapp"
+DEPEND="<x11-libs/libdockapp-0.7"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}

diff --git a/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild b/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild
index 4963b2f..d9a2d10 100644
--- a/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.2_rc1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,8 +16,9 @@ SLOT="0"
 KEYWORDS="amd64 -ppc -sparc x86"
 IUSE=""
 
-DEPEND="x11-libs/libdockapp
+DEPEND="<x11-libs/libdockapp-0.7
 	x11-libs/libX11"
+RDEPEND="${DEPEND}"
 
 src_unpack() {
 	unpack ${A}

diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
index 9ec5c98..3160bc9 100644
--- a/x11-plugins/wmacpi/wmacpi-2.3.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
@@ -15,13 +15,15 @@ SLOT="0"
 KEYWORDS="~amd64 -ppc -sparc ~x86"
 IUSE=""
 
-DEPEND="x11-libs/libdockapp
+DEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11"
 
 S=${WORKDIR}/dockapps
 
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-makefile.patch
+
+	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
 }
 
 src_compile() {


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2016-04-09 14:14 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     24e15260e7ceb0558ee5bc5df4b62a9b7fc18dc3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 14:13:58 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 14:13:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e15260

x11-plugins/wmacpi: amd64 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmacpi/wmacpi-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
index a413a7c..618ddde 100644
--- a/x11-plugins/wmacpi/wmacpi-2.3.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc ~x86"
+KEYWORDS="amd64 -ppc -sparc ~x86"
 IUSE=""
 
 DEPEND=">=x11-libs/libdockapp-0.7:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2016-04-09 14:17 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-04-09 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     cf279ff215ec9124d2944c3eb829148e08f03184
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 14:16:53 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 14:16:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf279ff2

x11-plugins/wmacpi: x86 stable wrt bug #579234

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 x11-plugins/wmacpi/wmacpi-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
index 618ddde..3afc5fd 100644
--- a/x11-plugins/wmacpi/wmacpi-2.3.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 -ppc -sparc ~x86"
+KEYWORDS="amd64 -ppc -sparc x86"
 IUSE=""
 
 DEPEND=">=x11-libs/libdockapp-0.7:=


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2018-09-23 16:08 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-09-23 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     04c98ae3b904a0da72014312752ac1b8e245b509
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 16:06:46 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 16:06:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04c98ae3

x11-plugins/wmacpi: amd64 stable wrt bug #666088

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild b/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
index 10283f60675..5a0d2945eb4 100644
--- a/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc x86"
+KEYWORDS="amd64 -ppc -sparc x86"
 
 DEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2018-09-23 16:08 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-09-23 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     7730e3b77e9496e8db58f625bbe4f8bbbfc78594
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 23 16:08:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 23 16:08:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7730e3b7

x11-plugins/wmacpi: Drop old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 x11-plugins/wmacpi/wmacpi-2.3.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild
deleted file mode 100644
index e1d17de7d8a..00000000000
--- a/x11-plugins/wmacpi/wmacpi-2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="DockApp ACPI status monitor for laptops"
-HOMEPAGE="https://www.dockapps.net/wmacpi"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 -ppc -sparc x86"
-IUSE=""
-
-DEPEND=">=x11-libs/libdockapp-0.7:=
-	x11-libs/libX11"
-
-S=${WORKDIR}/dockapps
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-makefile.patch
-
-	sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-	dodoc AUTHORS ChangeLog README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2024-06-20 10:16 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-06-20 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     865a87cd06eb658fb34313c1fa8b09271b354257
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 10:15:52 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 10:15:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865a87cd

x11-plugins/wmacpi: Stabilize 2.4 x86, #933624

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

 x11-plugins/wmacpi/wmacpi-2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.4.ebuild b/x11-plugins/wmacpi/wmacpi-2.4.ebuild
index b2ad3b89acca..fcef5910555d 100644
--- a/x11-plugins/wmacpi/wmacpi-2.4.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc ~x86"
+KEYWORDS="~amd64 -ppc -sparc x86"
 
 DEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11"


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

* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/
@ 2024-06-20 18:04 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-06-20 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f9e191ed47a2a35998341982da32b07d7456c499
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 18:04:10 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 18:04:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e191ed

x11-plugins/wmacpi: Stabilize 2.4 amd64, #933624

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

 x11-plugins/wmacpi/wmacpi-2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmacpi/wmacpi-2.4.ebuild b/x11-plugins/wmacpi/wmacpi-2.4.ebuild
index fcef5910555d..7f457ca9f5ed 100644
--- a/x11-plugins/wmacpi/wmacpi-2.4.ebuild
+++ b/x11-plugins/wmacpi/wmacpi-2.4.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 -ppc -sparc x86"
+KEYWORDS="amd64 -ppc -sparc x86"
 
 DEPEND=">=x11-libs/libdockapp-0.7:=
 	x11-libs/libX11"


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

end of thread, other threads:[~2024-06-20 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-23 20:03 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmacpi/ Bernard Cafarelli
  -- strict thread matches above, loose matches on Subject: below --
2016-04-09 14:14 Agostino Sarubbo
2016-04-09 14:17 Agostino Sarubbo
2018-09-23 16:08 Mikle Kolyada
2018-09-23 16:08 Mikle Kolyada
2024-06-20 10:16 Arthur Zamarin
2024-06-20 18:04 Arthur Zamarin

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