* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/
@ 2019-03-14 10:18 Jeroen Roovers
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2019-03-14 10:18 UTC (permalink / raw
To: gentoo-commits
commit: 550b51e97fdf516c4fe1a212f4ff3345993e1faf
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 10:17:28 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 10:18:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=550b51e9
x11-misc/sisctrl: Configure for correct libdir
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Fixes: https://bugs.gentoo.org/680272
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 36 +++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
new file mode 100644
index 00000000000..53c9511c8cc
--- /dev/null
+++ b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit flag-o-matic
+
+DESCRIPTION="tool that allows you to tune SiS drivers from X"
+HOMEPAGE="http://www.winischhofer.net/linuxsispart1.shtml#sisctrl"
+SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/glib:2
+ x11-libs/gtk+:2
+ x11-libs/libXrender
+ x11-libs/libXv
+ x11-libs/libXxf86vm
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+ x11-base/xorg-proto
+"
+DOCS="AUTHORS ChangeLog NEWS README"
+PATCHES=(
+ "${FILESDIR}"/${P}-no-xv.patch
+)
+
+src_configure() {
+ append-libs -lm
+ econf \
+ --with-xv-path="${EROOT}/usr/$(get_libdir)"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/
@ 2021-03-15 23:30 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-15 23:30 UTC (permalink / raw
To: gentoo-commits
commit: 7f9e090198f6544422c3b26b35a7e387123a13d3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 23:15:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 23:15:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9e0901
x11-misc/sisctrl: modernise ebuild: BDEPEND, fix MisplacedVariable (EROOT)
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
index 53c9511c8cc..eca4dc54844 100644
--- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
+++ b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit flag-o-matic
DESCRIPTION="tool that allows you to tune SiS drivers from X"
@@ -12,6 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
dev-libs/glib:2
x11-libs/gtk+:2
@@ -21,10 +23,11 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
- virtual/pkgconfig
x11-base/xorg-proto
"
-DOCS="AUTHORS ChangeLog NEWS README"
+
+DOCS=( AUTHORS ChangeLog NEWS README )
+
PATCHES=(
"${FILESDIR}"/${P}-no-xv.patch
)
@@ -32,5 +35,5 @@ PATCHES=(
src_configure() {
append-libs -lm
econf \
- --with-xv-path="${EROOT}/usr/$(get_libdir)"
+ --with-xv-path="${EPREFIX}/usr/$(get_libdir)"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/
@ 2021-03-16 22:32 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-16 22:32 UTC (permalink / raw
To: gentoo-commits
commit: 9ce0c4333977687af1e9c76e12dd2dc1ce67cf60
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 22:32:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 22:32:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce0c433
x11-misc/sisctrl: Stabilize 0.0.20051202-r1 x86, #680272
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
index eca4dc54844..072b2dfda9b 100644
--- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
+++ b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
BDEPEND="virtual/pkgconfig"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/
@ 2021-03-16 22:39 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-16 22:39 UTC (permalink / raw
To: gentoo-commits
commit: dd0ca80915c149bf76fbf2956e013461dcc9a2a6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 22:39:09 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 16 22:39:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd0ca809
x11-misc/sisctrl: drop 0.0.20051202
Bug: https://bugs.gentoo.org/680272
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild | 31 ----------------------------
1 file changed, 31 deletions(-)
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild
deleted file mode 100644
index c6a8cc50496..00000000000
--- a/x11-misc/sisctrl/sisctrl-0.0.20051202.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic
-
-DESCRIPTION="tool that allows you to tune SiS drivers from X"
-HOMEPAGE="http://www.winischhofer.net/linuxsispart1.shtml#sisctrl"
-SRC_URI="http://www.winischhofer.net/sis/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- x11-libs/libXrender
- x11-libs/libXv
- x11-libs/libXxf86vm"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- x11-base/xorg-proto"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-no-xv.patch
- sed -i -e 's,/X11R6,,g' configure || die
- append-flags -lm
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/
@ 2021-03-27 22:36 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-03-27 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 443488d2a534e61e0ffac5f092616affbb9b85ce
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 20:27:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 22:35:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443488d2
x11-misc/sisctrl: EPREFIX->ESYSROOT
Fixes: 7f9e090198f6544422c3b26b35a7e387123a13d3
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
index 072b2dfda9b..931f27d4658 100644
--- a/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
+++ b/x11-misc/sisctrl/sisctrl-0.0.20051202-r1.ebuild
@@ -35,5 +35,5 @@ PATCHES=(
src_configure() {
append-libs -lm
econf \
- --with-xv-path="${EPREFIX}/usr/$(get_libdir)"
+ --with-xv-path="${ESYSROOT}/usr/$(get_libdir)"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2021-03-27 22:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14 10:18 [gentoo-commits] repo/gentoo:master commit in: x11-misc/sisctrl/ Jeroen Roovers
-- strict thread matches above, loose matches on Subject: below --
2021-03-15 23:30 Sam James
2021-03-16 22:32 Sam James
2021-03-16 22:39 Sam James
2021-03-27 22:36 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox