[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2023-07-04 Thread Conrad Kostecki
commit: c9d556a96c733e4a414250f99fc27b12df0129ae
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Jul  4 20:56:55 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jul  4 22:15:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d556a9

x11-misc/imwheel: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index b2028583345f..d6db068fc05b 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
 inherit autotools
 
 DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
-HOMEPAGE="http://imwheel.sourceforge.net/";
+HOMEPAGE="https://imwheel.sourceforge.net/";
 SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/files/, x11-misc/imwheel/

2020-07-04 Thread David Seifert
commit: c896cdb1dbde73a0a5a8bc939973d434c01a62da
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jul  4 13:54:38 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul  4 13:54:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c896cdb1

x11-misc/imwheel: Call AM_PROG_AR

Closes: https://bugs.gentoo.org/726140
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Seifert  gentoo.org>

 .../imwheel-1.0.0_pre13_p20100827-autotools.patch  | 32 ++
 .../imwheel/imwheel-1.0.0_pre13_p20100827.ebuild   | 18 ++--
 2 files changed, 42 insertions(+), 8 deletions(-)

diff --git 
a/x11-misc/imwheel/files/imwheel-1.0.0_pre13_p20100827-autotools.patch 
b/x11-misc/imwheel/files/imwheel-1.0.0_pre13_p20100827-autotools.patch
new file mode 100644
index 000..e889f2a694a
--- /dev/null
+++ b/x11-misc/imwheel/files/imwheel-1.0.0_pre13_p20100827-autotools.patch
@@ -0,0 +1,32 @@
+--- a/configure.in
 b/configure.in
+@@ -15,6 +15,7 @@
+ AC_PROG_CC
+ AC_PROG_INSTALL
+ AC_PROG_RANLIB
++AM_PROG_AR
+ AC_PROG_MAKE_SET
+ dnl AC_PREFIX_PROGRAM(bin/imwheel)
+ AM_CONFIG_HEADER(config.h)
+--- a/Makefile.am
 b/Makefile.am
+@@ -22,7 +22,7 @@
+   find $(distdir) -name CVS -exec rm -rvf '{}' ';' ; \
+   done
+ 
+-ETCDIR=/etc/X11/imwheel
++ETCDIR=$(DESTDIR)/etc/X11/imwheel
+ 
+ install-exec-hook:
+ if SUID
+@@ -31,8 +31,8 @@
+   chmod u+s $$progname
+ endif
+   $(mkinstalldirs) $(ETCDIR)
+-  -[ -f /etc/imwheelrc ] && mv /etc/imwheelrc $(ETCDIR)/imwheelrc || true
+-  -[ -f /etc/X11/imwheelrc ] && mv /etc/X11/imwheelrc $(ETCDIR)/imwheelrc 
|| true
++  -[ -f $(DESTDIR)/etc/imwheelrc ] && mv $(DESTDIR)/etc/imwheelrc 
$(ETCDIR)/imwheelrc || true
++  -[ -f $(DESTDIR)/etc/X11/imwheelrc ] && mv $(DESTDIR)/etc/X11/imwheelrc 
$(ETCDIR)/imwheelrc || true
+   -[ -f $(ETCDIR)/imwheelrc ] && install -m 644 imwheelrc 
$(ETCDIR)/imwheelrc.new || install -m 644 imwheelrc $(ETCDIR)/imwheelrc
+ 
+ extras: $(EXTRA_PROGRAMS)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index 0898ec96384..b2028583345 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -12,21 +12,23 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
 
-RDEPEND="x11-libs/libXtst
+RDEPEND="
+   x11-libs/libXtst
x11-libs/libX11
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXext"
-
 DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   >=sys-apps/sed-4"
+   x11-base/xorg-proto"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-autotools.patch # bug 726140
+)
 
 src_prepare() {
default
-   sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
+   mv configure.{in,ac} || die
eautoreconf
 }
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2019-10-12 Thread Michał Górny
commit: 441dac92c1061f7674fd2588e95cd890a2c854f7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 12 07:01:23 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 12 07:01:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=441dac92

x11-misc/imwheel: Drop old (EAPI 0)

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

 x11-misc/imwheel/Manifest   |  1 -
 x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild | 48 -
 2 files changed, 49 deletions(-)

diff --git a/x11-misc/imwheel/Manifest b/x11-misc/imwheel/Manifest
index 6637642e3cd..092a7ed6e76 100644
--- a/x11-misc/imwheel/Manifest
+++ b/x11-misc/imwheel/Manifest
@@ -1,2 +1 @@
 DIST imwheel-1.0.0_pre13_p20100827.tar.bz2 125776 BLAKE2B 
eda41d2d3ce7f057dd71fbbfb4304064134fe37068788182880fcfc6727c12f5748bac40f3115e8be0093c027373689b7375c58487fe8c5a97d0b1e9c297431e
 SHA512 
3b5ae23a1762122f6fe86610da6ad65118e8e743a88f370d6f6cdd084b4aa5f08d3089fccf3fca3a69b06560d7c2d7cfecfde1375154af9f519c0d4fe996080c
-DIST imwheel-1.0.0pre12.tar.gz 186424 BLAKE2B 
a13dc0df0d9c580eeb08e0c51deb9127ff29ad86826e941e15fadc60c41a00ac2e82cfcf11b020ce5a37b431a90c8c081b7fda30f8c7f161ab1f8623a2739bbe
 SHA512 
4781f8c05e81f931452fb74745a93c907c695ed8b8b25442411db3a91ce4d3834e9f2a0789c950d7e515ad89aca28017844250affa5033988e79e5f7ff33f112

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
deleted file mode 100644
index d48dd40a3a0..000
--- a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
-HOMEPAGE="http://imwheel.sourceforge.net/";
-SRC_URI="mirror://sourceforge/imwheel/${P/_/}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libXtst
-   x11-libs/libX11
-   x11-libs/libXmu
-   x11-libs/libXt
-   x11-libs/libXext"
-
-DEPEND="${RDEPEND}
-   x11-base/xorg-proto
-   >=sys-apps/sed-4"
-
-S=${WORKDIR}/${P/_/}
-
-src_unpack() {
-   unpack ${A}
-   cd "${S}"
-   #epatch "${FILESDIR}"/${P}-gentoo.diff
-   sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
-   sed -i -e "s:/etc:${D}/etc:g" Makefile.in || die
-}
-
-src_compile() {
-   local myconf
-   # don't build gpm stuff
-   myconf="--disable-gpm --disable-gpm-doc"
-   econf ${myconf} || die "configure failed"
-   emake || die "parallel make failed"
-}
-
-src_install() {
-   einstall || die "make install failed"
-   dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2019-10-11 Thread Matt Turner
commit: aff721807a3987a11337daedc644e20872027526
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 12 04:16:23 2019 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 12 04:29:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff72180

x11-misc/imwheel: drop to ~alpha, bug 696384

Signed-off-by: Matt Turner  gentoo.org>

 x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
index 116f0bcb67a..d48dd40a3a0 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/imwheel/${P/_/}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXtst



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2019-10-07 Thread Sergei Trofimovich
commit: 91249db61a1564d13bbb3fcc8ffc27cb794c61ca
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Oct  7 19:17:22 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Oct  7 19:17:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91249db6

x11-misc/imwheel: stable 1.0.0_pre13_p20100827 for ppc, bug #696384

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index ef01c690766..0898ec96384 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXtst



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2019-10-07 Thread Agostino Sarubbo
commit: 384df2ad30be7685bc892154aea92933bc485c92
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Oct  7 08:41:22 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Oct  7 08:41:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384df2ad

x11-misc/imwheel: amd64 stable wrt bug #696384

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index 0848c5a35d0..ef01c690766 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc x86"
+KEYWORDS="~alpha amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXtst



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2018-05-27 Thread Aaron Bauman
commit: 85de34d31e5700f4b604e69fe2ba699af066285f
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun May 27 15:55:07 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 18:23:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85de34d3

x11-misc/imwheel: fix src_configure

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index ef9c6c2481d..6069accc286 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -31,8 +31,6 @@ src_prepare() {
 }
 
 src_configure() {
-   local myconf
# don't build gpm stuff
-   myconf="--disable-gpm --disable-gpm-doc"
-   econf ${myconf} || die "configure failed"
+   econf --disable-gpm --disable-gpm-doc
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2018-05-27 Thread Aaron Bauman
commit: 60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun May 27 13:56:32 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun May 27 18:23:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60697e7f

x11-misc/imwheel: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 5 -
 1 file changed, 5 deletions(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index a7d4720d7c6..ef9c6c2481d 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -36,8 +36,3 @@ src_configure() {
myconf="--disable-gpm --disable-gpm-doc"
econf ${myconf} || die "configure failed"
 }
-
-src_install() {
-   emake DESTDIR="${D}" install || die "make install failed"
-   default
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2018-05-26 Thread Aaron Bauman
commit: 79aaa3452dcc6abb901471ac498cc9f2a21f66a5
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat May 26 15:59:25 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 18:16:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79aaa345

x11-misc/imwheel: add default call to src_install for docs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index 87c285d6cef..a7d4720d7c6 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -39,4 +39,5 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install || die "make install failed"
+   default
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/

2018-05-25 Thread Aaron Bauman
commit: 1aab8e90b1934803ac592df62459dd78d62a1ce9
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri May 25 23:08:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat May 26 00:14:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aab8e90

x11-misc/imwheel: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild 
b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index bef62cd2ef7..87c285d6cef 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit autotools eutils
+inherit autotools
 
 DESCRIPTION="mouse tool for advanced features such as wheels and 3+ buttons"
 HOMEPAGE="http://imwheel.sourceforge.net/";
@@ -25,6 +25,7 @@ DEPEND="${RDEPEND}
>=sys-apps/sed-4"
 
 src_prepare() {
+   default
sed -i -e "s:/etc:${D}/etc:g" Makefile.am || die
eautoreconf
 }
@@ -38,5 +39,4 @@ src_configure() {
 
 src_install() {
emake DESTDIR="${D}" install || die "make install failed"
-   dodoc AUTHORS BUGS ChangeLog EMACS M-BA47 NEWS README TODO
 }