]> git.draconx.ca Git - gentoo-draconx.git/blobdiff - app-misc/ps2emu/static/gitweb/gitweb.js
app-misc/ps2emu: Update for EAPI 8.
[gentoo-draconx.git] / app-misc / ps2emu / static / gitweb / gitweb.js
diff --git a/app-misc/ps2emu/ps2emu-1.0.1.ebuild b/app-misc/ps2emu/ps2emu-1.0.1.ebuild
deleted file mode 100644 (file)
index d3070e9..0000000
+++ /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
-}