First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156427
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Grant Goodyear <g2boojum@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Watzke <david@watzke.cz>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Makefile.am.patch Makefile.am.patch patch Sebastian Schubert 2007-03-03 21:31 0000 874 bytes Details | Diff
Makefile.in.patch Makefile.in.patch patch Sebastian Schubert 2007-03-03 21:32 0000 1015 bytes Details | Diff
gnuplot-4.2_rc4-r1.ebuild gnuplot-4.2_rc4 ebuild text/plain Sebastian Schubert 2007-03-03 22:34 0000 4.30 KB Details
Makefile.am.patch Makefile.am patch patch Sebastian Schubert 2007-03-03 22:35 0000 930 bytes Details | Diff
Makefile.in.patch Makefile.in patch patch Sebastian Schubert 2007-03-03 22:35 0000 1006 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 156427 depends on: Show dependency tree
Show dependency graph
Bug 156427 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-11-27 10:34 0000
sci-visualization/gnuplot-4.2_rc1 is missing tetex dependency

I have fixed it (just for myself and users of my overlay) like this:

< IUSE="doc emacs gd ggi pdf plotutils png readline svga X xemacs wxwindows"
> IUSE="doc emacs gd ggi pdf plotutils png readline svga X xemacs wxwindows latex"

added 'latex? ( || ( app-text/tetex app-text/cstetex ) )' (not sure if correct)
to DEPEND

and to begin of src_compile() function added something like this:

if ! use latex; then
      sed -i '/^SUBDIRS/ s/LaTeX//' share/Makefile.in || die "sed failed"
fi

------- Comment #1 From Sebastian Schubert 2007-03-03 21:30:53 0000 -------
Please change (eg in your overlay) the dependency to virtual/tetex so one is
able to use texlive.  In addition, please add the following patches to the
Makefiles in share/LaTeX to put the configuration file in TEXFMSITE where
Gentoo should put its TeX files.

thx

------- Comment #2 From Sebastian Schubert 2007-03-03 21:31:41 0000 -------
Created an attachment (id=111968) [edit]
Makefile.am.patch

TEXFMLOCAL -> TEXMFSITE

------- Comment #3 From Sebastian Schubert 2007-03-03 21:32:10 0000 -------
Created an attachment (id=111969) [edit]
Makefile.in.patch

TEXMFLOCAL -> TEXMFSITE

------- Comment #4 From Sebastian Schubert 2007-03-03 22:34:14 0000 -------
Created an attachment (id=111988) [edit]
gnuplot-4.2_rc4 ebuild

I added the necessary changes to the ebuild of Grant Goodyear's overlay.

------- Comment #5 From Sebastian Schubert 2007-03-03 22:35:01 0000 -------
Created an attachment (id=111990) [edit]
Makefile.am patch

Needed by rc 4

------- Comment #6 From Sebastian Schubert 2007-03-03 22:35:59 0000 -------
Created an attachment (id=111991) [edit]
Makefile.in patch

Needed by rc 4

------- Comment #7 From Danny van Dyk (RETIRED) 2007-04-25 21:29:06 0000 -------
Fixed as of sci-visualization/gnuplot-4.2_rc4. I used sed instead of your patch
files.

First Last Prev Next    No search results available      Search page      Enter new bug