Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-guest-additions/files/
Date: Sat, 02 Sep 2017 14:27:26
Message-Id: 1504362433.909545794e86cf69594c04911a0dcd04d998eb01.kensington@gentoo
1 commit: 909545794e86cf69594c04911a0dcd04d998eb01
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 29 08:53:15 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:27:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90954579
7
8 app-emulation/virtualbox-guest-additions: remove unused file
9
10 .../files/virtualbox-guest-additions-3-localconfig | 30 ----------------------
11 1 file changed, 30 deletions(-)
12
13 diff --git a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-3-localconfig b/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-3-localconfig
14 deleted file mode 100644
15 index aeea54d699e..00000000000
16 --- a/app-emulation/virtualbox-guest-additions/files/virtualbox-guest-additions-3-localconfig
17 +++ /dev/null
18 @@ -1,30 +0,0 @@
19 -# -*- Makefile -*-
20 -#
21 -# Overwrite some default kBuild settings
22 -#
23 -
24 -#
25 -# Copyright (C) 2006-2008 Sun Microsystems, Inc.
26 -#
27 -# This file is part of VirtualBox Open Source Edition (OSE), as
28 -# available from http://www.virtualbox.org. This file is free software;
29 -# you can redistribute it and/or modify it under the terms of the GNU
30 -# General Public License as published by the Free Software Foundation,
31 -# in version 2 as it comes in the "COPYING" file of the VirtualBox OSE
32 -# distribution. VirtualBox OSE is distributed in the hope that it will
33 -# be useful, but WITHOUT ANY WARRANTY of any kind.
34 -#
35 -
36 -# don't build testcases to save time, they are not needed for the package
37 -VBOX_WITH_TESTCASES :=
38 -VBOX_WITH_TESTSUITE :=
39 -
40 -KBUILD_MSG_STYLE := brief
41 -
42 -## paths, origin, hardening
43 -VBOX_WITH_HARDENING := 2
44 -VBOX_WITH_ORIGIN :=
45 -VBOX_ONLY_ADDITIONS := 1
46 -
47 -## don't build with -Werror
48 -VBOX_WITH_WARNINGS_AS_ERRORS :=