X-Git-Url: https://git.draconx.ca/gitweb/gentoo-draconx.git/blobdiff_plain/412c7fc57963e82578ebf5187fea7cb62f784a2b..4b71fe3856d1c7a5a77ff99f671768a2f33392e5:/app-misc/ps2emu/ps2emu-1.0.1.ebuild diff --git a/app-misc/ps2emu/ps2emu-1.0.1.ebuild b/app-misc/ps2emu/ps2emu-1.0.1.ebuild deleted file mode 100644 index d3070e9..0000000 --- a/app-misc/ps2emu/ps2emu-1.0.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright © 2015 Nick Bowler -# License GPLv3+: GNU General Public License version 3 or later. -# There is NO WARRANTY, to the extent permitted by law. - -EAPI=5 - -inherit autotools - -DESCRIPTION="Tools for recording and playing back PS/2 devices on Linux" -HOMEPAGE="https://github.com/Lyude/ps2emu" -SRC_URI="https://github.com/Lyude/ps2emu/archive/v1.0.1.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-libs/glib:2" -DEPEND="virtual/pkgconfig - $RDEPEND" - -src_prepare() { - cp "$FILESDIR/userio.h" ps2emu-kmod/ - eautoreconf -}