Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/flexlm: flexlm-9.5-r1.ebuild ChangeLog
Date: Tue, 05 Feb 2008 01:08:57
Message-Id: E1JMCIv-0007nV-Qt@stork.gentoo.org
1 dirtyepic 08/02/05 01:08:53
2
3 Modified: flexlm-9.5-r1.ebuild ChangeLog
4 Log:
5 Mirror distfiles locally to prevent hash conflicts. Bug #123920.
6 (Portage version: 2.1.4.1)
7
8 Revision Changes Path
9 1.5 app-admin/flexlm/flexlm-9.5-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: flexlm-9.5-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- flexlm-9.5-r1.ebuild 2 Jul 2007 13:34:02 -0000 1.4
22 +++ flexlm-9.5-r1.ebuild 5 Feb 2008 01:08:53 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.4 2007/07/02 13:34:02 peper Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/flexlm-9.5-r1.ebuild,v 1.5 2008/02/05 01:08:53 dirtyepic Exp $
29
30 inherit eutils
31
32 @@ -8,12 +8,12 @@
33 HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml"
34 SRC_URI="http://www.macrovision.com/services/support/flexlm/enduser.pdf
35 x86? (
36 - ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmgrd.Z
37 - ftp://ftp.globes.com/flexlm/unix/v${PV}/i86_s8/lmutil.Z
38 + mirror://gentoo/lmgrd-x86.Z
39 + mirror://gentoo/lmutil-x86.Z
40 )
41 amd64? (
42 - ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmgrd.Z
43 - ftp://ftp.globes.com/flexlm/unix/v${PV}/amd64_s8/lmutil.Z
44 + mirror://gentoo/lmgrd-amd64.Z
45 + mirror://gentoo/lmutil-amd64.Z
46 )"
47
48 LICENSE="as-is"
49 @@ -22,17 +22,15 @@
50 IUSE=""
51 RESTRICT="strip"
52
53 -DEPEND="virtual/libc"
54 -
55 S="${WORKDIR}"
56
57 src_unpack() {
58 unpack ${A}
59
60 - mv lmutil-${ARCH}-${PV} lmutil
61 - mv lmgrd-${ARCH}-${PV} lmgrd
62 + mv lmutil-${ARCH} lmutil
63 + mv lmgrd-${ARCH} lmgrd
64
65 - cp ${DISTDIR}/enduser.pdf ${S}
66 + cp "${DISTDIR}"/enduser.pdf "${S}"
67 }
68
69 src_install () {
70 @@ -54,11 +52,11 @@
71 dodoc enduser.pdf
72
73 # init files
74 - newinitd ${FILESDIR}/flexlm-init flexlm
75 - newconfd ${FILESDIR}/flexlm-conf flexlm
76 + newinitd "${FILESDIR}"/flexlm-init flexlm
77 + newconfd "${FILESDIR}"/flexlm-conf flexlm
78
79 # environment
80 - doenvd ${FILESDIR}/90flexlm
81 + doenvd "${FILESDIR}"/90flexlm
82
83 # empty dir for licenses
84 keepdir /etc/flexlm
85
86
87
88 1.16 app-admin/flexlm/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/ChangeLog?rev=1.16&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/ChangeLog?rev=1.16&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/flexlm/ChangeLog?r1=1.15&r2=1.16
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v
97 retrieving revision 1.15
98 retrieving revision 1.16
99 diff -u -r1.15 -r1.16
100 --- ChangeLog 2 Jul 2007 13:34:02 -0000 1.15
101 +++ ChangeLog 5 Feb 2008 01:08:53 -0000 1.16
102 @@ -1,6 +1,9 @@
103 # ChangeLog for app-admin/flexlm
104 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.15 2007/07/02 13:34:02 peper Exp $
106 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
107 +# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.16 2008/02/05 01:08:53 dirtyepic Exp $
108 +
109 + 05 Feb 2008; Ryan Hill <dirtyepic@g.o> flexlm-9.5-r1.ebuild:
110 + Mirror distfiles locally to prevent hash conflicts. Bug #123920.
111
112 02 Jul 2007; Piotr JaroszyƄski <peper@g.o> flexlm-9.5-r1.ebuild:
113 (QA) RESTRICT clean up.
114
115
116
117 --
118 gentoo-commits@l.g.o mailing list