Bugzilla bug 371399: removed unused files. r=glen.beaskely

Removed files: Makefile pkgdepend pkginfo.tmpl prototype_com prototype_sparc


git-svn-id: svn://10.0.0.236/trunk@220849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2007-02-23 22:59:34 +00:00
parent d8dab17b8e
commit cc66d7f8f3
5 changed files with 0 additions and 141 deletions

View File

@ -1,14 +0,0 @@
#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: Makefile,v 1.2 2003-01-13 19:43:14 glen.beasley%sun.com Exp $"
#
CORE_DEPTH = ../../../..
include ../Makefile.com
all:: $(FILES)
publish:: all pkg
include ../Makefile.targ

View File

@ -1,22 +0,0 @@
# Copyright 2002 Microsystems, Inc. All Rights Reserved.
# Use is subject to license terms.
#
# $Id: pkgdepend,v 1.2 2003-01-13 19:43:14 glen.beasley%sun.com Exp $
#
# This package information file defines software dependencies associated
# with the pkg. You can define three types of pkg dependencies with this file:
# P indicates a prerequisite for installation
# I indicates an incompatible package
# R indicates a reverse dependency
# <pkg.abbr> see pkginfo(4), PKG parameter
# <name> see pkginfo(4), NAME parameter
# <version> see pkginfo(4), VERSION parameter
# <arch> see pkginfo(4), ARCH parameter
# <type> <pkg.abbr> <name>
# (<arch>)<version>
# (<arch>)<version>
# ...
# <type> <pkg.abbr> <name>
# ...
P SUNWtlsx Network Security Services (64-bit)

View File

@ -1,35 +0,0 @@
#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: pkginfo.tmpl,v 1.2 2003-01-13 19:43:15 glen.beasley%sun.com Exp $"
#
#
# This required package information file describes characteristics of the
# package, such as package abbreviation, full package name, package version,
# and package architecture.
#
PKG="SUNWjssx"
NAME="Network Security Services for Java (JSS) (64-bit)"
ARCH="ISA"
VERSION="JSSVERS,REV=0.0.0"
SUNW_PRODNAME="Network Security Services for Java (JSS)"
SUNW_PRODVERS="JSSVERS"
SUNW_PKGTYPE="usr"
MAXINST="1000"
CATEGORY="system"
DESC="Network Security Services for Java (JSS) (64-bit)"
VENDOR="Sun Microsystems, Inc."
HOTLINE="Please contact your local service provider"
EMAIL=""
CLASSES="none"
BASEDIR=/
SUNW_PKGVERS="1.0"
SUNW_ISA="sparcv9"
#VSTOCK="<reserved by Release Engineering for package part #>"
#ISTATES="<developer defined>"
#RSTATES='<developer defined>'
#ULIMIT="<developer defined>"
#ORDER="<developer defined>"
#PSTAMP="<developer defined>"
#INTONLY="<developer defined>"

View File

@ -1,31 +0,0 @@
#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: prototype_com,v 1.3 2004-05-13 07:13:01 christophe.ravel.bugs%sun.com Exp $"
#
# This required package information file contains a list of package contents.
# The 'pkgmk' command uses this file to identify the contents of a package
# and their location on the development machine when building the package.
# Can be created via a text editor or through use of the 'pkgproto' command.
#!search <pathname pathname ...> # where to find pkg objects
#!include <filename> # include another 'prototype' file
#!default <mode> <owner> <group> # default used if not specified on entry
#!<param>=<value> # puts parameter in pkg environment
# packaging files
i copyright
i pkginfo
i depend=pkgdepend
#
# source locations relative to the prototype file
#
# SUNWpr
#
d none usr 755 root sys
d none usr/lib 755 root bin
d none usr/lib/mps 755 root bin
d none usr/share 755 root sys
d none usr/share/lib 755 root sys
d none usr/share/lib/mps 755 root bin

View File

@ -1,39 +0,0 @@
#
# Copyright 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "$Id: prototype_sparc,v 1.4 2004-06-10 18:28:19 christophe.ravel.bugs%sun.com Exp $"
#
# This required package information file contains a list of package contents.
# The 'pkgmk' command uses this file to identify the contents of a package
# and their location on the development machine when building the package.
# Can be created via a text editor or through use of the 'pkgproto' command.
#!search <pathname pathname ...> # where to find pkg objects
#!include <filename> # include another 'prototype' file
#!default <mode> <owner> <group> # default used if not specified on entry
#!<param>=<value> # puts parameter in pkg environment
#
# Include ISA independent files (prototype_com)
#
!include prototype_com
#
#
#
# List files which are SPARC specific here
#
# source locations relative to the prototype file
#
#
# SUNWjssx
s none usr/lib/mps/64=sparcv9
s none usr/lib/mps/secv1/64=sparcv9
d none usr/lib/mps/sparcv9 755 root bin
d none usr/share/lib/mps/sparcv9 755 root bin
d none usr/lib/mps/secv1/sparcv9 755 root bin
d none usr/share/lib/mps/secv1/sparcv9 755 root bin
f none usr/lib/mps/sparcv9/libjss3.so 755 root bin
f none usr/share/lib/mps/sparcv9/jss3.jar 644 root bin
s none usr/lib/mps/secv1/sparcv9/libjss3.so=../../sparcv9/libjss3.so
s none usr/share/lib/mps/secv1/sparcv9/jss3.jar=../../sparcv9/jss3.jar