summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-12-05 00:44:27 +0000
committerMichael Imhof <tantive@gentoo.org>2003-12-05 00:44:27 +0000
commit5c5fe56c8ac53c16c1612eec7144c5b30960283a (patch)
tree0fda1c70ed9595a500143536b42d56f6d283cc00 /sys-cluster
parentbumped to 2.4.0 since apache did too (diff)
downloadhistorical-5c5fe56c8ac53c16c1612eec7144c5b30960283a.tar.gz
historical-5c5fe56c8ac53c16c1612eec7144c5b30960283a.tar.bz2
historical-5c5fe56c8ac53c16c1612eec7144c5b30960283a.zip
Little changes to avoid downgrading of deps. Closes #34267
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/xpvm/Manifest10
-rw-r--r--sys-cluster/xpvm/files/xpvm-1.2.5-gentoo.diff8
-rw-r--r--sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild4
3 files changed, 11 insertions, 11 deletions
diff --git a/sys-cluster/xpvm/Manifest b/sys-cluster/xpvm/Manifest
index 775e6226ffeb..626160aade2d 100644
--- a/sys-cluster/xpvm/Manifest
+++ b/sys-cluster/xpvm/Manifest
@@ -1,9 +1,9 @@
MD5 f98f1e822673bb15499b1a1f0f4046cb xpvm-1.2.5.ebuild 1516
+MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373
MD5 99ba9750827ff9e263e2b653555099a6 ChangeLog 804
+MD5 096a86699882676e4ca0791e683faa08 xpvm-1.2.5-r2.ebuild 1422
MD5 c27701d17dc82621b8d26122015fc9f0 xpvm-1.2.5-r1.ebuild 1437
-MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373
-MD5 61757ef36c7320e6abe39f0f74597bd7 xpvm-1.2.5-r2.ebuild 1434
-MD5 4844e6d445655538fdc6b850dc33e539 files/xpvm-1.2.5-gentoo.diff 2910
-MD5 915d49a269c55c9d68cf0d7d30f1b272 files/digest-xpvm-1.2.5 63
-MD5 915d49a269c55c9d68cf0d7d30f1b272 files/digest-xpvm-1.2.5-r1 63
MD5 915d49a269c55c9d68cf0d7d30f1b272 files/digest-xpvm-1.2.5-r2 63
+MD5 d35a792494704198c2d97ff3e4b9e033 files/xpvm-1.2.5-gentoo.diff 2904
+MD5 915d49a269c55c9d68cf0d7d30f1b272 files/digest-xpvm-1.2.5-r1 63
+MD5 915d49a269c55c9d68cf0d7d30f1b272 files/digest-xpvm-1.2.5 63
diff --git a/sys-cluster/xpvm/files/xpvm-1.2.5-gentoo.diff b/sys-cluster/xpvm/files/xpvm-1.2.5-gentoo.diff
index 307c808f8d29..36757742f456 100644
--- a/sys-cluster/xpvm/files/xpvm-1.2.5-gentoo.diff
+++ b/sys-cluster/xpvm/files/xpvm-1.2.5-gentoo.diff
@@ -2,7 +2,7 @@ diff -ur test/xpvm/Makefile xpvm/Makefile
--- test/xpvm/Makefile 1998-04-09 23:11:23.000000000 +0200
+++ xpvm/Makefile 2003-06-02 10:45:26.000000000 +0200
@@ -2,6 +2,10 @@
- # $Id: xpvm-1.2.5-gentoo.diff,v 1.2 2003/06/26 15:47:38 tantive Exp $
+ # $Id: xpvm-1.2.5-gentoo.diff,v 1.3 2003/12/05 00:44:16 tantive Exp $
#
+xpvm:
@@ -60,8 +60,8 @@ diff -ur test/xpvm/src/Makefile.aimk xpvm/src/Makefile.aimk
# Tcl / Tk 8.1
-#TCLLIB = -ltcl8.1
-#TKLIB = -ltk8.1
-+TCLLIB = -ltcl8.3
-+TKLIB = -ltk8.3
++TCLLIB = -ltcl
++TKLIB = -ltk
# Tcl / Tk 8.0
-TCLLIB = -ltcl8.0
-TKLIB = -ltk8.0
@@ -103,7 +103,7 @@ diff -ur test/xpvm/src/Makefile.xpvm xpvm/src/Makefile.xpvm
--- test/xpvm/src/Makefile.xpvm 1998-04-09 23:11:23.000000000 +0200
+++ xpvm/src/Makefile.xpvm 2003-06-02 10:45:26.000000000 +0200
@@ -2,6 +2,10 @@
- # $Id: xpvm-1.2.5-gentoo.diff,v 1.2 2003/06/26 15:47:38 tantive Exp $
+ # $Id: xpvm-1.2.5-gentoo.diff,v 1.3 2003/12/05 00:44:16 tantive Exp $
#
+xpvm:
diff --git a/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild b/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild
index 34071c43b059..54e52d152264 100644
--- a/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild
+++ b/sys-cluster/xpvm/xpvm-1.2.5-r2.ebuild
@@ -9,8 +9,8 @@ HOMEPAGE="http://www.csm.ornl.gov/pvm/pvm_home.html"
IUSE=""
DEPEND=">=sys-cluster/pvm-3.4.1-r1
- =dev-lang/tcl-8.3*
- =dev-lang/tk-8.3*"
+ dev-lang/tcl
+ dev-lang/tk"
RDEPEND=""
SLOT="0"