summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-11-23 11:03:51 +0000
committerJakub Moc <jakub@gentoo.org>2007-11-23 11:03:51 +0000
commitf851a21b7045a2dcd4d293a4e53649846be2c42e (patch)
tree5dd734ab21392bd7f02337a8dab37598ab1c460f /sci-libs/cgnstools
parentsci-libs/cgnstools: Fix harcoded tcl/tk versions in configure. Cosmetics. (diff)
downloadsunrise-f851a21b7045a2dcd4d293a4e53649846be2c42e.tar.gz
sunrise-f851a21b7045a2dcd4d293a4e53649846be2c42e.tar.bz2
sunrise-f851a21b7045a2dcd4d293a4e53649846be2c42e.zip
Whitey...
svn path=/sunrise/; revision=5096
Diffstat (limited to 'sci-libs/cgnstools')
-rw-r--r--sci-libs/cgnstools/Manifest2
-rw-r--r--sci-libs/cgnstools/cgnstools-2.5.2.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/cgnstools/Manifest b/sci-libs/cgnstools/Manifest
index c3a0aa7a1..9591d9c7d 100644
--- a/sci-libs/cgnstools/Manifest
+++ b/sci-libs/cgnstools/Manifest
@@ -1,5 +1,5 @@
DIST cgnslib_2.5-2.tar.gz 390011 RMD160 9ef07fd8ebcebb74ab9a3cc39303fe2e3b722b7e SHA1 b1b5a8e9f73f12c04e5ebda92f9d6e8a347ecf30 SHA256 5e12a8042f1564a0d16f5eebecc79508684de68e0ba192cf44217e075d41de2c
DIST cgnstools-2-5-2.tar.gz 1385150 RMD160 93b100853f609191d034e6a5caf5ed5e8c374b7e SHA1 6b2eebd709002e1e2a6f6fe00e8375f0dc03b783 SHA256 88bd5c1d0cb1d62ca2f26bd3d3e89adf694c3277b1a0aac4591f1312cafcc7e4
-EBUILD cgnstools-2.5.2.ebuild 2530 RMD160 82a929aee9ea20641721f3151a8663c5f860e587 SHA1 815b712227c1cb2ba1181f3aa37d3c35823aadd4 SHA256 6bd9330133e5984f2d105728c90e2c028981ab70ff279b78039740a919136dbe
+EBUILD cgnstools-2.5.2.ebuild 2460 RMD160 a370bc8d5522b1b058bd27c507e9b75a349164ef SHA1 8fe314738e024df1e3257e3819e6c389eee96e77 SHA256 fab39c5279679b5192d4992847de687d1a07e66dd03fb898c18a26c9b1aff066
MISC ChangeLog 383 RMD160 0dd51f4fa8179354b0200a80e1f036a186a4cb96 SHA1 695e259670d6bbf0e918f8657db972da7f07ee60 SHA256 865425fc54ba7ba76fa62c6504416cfa2d43de4a44af65227433421235715f39
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-libs/cgnstools/cgnstools-2.5.2.ebuild b/sci-libs/cgnstools/cgnstools-2.5.2.ebuild
index 78280aa38..bed50d77d 100644
--- a/sci-libs/cgnstools/cgnstools-2.5.2.ebuild
+++ b/sci-libs/cgnstools/cgnstools-2.5.2.ebuild
@@ -58,14 +58,14 @@ src_compile() {
myconf="${myconf} --with-cgns=${WORKDIR}/${MY_LIB_SHORT_P} --bindir=${D}/usr/bin --datadir=${D}/usr/share/${PN}"
- if use tcl ; then
- TCLVER="$(echo 'puts [info tclversion]' | $(type -P tclsh))"
- myconf="${myconf} $(use_with tcl tcl /usr/$(get_libdir)/tcl${TCLVER})"
+ if use tcl ; then
+ TCLVER="$(echo 'puts [info tclversion]' | $(type -P tclsh))"
+ myconf="${myconf} $(use_with tcl tcl /usr/$(get_libdir)/tcl${TCLVER})"
fi
- if use tk ; then
- TKVER="$(echo 'puts [info tkversion]' | $(type -P wish))"
- myconf="${myconf} $(use_with tk tk /usr/$(get_libdir)/tk${TKVER})"
+ if use tk ; then
+ TKVER="$(echo 'puts [info tkversion]' | $(type -P wish))"
+ myconf="${myconf} $(use_with tk tk /usr/$(get_libdir)/tk${TKVER})"
fi
econf \