From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P0iEW-0000cT-FY for garchives@archives.gentoo.org; Tue, 28 Sep 2010 22:01:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65055E071D; Tue, 28 Sep 2010 22:01:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3A7E8E0747 for ; Tue, 28 Sep 2010 21:55:14 +0000 (UTC) Received: from portable.localnet (unknown [190.163.99.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPSA id 2F0AE1B4029 for ; Tue, 28 Sep 2010 21:35:35 +0000 (UTC) From: Alexis Ballier Organization: Gentoo To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Fwd: latex packages achemso, revtex Date: Tue, 28 Sep 2010 17:35:29 -0400 User-Agent: KMail/1.13.5 (Linux/2.6.35.5; KDE/4.5.1; x86_64; ; ) References: <201009232022.18061.dilfridge@gentoo.org> <201009261501.50545.aballier@gentoo.org> <201009262131.29276.dilfridge@gentoo.org> In-Reply-To: <201009262131.29276.dilfridge@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009281735.30175.aballier@gentoo.org> X-Archives-Salt: d47bb733-e8ff-43e9-9291-916f831084a5 X-Archives-Hash: bec27450f4f63fcd72e3a58de7a44bf6 Hi, > > you did it the correct way but that's what happens when you're alone in a > > team and are moving without reliable internet connection then emails & > > other stuff start to pile up :/ > > I'm sorry, I did not want to be pushy in any way... :| No problem at all; had I set my .away you could have had a way to know :) [...] > > (and even better: join tex herd if you're interested in doing such bumps) > > Done, also tex@g.o. (Gimme more Bugzilla mails...) :) Thanks > > > * I'd like to move dev-tex/revtex-4.1_p2 and its dependency dev- > > > tex/natbib-8.31a from the sci overlay > > > Would it be OK with you if I do any of this? > > > > yes though if its in texlive I usually want to remove them from the > > texlive's bundle > > I see the separate ebuilds more as a temporary workaround for the few > really needing bleeding edge... and will happily remove them again when > texlive-2011 is out. The natbib ebuild might even become obsolete with > texlive-2010 already, have not checked yet. I think most people will be > happy with the texlive version, so we should keep it for simplicity. It's really a matter of compromise: TeX world isn't fast moving thus yearly releases such as texlive are perfectly fine and avoid a huge mess in dependencies (you can see texlive as a downstream for CTAN to some extent). If you have a package moving faster and want to maintain it then it's better to do so since you remove one level of indirection. Our system of texmf-site overlay allows to have such temporary solutions by installing duplicate files and using the ones in texmf-site with higher priority but it's not perfectly "clean" as some files are installed twice and only one version is used in any case. If the temporary solution has to stay for 1 year then IMHO it's better to make the switch and unbundle it from texlive and not considering it as a temporary solution (esp. now that TeX Live 2010 has been released but is not in the portage tree); if it will become unneeded with TeX Live 2010 then if I were you I'd wait until I have the time to make it into the portage tree :) May I ask which texlive package natbib and revtex belong to ? Regards, A.