x11-misc/imwheel: Drop old (EAPI 0)
authorMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 07:01:23 +0000 (09:01 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 12 Oct 2019 07:01:23 +0000 (09:01 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
x11-misc/imwheel/Manifest
x11-misc/imwheel/imwheel-1.0.0_pre12.ebuild [deleted file]

index 6637642e3cd49820b5eadb45f60747b8fa57d1de..092a7ed6e76e3985d8e056a4dc24f6dcf7b18987 100644 (file)
@@ -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 (file)
index d48dd40..0000000
+++ /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
-}