summaryrefslogtreecommitdiff
path: root/dev-util/usb-robot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-29 03:22:09 +0100
commitd4bd6695641f6d2ec7ff8681913d304e995902f5 (patch)
tree6ec8d4c38152bb4f2bb4b93277236ebd9fbbd21d /dev-util/usb-robot
parent22910f5d14da606bd7f06e19a2f61c5d1a8fc94b (diff)
gentoo resync : 29.05.2018
Diffstat (limited to 'dev-util/usb-robot')
-rw-r--r--dev-util/usb-robot/Manifest2
-rw-r--r--dev-util/usb-robot/usb-robot-0.2.0.ebuild11
2 files changed, 4 insertions, 9 deletions
diff --git a/dev-util/usb-robot/Manifest b/dev-util/usb-robot/Manifest
index 05a7208ac326..ed25e9d26712 100644
--- a/dev-util/usb-robot/Manifest
+++ b/dev-util/usb-robot/Manifest
@@ -1,3 +1,3 @@
DIST usb-robot-0.2.0.tar.gz 43682 BLAKE2B 10deb05b78781dd9d004b357af359de6713c0394dae741b544c501e32675b01719792b4e7ee787f7efe4dfdb255c0660f848a59ec9f35d88a59b3d1b6da5b518 SHA512 45d7332a10ba881ade03e1f927a6f36e13d31661ac85950c2f31534b313db4bb354e75404b98bdbe522ab22a08a18592a8ab3b4c73bd6cd902e97285b505e37b
-EBUILD usb-robot-0.2.0.ebuild 565 BLAKE2B 4af189e9f10a599ecf9be84f9037c33ada6c0ba99487cd7aa2d319557561bd13f89e1713d6f1353e26a0d4c463de83751d23a14ee7a6fe3aac8b45d089fafe9e SHA512 a630c903c673819198ed16d3e52d743159ac2ddaece12211611a334984655b3a8d0d7c2aafbe5646ab1c2223499e263fa56e70ca7694e8960c1189060f7cded0
+EBUILD usb-robot-0.2.0.ebuild 447 BLAKE2B 99089cae1653ef19562cf98b957eff199956aaec66ad141bdb6dca55f5e98459ba40f447077b1177293dadd28e453ae9887f1e35cd4b08623b4f10ebb6b7cf00 SHA512 2eed631028ec07463e279d52560d5751e0c8d466fbb015c9d6831b7d27b4108f6e7c85764634c21c0ee8f31a642b5c09bbb3313911ef9a772c7a3c007130b305
MISC metadata.xml 329 BLAKE2B 1079bf19c0f237b84e3073fadf5d929ba2e37af27e224a843fbca34d103d76395ed49dfd27c49706c60dc4cfd01cc184a9af4e5db3478515e98739f7eef35c02 SHA512 0e3f571fe0ff42f145e6d2454ee9dcab22b58ad84c4fe058e90b52a2ec84d9eaf07a34aa4cb1a60efc76714d230c5481fc096b1b2edbcf64c4e7c638ab22db9a
diff --git a/dev-util/usb-robot/usb-robot-0.2.0.ebuild b/dev-util/usb-robot/usb-robot-0.2.0.ebuild
index 81f343715d57..fb7162d691be 100644
--- a/dev-util/usb-robot/usb-robot-0.2.0.ebuild
+++ b/dev-util/usb-robot/usb-robot-0.2.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
inherit toolchain-funcs
@@ -19,10 +19,5 @@ DEPEND="virtual/libusb:0
RDEPEND="${DEPEND}"
src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install () {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS NEWS README ChangeLog
+ emake CC="$(tc-getCC)"
}