diff options
author | 2006-12-19 23:33:08 +0000 | |
---|---|---|
committer | 2006-12-19 23:33:08 +0000 | |
commit | 3d359e11c503d6fa28b1fc21e0acc7e69db3c452 (patch) | |
tree | f1285227ac7257d7fd0b3c2b37340ba6e6e521d5 /app-admin/flexlm/flexlm-9.5-r1.ebuild | |
parent | Version bump. (diff) | |
download | historical-3d359e11c503d6fa28b1fc21e0acc7e69db3c452.tar.gz historical-3d359e11c503d6fa28b1fc21e0acc7e69db3c452.tar.bz2 historical-3d359e11c503d6fa28b1fc21e0acc7e69db3c452.zip |
QA: Fixed licence, SRC_URI (unreliable host).
Package-Manager: portage-2.1.2_pre2-r1
Diffstat (limited to 'app-admin/flexlm/flexlm-9.5-r1.ebuild')
-rw-r--r-- | app-admin/flexlm/flexlm-9.5-r1.ebuild | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/app-admin/flexlm/flexlm-9.5-r1.ebuild b/app-admin/flexlm/flexlm-9.5-r1.ebuild index 35dbc63ed92d..d0e53ca340ce 100644 --- a/app-admin/flexlm/flexlm-9.5-r1.ebuild +++ b/app-admin/flexlm/flexlm-9.5-r1.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.1 2005/08/11 08:42:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.2 2006/12/19 23:33:08 kugelfang Exp $ inherit eutils DESCRIPTION="Macrovision FLEXlm license manager and utils" HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml" SRC_URI="http://www.macrovision.com/services/support/flexlm/enduser.pdf - x86? ( http://dev.gentoo.org/~eradicator/flexlm/lmgrd-x86-${PV}.Z - http://dev.gentoo.org/~eradicator/flexlm/lmutil-x86-${PV}.Z ) - amd64? ( http://dev.gentoo.org/~eradicator/flexlm/lmgrd-amd64-${PV}.Z - http://dev.gentoo.org/~eradicator/flexlm/lmutil-amd64-${PV}.Z )" - -# The ones in eradicator's devspace were originally: -# ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z -# ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z -# ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmgrd.Z -# ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmutil.Z - -LICENSE="Macromedia" + x86? ( + ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z + ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z + ) + amd64? ( + ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmgrd.Z + ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmutil.Z + )" + +LICENSE="as-is" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" |