Index: chromeos-base/usb-server/usb-server-0.1-r2.ebuild |
diff --git a/chromeos-base/usb-server/usb-server-0.1-r2.ebuild b/chromeos-base/usb-server/usb-server-0.1-r2.ebuild |
deleted file mode 100644 |
index bf8e7d729d7acf95c46ead36251467da2969f438..0000000000000000000000000000000000000000 |
--- a/chromeos-base/usb-server/usb-server-0.1-r2.ebuild |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-# Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can |
-# be found in the LICENSE file. |
- |
-EAPI="2" |
- |
-DESCRIPTION="Install stubs for USB server from www.incentivespro.com" |
- |
-# This package is all BSD, but it contains a locally-written installer |
-# script that downloads and installs a free-as-in-beer EULA'd package |
-# from www.incentivespro.com. This is only run by the end-user (and |
-# only for test systems); we do not distribute it as part of CrOS. |
-# The license for the software that is downloaded is in |
-# files/LICENSE.incentivespro |
- |
-LICENSE="BSD" |
-SLOT="0" |
-KEYWORDS="x86" |
-IUSE="" |
- |
-RDEPEND="" |
-DEPEND="${RDEPEND}" |
- |
-src_install() { |
- dobin "${FILESDIR}"/install-usbsrv |
- dobin "${FILESDIR}"/usbsrv |
-} |