public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2018-05-26  0:14 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-26  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1aab8e90b1934803ac592df62459dd78d62a1ce9
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 23:08:36 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 00:14:38 2018 +0000
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
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2018-05-26 18:16 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-26 18:16 UTC (permalink / raw
  To: gentoo-commits

commit:     79aaa3452dcc6abb901471ac498cc9f2a21f66a5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 15:59:25 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:34 2018 +0000
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
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     60697e7ffbc2abe638ed6c3c22dec9a1d39c9b06
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:56:32 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:11 2018 +0000
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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     85de34d31e5700f4b604e69fe2ba699af066285f
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:55:07 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:13 2018 +0000
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
 }


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2019-10-07  8:42 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2019-10-07  8:42 UTC (permalink / raw
  To: gentoo-commits

commit:     384df2ad30be7685bc892154aea92933bc485c92
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:41:22 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:41:22 2019 +0000
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 <ago <AT> 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


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2019-10-07 19:22 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2019-10-07 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     91249db61a1564d13bbb3fcc8ffc27cb794c61ca
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 19:17:22 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 19:17:22 2019 +0000
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 <slyfox <AT> 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


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2019-10-12  4:30 Matt Turner
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Turner @ 2019-10-12  4:30 UTC (permalink / raw
  To: gentoo-commits

commit:     aff721807a3987a11337daedc644e20872027526
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 04:16:23 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 04:29:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff72180

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

Signed-off-by: Matt Turner <mattst88 <AT> 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


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2019-10-12  7:01 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-10-12  7:01 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Michał Górny <mgorny <AT> 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..00000000000
--- 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
-}


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

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/
@ 2023-07-04 22:15 Conrad Kostecki
  0 siblings, 0 replies; 9+ messages in thread
From: Conrad Kostecki @ 2023-07-04 22:15 UTC (permalink / raw
  To: gentoo-commits

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

x11-misc/imwheel: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> 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"


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

end of thread, other threads:[~2023-07-04 22:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 18:16 [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2023-07-04 22:15 Conrad Kostecki
2019-10-12  7:01 Michał Górny
2019-10-12  4:30 Matt Turner
2019-10-07 19:22 Sergei Trofimovich
2019-10-07  8:42 Agostino Sarubbo
2018-05-27 18:23 Aaron Bauman
2018-05-27 18:23 Aaron Bauman
2018-05-26  0:14 Aaron Bauman

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