Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Ugly, nasty code in tetex.eclass
Date: Tue, 02 Nov 2004 02:04:41
Message-Id: 20041102020436.GA30401@lion.gg3.net
1 I don't know if this deserves a bug report, but please someone fix that
2 piece of code. It gets mighty ugly when I want to work on ptex in my
3 overlay.
4
5 $ grep '\.\./' /usr/portage/eclass/tetex.eclass
6 epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}-dont-run-config.diff
7 epatch ${FILESDIR}/../../tetex/files/tetex-${TETEX_PV}.diff
8 epatch ${FILESDIR}/../../tetex/files/tetex-texdoctk-gentoo.patch
9 ln -s ../doc/${PF} doc \
10
11 I prefer to post it here, because this is yet another reason why all
12 patches need to be removed from the portage tree.
13
14 --
15 () Georgi Georgiev () No use getting too involved in life -- ()
16 () chutz@×××.net () you're only here for a limited time. ()
17 () +81(90)6266-1163 () ()
18
19 --
20 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Ugly, nasty code in tetex.eclass Jason Rhinelander <jason@××××××××××××××××.com>
Re: [gentoo-dev] Ugly, nasty code in tetex.eclass Mamoru KOMACHI <usata@g.o>