diff options
author | Chris Bainbridge <chrb@gentoo.org> | 2006-02-24 20:16:08 +0000 |
---|---|---|
committer | Chris Bainbridge <chrb@gentoo.org> | 2006-02-24 20:16:08 +0000 |
commit | 84a81c2fc926941693e2fbcfbd2475022b09e135 (patch) | |
tree | ce7fdf66919852e991145011adfb2d4a89d14260 /app-admin/flexlm | |
parent | Stable on ppc64; bug #123970 (diff) | |
download | gentoo-2-84a81c2fc926941693e2fbcfbd2475022b09e135.tar.gz gentoo-2-84a81c2fc926941693e2fbcfbd2475022b09e135.tar.bz2 gentoo-2-84a81c2fc926941693e2fbcfbd2475022b09e135.zip |
removing old ebuild to fix enduser.pdf digest collision, bug #123920.
(Portage version: 2.0.54)
Diffstat (limited to 'app-admin/flexlm')
-rw-r--r-- | app-admin/flexlm/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/flexlm/files/digest-flexlm-9.2.1 | 3 | ||||
-rw-r--r-- | app-admin/flexlm/flexlm-9.2.1.ebuild | 52 |
3 files changed, 5 insertions, 57 deletions
diff --git a/app-admin/flexlm/ChangeLog b/app-admin/flexlm/ChangeLog index e9c1a4ec8456..874af7008a4b 100644 --- a/app-admin/flexlm/ChangeLog +++ b/app-admin/flexlm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/flexlm -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.9 2005/08/11 08:42:25 eradicator Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.10 2006/02/24 20:16:08 chrb Exp $ + + 24 Feb 2006; <chrb@gentoo.org> -flexlm-9.2.1.ebuild: + removing old ebuild to fix enduser.pdf digest collision, bug #123920. *flexlm-9.5-r1 (11 Aug 2005) diff --git a/app-admin/flexlm/files/digest-flexlm-9.2.1 b/app-admin/flexlm/files/digest-flexlm-9.2.1 deleted file mode 100644 index 08ececf2cf68..000000000000 --- a/app-admin/flexlm/files/digest-flexlm-9.2.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 62e435d9693075fc16812c206cee01dc lmgrd.Z 206733 -MD5 e64a2aa6528da6e2594a6e5392f884fd lmutil.Z 214351 -MD5 02b528e6946f32cf2450e0a87c896474 enduser.pdf 1278218 diff --git a/app-admin/flexlm/flexlm-9.2.1.ebuild b/app-admin/flexlm/flexlm-9.2.1.ebuild deleted file mode 100644 index f3bbf773258a..000000000000 --- a/app-admin/flexlm/flexlm-9.2.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.2.1.ebuild,v 1.6 2005/04/24 06:53:09 wormo Exp $ - -DESCRIPTION="Macrovision FLEXlm license manager and utils" -HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml" -SRC_URI="ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z - ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z - http://www.macrovision.com/services/support/flexlm/enduser.pdf" - -LICENSE="Macromedia" -SLOT="0" -KEYWORDS="~x86 -ppc" -IUSE="" -RESTRICT="nostrip nomirror" - -DEPEND="virtual/libc" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - cp ${DISTDIR}/enduser.pdf ${S} -} - -src_install () { - # executables - dodir /opt/flexlm/bin - exeinto /opt/flexlm/bin - doexe lmgrd lmutil - # documentation - dodir /opt/flexlm/doc - insinto /opt/flexlm/doc - doins enduser.pdf - # init files - exeinto /etc/init.d - newexe ${FILESDIR}/flexlm-init flexlm - # environment - insinto /etc/env.d - doins ${FILESDIR}/90flexlm - # config - insinto /etc/conf.d/ - newins ${FILESDIR}/flexlm-conf flexlm - # empty dir for licenses - dodir /etc/flexlm -} - -pkg_postinst() { - id &>/dev/null flexlm || useradd -g nogroup -d /opt/flexlm -c "FlexLM server user" -s /bin/bash flexlm - einfo "FlexLM installed. Config is in /etc/conf.d/flexlm" - einfo "Default location for license file is /etc/flexlm/license.dat" -} |