Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: chromeos-base/usb-server/usb-server-0.1-r2.ebuild

Issue 5446002: Remove unused usb-server ebuild (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos-base/usb-server/files/usbsrv ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-}
« no previous file with comments | « chromeos-base/usb-server/files/usbsrv ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698