summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-02-05 01:08:53 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-02-05 01:08:53 +0000
commit28f84b4aed5cbd338b26467e0edb4cfd5c04426d (patch)
tree5690676ad8ec46a2a10645de5cf8bb96b7a1bce9 /app-admin
parentversion bump (diff)
downloadgentoo-2-28f84b4aed5cbd338b26467e0edb4cfd5c04426d.tar.gz
gentoo-2-28f84b4aed5cbd338b26467e0edb4cfd5c04426d.tar.bz2
gentoo-2-28f84b4aed5cbd338b26467e0edb4cfd5c04426d.zip
Mirror distfiles locally to prevent hash conflicts. Bug #123920.
(Portage version: 2.1.4.1)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/flexlm/ChangeLog7
-rw-r--r--app-admin/flexlm/flexlm-9.5-r1.ebuild26
2 files changed, 17 insertions, 16 deletions
diff --git a/app-admin/flexlm/ChangeLog b/app-admin/flexlm/ChangeLog
index d62f01cea0ee..055424c9086a 100644
--- a/app-admin/flexlm/ChangeLog
+++ b/app-admin/flexlm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/flexlm
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.15 2007/07/02 13:34:02 peper Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.16 2008/02/05 01:08:53 dirtyepic Exp $
+
+ 05 Feb 2008; Ryan Hill <dirtyepic@gentoo.org> flexlm-9.5-r1.ebuild:
+ Mirror distfiles locally to prevent hash conflicts. Bug #123920.
02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> flexlm-9.5-r1.ebuild:
(QA) RESTRICT clean up.
diff --git a/app-admin/flexlm/flexlm-9.5-r1.ebuild b/app-admin/flexlm/flexlm-9.5-r1.ebuild
index a8cf48352eab..b6edb7ecee65 100644
--- a/app-admin/flexlm/flexlm-9.5-r1.ebuild
+++ b/app-admin/flexlm/flexlm-9.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.4 2007/07/02 13:34:02 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.5 2008/02/05 01:08:53 dirtyepic Exp $
inherit eutils
@@ -8,12 +8,12 @@ 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? (
- ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z
- ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z
+ mirror://gentoo/lmgrd-x86.Z
+ mirror://gentoo/lmutil-x86.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
+ mirror://gentoo/lmgrd-amd64.Z
+ mirror://gentoo/lmutil-amd64.Z
)"
LICENSE="as-is"
@@ -22,17 +22,15 @@ KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"
-DEPEND="virtual/libc"
-
S="${WORKDIR}"
src_unpack() {
unpack ${A}
- mv lmutil-${ARCH}-${PV} lmutil
- mv lmgrd-${ARCH}-${PV} lmgrd
+ mv lmutil-${ARCH} lmutil
+ mv lmgrd-${ARCH} lmgrd
- cp ${DISTDIR}/enduser.pdf ${S}
+ cp "${DISTDIR}"/enduser.pdf "${S}"
}
src_install () {
@@ -54,11 +52,11 @@ src_install () {
dodoc enduser.pdf
# init files
- newinitd ${FILESDIR}/flexlm-init flexlm
- newconfd ${FILESDIR}/flexlm-conf flexlm
+ newinitd "${FILESDIR}"/flexlm-init flexlm
+ newconfd "${FILESDIR}"/flexlm-conf flexlm
# environment
- doenvd ${FILESDIR}/90flexlm
+ doenvd "${FILESDIR}"/90flexlm
# empty dir for licenses
keepdir /etc/flexlm