From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 736AD138334 for ; Sat, 12 Oct 2019 07:01:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD24BE08AE; Sat, 12 Oct 2019 07:01:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9442FE08AE for ; Sat, 12 Oct 2019 07:01:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83E9A34BBFD for ; Sat, 12 Oct 2019 07:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73B2B887 for ; Sat, 12 Oct 2019 07:01:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570863683.441dac92c1061f7674fd2588e95cd890a2c854f7.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/imwheel/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/imwheel/Manifest x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild X-VCS-Directories: x11-misc/imwheel/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 441dac92c1061f7674fd2588e95cd890a2c854f7 X-VCS-Branch: master Date: Sat, 12 Oct 2019 07:01:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3a5477a-61f4-4006-b570-e4d58bec00df X-Archives-Hash: 9473a4d2b4005eee1cb3873de530a4c0 commit: 441dac92c1061f7674fd2588e95cd890a2c854f7 Author: Michał Górny gentoo org> AuthorDate: Sat Oct 12 07:01:23 2019 +0000 Commit: Michał Górny gentoo 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 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 -}