summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2004-09-28 00:17:12 +0000
committerSven Wegener <swegener@gentoo.org>2004-09-28 00:17:12 +0000
commit83507905b8f1a136dccb066aa2685daab79b7a9e (patch)
tree9bd863783a0e9f06c57dbf13d8578a949d45b5d3 /app-admin/flexlm
parentAdded fix to enable ssl for jabber, thanks to Thomas Matthijs <axxo@gentoo.or... (diff)
downloadhistorical-83507905b8f1a136dccb066aa2685daab79b7a9e.tar.gz
historical-83507905b8f1a136dccb066aa2685daab79b7a9e.tar.bz2
historical-83507905b8f1a136dccb066aa2685daab79b7a9e.zip
Gentoo Technologies, Inc. -> Gentoo Foundation
Diffstat (limited to 'app-admin/flexlm')
-rw-r--r--app-admin/flexlm/ChangeLog5
-rw-r--r--app-admin/flexlm/Manifest18
-rw-r--r--app-admin/flexlm/files/flexlm-conf4
-rw-r--r--app-admin/flexlm/files/flexlm-init5
-rw-r--r--app-admin/flexlm/flexlm-9.2.1.ebuild1
5 files changed, 26 insertions, 7 deletions
diff --git a/app-admin/flexlm/ChangeLog b/app-admin/flexlm/ChangeLog
index 0d2353b96933..fb05d2fdd1c8 100644
--- a/app-admin/flexlm/ChangeLog
+++ b/app-admin/flexlm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/flexlm
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.2 2004/07/23 23:44:46 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/ChangeLog,v 1.3 2004/09/28 00:17:12 swegener Exp $
+
+ 28 Sep 2004; Sven Wegener <swegener@gentoo.org> files/flexlm-init:
+ Gentoo Technologies, Inc. -> Gentoo Foundation
23 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> flexlm-9.2.1.ebuild:
virtual/libc; add missing IUSE
diff --git a/app-admin/flexlm/Manifest b/app-admin/flexlm/Manifest
index f5b3c1e62d0b..4dc8f6eaa6c8 100644
--- a/app-admin/flexlm/Manifest
+++ b/app-admin/flexlm/Manifest
@@ -1,7 +1,17 @@
-MD5 b457016c6941139391afcd83e110a1c8 ChangeLog 559
-MD5 317b2944f3214fc344ad37f10eaa341f flexlm-9.2.1.ebuild 1296
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 71536932944f0757ea4b9d84111a78a1 ChangeLog 677
+MD5 e5964f66420083eae74abcb10ee5dc28 flexlm-9.2.1.ebuild 1409
MD5 5c7d7d954668e2395e1aa050f2c646fb metadata.xml 333
MD5 1cd702ac8282f4716d4dcaa7bacf0f79 files/90flexlm 70
MD5 ef848515f7535e89d36b4a423bdb8c5f files/digest-flexlm-9.2.1 162
-MD5 aa4d82649e40c912a08a3c36099875a7 files/flexlm-conf 177
-MD5 d279801c4c0c3d3f692239eb7e2a04b4 files/flexlm-init 370
+MD5 ae792e337eb16321016d96484127d9c8 files/flexlm-conf 396
+MD5 0b69af044c14448bd26e26aa153a4edd files/flexlm-init 463
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.9.10 (GNU/Linux)
+
+iD8DBQFBWK2QI1lqEGTUzyQRAkyrAJ9N7ZR5K02JH7b/s+kFYf4+yOckyACgvQcv
+foWEpRSdBo81xm1yGzIuUKs=
+=Abp2
+-----END PGP SIGNATURE-----
diff --git a/app-admin/flexlm/files/flexlm-conf b/app-admin/flexlm/files/flexlm-conf
index 679c682ea88c..187a96748a18 100644
--- a/app-admin/flexlm/files/flexlm-conf
+++ b/app-admin/flexlm/files/flexlm-conf
@@ -1,3 +1,7 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/files/flexlm-conf,v 1.2 2004/09/28 00:17:12 swegener Exp $
+
# Logfile path: (NOTE: This must be uid/gid owned by the value of $LMUSER!)
LMLOG=/var/log/flexlm.log
diff --git a/app-admin/flexlm/files/flexlm-init b/app-admin/flexlm/files/flexlm-init
index 6ecb18aa61cf..d4968ec2c00e 100644
--- a/app-admin/flexlm/files/flexlm-init
+++ b/app-admin/flexlm/files/flexlm-init
@@ -1,6 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/flexlm/files/flexlm-init,v 1.2 2004/09/28 00:17:12 swegener Exp $
depend() {
need net
diff --git a/app-admin/flexlm/flexlm-9.2.1.ebuild b/app-admin/flexlm/flexlm-9.2.1.ebuild
index 871909089b57..64646dff65a3 100644
--- a/app-admin/flexlm/flexlm-9.2.1.ebuild
+++ b/app-admin/flexlm/flexlm-9.2.1.ebuild
@@ -1,5 +1,6 @@
# Copyright 1999-2004 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.3 2004/09/28 00:17:12 swegener Exp $
DESCRIPTION="Macrovision FLEXlm license manager and utils"
HOMEPAGE="http://www.macrovision.com/services/support/flexlm/lmgrd.shtml"