author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Wed, 29 Aug 2012 11:05:56 -0700 | |
changeset 957 | 255465c5756f |
parent 706 | 6e61f0012046 |
child 986 | ebade8aad240 |
permissions | -rw-r--r-- |
114
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
1 |
# |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
3 |
# |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
7 |
# |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
12 |
# |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
18 |
# |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
20 |
# |
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
21 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
114
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
22 |
# |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
23 |
|
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
24 |
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted> |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
25 |
set name=pkg.fmri \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
26 |
value=pkg:/library/python-2/logilab-astng@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
27 |
set name=pkg.description \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
28 |
value="logilab-astng provides a common base representation of python source code for projects such as pylint." |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
29 |
set name=pkg.summary \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
30 |
value="logilab-astng - Python Abstract Syntax Tree New Generation" |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
31 |
set name=info.classification \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
32 |
value=org.opensolaris.category.2008:Development/Python |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
206
diff
changeset
|
33 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
609
775168282b2f
7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents:
587
diff
changeset
|
34 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
206
diff
changeset
|
35 |
set name=org.opensolaris.arc-caseid \ |
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
206
diff
changeset
|
36 |
value=PSARC/2009/299 |
114
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
37 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
38 |
dir path=usr |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
39 |
dir path=usr/share |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
40 |
dir path=usr/share/man |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
41 |
dir path=usr/share/man/man3 |
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
42 |
file logilab-astng.3 path=usr/share/man/man3/logilab-astng.3 |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
114
diff
changeset
|
43 |
license logilab-astng.license license=GPLv2 |
114
6cc95ec7b1bb
7020818 move logilab-astng to userland
April Chin <april.chin@oracle.com>
parents:
diff
changeset
|
44 |
|
706
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
45 |
depend fmri=library/python-2/logilab-astng-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
46 |
predicate=runtime/python-26 \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
47 |
type=conditional |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
48 |
|
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
49 |
depend fmri=library/python-2/logilab-astng-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
50 |
predicate=runtime/python-27 \ |
6e61f0012046
7108059 Userland should have python2.7 version of its python modules
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
629
diff
changeset
|
51 |
type=conditional |