Aurelien Larcher
2018-10-21 aaf2dfc8225afc7323c4f6a2cff3ae7899f26fc4
Add encumbered history to deprecate lame and twolame
3 files added
1 files modified
35 ■■■■■ changed files
components/encumbered/meta-packages/history/Makefile 30 ●●●●● patch | view | raw | blame | history
components/encumbered/meta-packages/history/dummy.p5m patch | view | raw | blame | history
components/encumbered/meta-packages/history/history 2 ●●●●● patch | view | raw | blame | history
tools/bass-o-matic 3 ●●●●● patch | view | raw | blame | history
components/encumbered/meta-packages/history/Makefile
New file
@@ -0,0 +1,30 @@
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
#
include ../../../../make-rules/shared-macros.mk
COMPONENT_NAME=        "Package History (encumbered)"
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/history.mk
components/encumbered/meta-packages/history/dummy.p5m
components/encumbered/meta-packages/history/history
New file
@@ -0,0 +1,2 @@
audio/lame@3.99.5-2018.0.0.2
audio/twolame@0.3.13-2018.0.0.1
tools/bass-o-matic
@@ -127,6 +127,9 @@
        # subdir is equal to 'components'.
        if subdir is 'components':
            paths.append('meta-packages/history')
        # Add encumbered/meta-packages/history only if we build the encumbered repository
        if subdir is 'components/encumbered':
            paths.append('encumbered/meta-packages/history')
                    
        paths = list(set(paths))