oi-extras/guilt/guilt.p5m
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Mon, 18 Jul 2011 13:10:37 -0400
branchoi-extras
changeset 220 d31751af6f90
parent 219 aeabf0b49cf9
child 221 ff1581cae4a6
permissions -rw-r--r--
guilt: set info.classification and add dep on git

#
# 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, Josef 'Jeff' Sipek <[email protected]>
#

set name=pkg.fmri value=pkg:/developer/versioning/guilt@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="quilt for git; similar to Mercurial queues"
set name=info.classification value="org.opensolaris.category.2008:Development/Source Code Management"
set name=info.upstream_url value="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set variant.arch=$(MACH)

license guilt.license license='GPLv2'

dir path=usr
dir path=usr/bin
dir path=usr/lib
dir path=usr/lib/guilt
file path=usr/bin/guilt
file path=usr/lib/guilt/guilt-add mode=0555
file path=usr/lib/guilt/guilt-applied mode=0555
file path=usr/lib/guilt/guilt-branch mode=0555
file path=usr/lib/guilt/guilt-commit mode=0555
file path=usr/lib/guilt/guilt-delete mode=0555
file path=usr/lib/guilt/guilt-diff mode=0555
file path=usr/lib/guilt/guilt-export mode=0555
file path=usr/lib/guilt/guilt-files mode=0555
file path=usr/lib/guilt/guilt-fold mode=0555
file path=usr/lib/guilt/guilt-fork mode=0555
file path=usr/lib/guilt/guilt-graph mode=0555
file path=usr/lib/guilt/guilt-guard mode=0555
file path=usr/lib/guilt/guilt-header mode=0555
file path=usr/lib/guilt/guilt-help mode=0555
file path=usr/lib/guilt/guilt-import mode=0555
file path=usr/lib/guilt/guilt-import-commit mode=0555
file path=usr/lib/guilt/guilt-init mode=0555
file path=usr/lib/guilt/guilt-new mode=0555
file path=usr/lib/guilt/guilt-next mode=0555
file path=usr/lib/guilt/guilt-patchbomb mode=0555
file path=usr/lib/guilt/guilt-pop mode=0555
file path=usr/lib/guilt/guilt-prev mode=0555
file path=usr/lib/guilt/guilt-push mode=0555
file path=usr/lib/guilt/guilt-rebase mode=0555
file path=usr/lib/guilt/guilt-refresh mode=0555
file path=usr/lib/guilt/guilt-repair mode=0555
file path=usr/lib/guilt/guilt-rm mode=0555
file path=usr/lib/guilt/guilt-select mode=0555
file path=usr/lib/guilt/guilt-series mode=0555
file path=usr/lib/guilt/guilt-status mode=0555
file path=usr/lib/guilt/guilt-top mode=0555
file path=usr/lib/guilt/guilt-unapplied mode=0555
file path=usr/lib/guilt/os.Darwin
file path=usr/lib/guilt/os.Linux
file path=usr/lib/guilt/os.SunOS

depend fmri=developer/versioning/git type=require