diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-05 11:27:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-05 11:27:10 +0000 |
commit | 0e7f638bf2acde960f4e5f42550005877bf3bd08 (patch) | |
tree | 604e6174bb3a4de9e73f963317e2fd6f13af7332 /sci-chemistry/cyana | |
parent | now includes new suhosin patch, mhash is usable again, interbase/firebird con... (diff) | |
download | gentoo-2-0e7f638bf2acde960f4e5f42550005877bf3bd08.tar.gz gentoo-2-0e7f638bf2acde960f4e5f42550005877bf3bd08.tar.bz2 gentoo-2-0e7f638bf2acde960f4e5f42550005877bf3bd08.zip |
Making cyana work in 2011
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/cyana')
-rw-r--r-- | sci-chemistry/cyana/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/cyana/files/2.1-expire.patch | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/cyana/ChangeLog b/sci-chemistry/cyana/ChangeLog index bb5a30a63a53..4ae5e63428d6 100644 --- a/sci-chemistry/cyana/ChangeLog +++ b/sci-chemistry/cyana/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/cyana -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cyana/ChangeLog,v 1.6 2010/12/20 08:19:56 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cyana/ChangeLog,v 1.7 2011/01/05 11:27:10 jlec Exp $ + + 05 Jan 2011; Justin Lecher <jlec@gentoo.org> files/2.1-expire.patch: + Making cyana work in 2011 20 Dec 2010; Justin Lecher <jlec@gentoo.org> cyana-2.1.ebuild: Fix installation problem due to wrong detection of binary nameing diff --git a/sci-chemistry/cyana/files/2.1-expire.patch b/sci-chemistry/cyana/files/2.1-expire.patch index e3da2b385ee9..ff5ae036cd98 100644 --- a/sci-chemistry/cyana/files/2.1-expire.patch +++ b/sci-chemistry/cyana/files/2.1-expire.patch @@ -7,7 +7,7 @@ index 8650129..f08eeef 100644 if (iwbeg.lt.0) then iwbeg=igttim - iexpir=(julday(12,31,2010)-julday(1,1,1970))*24*3600 -+ iexpir=(julday(12,31,2100)-julday(1,1,1970))*24*3600 ++ iexpir=(julday(12,31,2011)-julday(1,1,1970))*24*3600 if (iwbeg.gt.iexpir) call fatmsg ('License expired.') j=(iexpir-iwbeg)/(24*3600) if (j.lt.1000) |