* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2017-07-26 11:34 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2017-07-26 11:34 UTC (permalink / raw
To: gentoo-commits
commit: 5e17afffe77bb0f4bb2adcb65d7c6ceacb347b22
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 10:52:15 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 11:34:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e17afff
x11-plugins/gkrellm-vaiobright: Fix dependency on gkrellm[X], it also works on amd64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
....5-r1.ebuild => gkrellm-vaiobright-2.5-r2.ebuild} | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
similarity index 66%
rename from x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild
rename to x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
index da06619e85c..4f67780e012 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r1.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
@@ -1,25 +1,25 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
inherit gkrellm-plugin
-IUSE=""
-
MY_P=${P/gkrellm-/}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
HOMEPAGE="http://nerv-un.net/~dragorn/"
+IUSE=""
SLOT="2"
LICENSE="GPL-2"
-KEYWORDS="-* x86"
+KEYWORDS="~amd64 x86"
+
+RDEPEND="app-admin/gkrellm[X]"
PLUGIN_SO=vaiobright.so
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-textrel.patch \
- "${FILESDIR}"/${P}-fixinfo.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-textrel.patch
+ "${FILESDIR}"/${P}-fixinfo.patch
+)
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2018-01-04 9:17 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2018-01-04 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 7a7be75524a5da149b68d8a1503e5a373ef23292
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 22:34:34 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 4 09:16:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a7be755
x11-plugins/gkrellm-vaiobright: Eclass update
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
index 4f67780e012..efe7712aba5 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
@@ -1,25 +1,28 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
+
inherit gkrellm-plugin
MY_P=${P/gkrellm-/}
-S=${WORKDIR}/${MY_P}
+
DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
HOMEPAGE="http://nerv-un.net/~dragorn/"
-IUSE=""
-SLOT="2"
LICENSE="GPL-2"
+SLOT="2"
KEYWORDS="~amd64 x86"
+IUSE=""
-RDEPEND="app-admin/gkrellm[X]"
-
-PLUGIN_SO=vaiobright.so
+RDEPEND="app-admin/gkrellm:2[X]"
+DEPEND="${RDEPEND}"
+S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}"/${P}-textrel.patch
"${FILESDIR}"/${P}-fixinfo.patch
)
+
+PLUGIN_SO=( vaiobright$(get_modname) )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2021-04-19 19:31 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-04-19 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 36fb740d1b8598ca8bc15689abdbcaffc89f505e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 19:30:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 19:30:32 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fb740d
x11-plugins/gkrellm-vaiobright: move pkgconfig dep for older EAPIs
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
index e9d8482c1f4..2d377754fdd 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
@@ -17,8 +17,10 @@ SLOT="2"
KEYWORDS="~amd64 x86"
RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
PATCHES=(
"${FILESDIR}"/${P}-textrel.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2022-03-10 22:45 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-03-10 22:45 UTC (permalink / raw
To: gentoo-commits
commit: 89b21b9da23e146252fbc6374d8633ab01654f38
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 22:42:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 22:42:10 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b21b9d
x11-plugins/gkrellm-vaiobright: fix commands in global scope
Closes: https://bugs.gentoo.org/788067
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
index 2d377754fddb..878c46863e63 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -27,8 +27,9 @@ PATCHES=(
"${FILESDIR}"/${P}-fixinfo.patch
)
-PLUGIN_SO=( vaiobright$(get_modname) )
-
src_configure() {
- tc-export PKG_CONFIG
+ tc-export CC PKG_CONFIG
+
+ PLUGIN_SO=( vaiobright$(get_modname) )
+ default
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2022-04-21 19:55 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-04-21 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 39591602289e35f98c2afb9b37003377eea7943a
Author: Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Sat Mar 26 14:47:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 19:54:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39591602
x11-plugins/gkrellm-vaiobright: update EAPI 6 -> 8
Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gkrellm-vaiobright-2.5-r3.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
new file mode 100644
index 000000000000..8593c3874109
--- /dev/null
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gkrellm-plugin toolchain-funcs
+
+MY_P=${P/gkrellm-/}
+
+DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
+SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
+HOMEPAGE="http://nerv-un.net/~dragorn/"
+S="${WORKDIR}"/${MY_P}
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="app-admin/gkrellm:2[X]"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-textrel.patch
+ "${FILESDIR}"/${P}-fixinfo.patch
+)
+
+src_configure() {
+ tc-export CC PKG_CONFIG
+
+ PLUGIN_SO=( vaiobright$(get_modname) )
+ default
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2022-08-29 7:21 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2022-08-29 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 7692679086e2e0e50a754083ec83d2a6abbfa0a5
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:20:37 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 07:20:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76926790
x11-plugins/gkrellm-vaiobright: x86 stable wrt bug #867175
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
index 8593c3874109..e3118369b6b5 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="app-admin/gkrellm:2[X]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2022-08-29 8:38 Andreas Sturmlechner
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2022-08-29 8:38 UTC (permalink / raw
To: gentoo-commits
commit: 7d98c324ec43d7b0c55c5021401401283fad0779
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 29 07:34:51 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 29 08:36:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d98c324
x11-plugins/gkrellm-vaiobright: drop 2.5-r2
Closes: https://bugs.gentoo.org/867175
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../gkrellm-vaiobright-2.5-r2.ebuild | 35 ----------------------
1 file changed, 35 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
deleted file mode 100644
index 878c46863e63..000000000000
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gkrellm-plugin toolchain-funcs
-
-MY_P=${P/gkrellm-/}
-
-DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
-SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
-HOMEPAGE="http://nerv-un.net/~dragorn/"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 x86"
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-textrel.patch
- "${FILESDIR}"/${P}-fixinfo.patch
-)
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- PLUGIN_SO=( vaiobright$(get_modname) )
- default
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2023-02-03 11:08 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-02-03 11:08 UTC (permalink / raw
To: gentoo-commits
commit: 16fb8c5f2b6df5534b703f6f2b23d95aed8095b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 11:07:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 11:07:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16fb8c5f
x11-plugins/gkrellm-vaiobright: adopt
Help very much still welcome, just adopting so it's not m-n and can fix
the easy bugs at least.
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-vaiobright/metadata.xml b/x11-plugins/gkrellm-vaiobright/metadata.xml
index 85e4ed814fa2..641cbd3703e7 100644
--- a/x11-plugins/gkrellm-vaiobright/metadata.xml
+++ b/x11-plugins/gkrellm-vaiobright/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2023-02-10 21:14 David Seifert
0 siblings, 0 replies; 11+ messages in thread
From: David Seifert @ 2023-02-10 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 902d7242ba7761f898da778bdbdaf50a49ce73af
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 21:14:15 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 21:14:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902d7242
x11-plugins/gkrellm-vaiobright: fix IndirectInherits on multilib
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild | 4 ++--
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
index e3118369b6b5..0074a851a8ad 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit gkrellm-plugin toolchain-funcs
+inherit gkrellm-plugin multilib toolchain-funcs
MY_P=${P/gkrellm-/}
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
index d6693add74ee..347a56d8d599 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit gkrellm-plugin toolchain-funcs
+inherit gkrellm-plugin multilib toolchain-funcs
MY_P=${P/gkrellm-/}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2023-03-22 5:27 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-03-22 5:27 UTC (permalink / raw
To: gentoo-commits
commit: 32312c5e7e326b330c92129faafb317331e4387f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 05:26:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 05:26:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32312c5e
x11-plugins/gkrellm-vaiobright: Stabilize 2.5-r4 x86, #902625
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
index 347a56d8d599..8f5fc00a19ce 100644
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
+++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r4.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
RDEPEND="app-admin/gkrellm:2[X]"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/
@ 2023-11-25 6:21 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-11-25 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 9a0c636a730211b467c3f1506a62a02d7aa05891
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 06:15:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 06:19:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0c636a
x11-plugins/gkrellm-vaiobright: drop 2.5-r3
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../gkrellm-vaiobright-2.5-r3.ebuild | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
deleted file mode 100644
index 0074a851a8ad..000000000000
--- a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gkrellm-plugin multilib toolchain-funcs
-
-MY_P=${P/gkrellm-/}
-
-DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
-SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
-HOMEPAGE="http://nerv-un.net/~dragorn/"
-S="${WORKDIR}"/${MY_P}
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~amd64 x86"
-
-RDEPEND="app-admin/gkrellm:2[X]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${P}-textrel.patch
- "${FILESDIR}"/${P}-fixinfo.patch
-)
-
-src_configure() {
- tc-export CC PKG_CONFIG
-
- PLUGIN_SO=( vaiobright$(get_modname) )
- default
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-11-25 6:21 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-10 22:45 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/gkrellm-vaiobright/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-11-25 6:21 Sam James
2023-03-22 5:27 Sam James
2023-02-10 21:14 David Seifert
2023-02-03 11:08 Sam James
2022-08-29 8:38 Andreas Sturmlechner
2022-08-29 7:21 Agostino Sarubbo
2022-04-21 19:55 Sam James
2021-04-19 19:31 Sam James
2018-01-04 9:17 David Seifert
2017-07-26 11:34 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox