Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62705 - jigdo-0.7.1.ebuild (Update)
Summary: jigdo-0.7.1.ebuild (Update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jason Wever (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 57492 62732
  Show dependency tree
 
Reported: 2004-09-03 05:10 UTC by Maxim Reznik
Modified: 2004-09-14 19:27 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (jigdo-0.7.1.ebuild,1.24 KB, text/plain)
2004-09-03 05:12 UTC, Maxim Reznik
Details
Ebuild patch to make GUI building dependent on both gtk and libwww useflags (jigdo-0.7.1.patch,449 bytes, patch)
2004-09-13 16:07 UTC, Jason Wever (RETIRED)
Details | Diff
patched version (jigdo-0.7.1.ebuild,1.21 KB, text/plain)
2004-09-14 03:06 UTC, Maxim Reznik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maxim Reznik 2004-09-03 05:10:03 UTC
I make ebuild for new version of jigdo 0.7.1.
It seems it may fix bugs 62686, 46493, 57492 (look at ChangeLog of jigdo).
It works fine for my.
It's my first ebuild, please check it. I made it from 0.7.0 one.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.50-r10 (default-x86-1.4, gcc-3.3.3, glibc-2.3.2-r9, 2.4.27)
=================================================================
System uname: 2.4.27 i686 AMD Athlon(tm) XP 2500+
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/alias /v
ar/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.linux.kiev.ua/pub/Linux/Gentoo/ http://distro.ibiblio.
org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X apm avi berkdb cdr crypt encode esd gdbm gif gpm gtk gtk2 imlib jav
a jpeg libg++ libwww mad mikmod mmx mozilla mpeg ncurses nls oci8 oggvorbis open
gl oss pam perl png python qemu-fast qt quicktime readline sdl slang softmmu spe
ll ssl svga tcltk tcpd truetype unicode x86 xml2 xmms zlib"
Comment 1 Maxim Reznik 2004-09-03 05:12:11 UTC
Created attachment 38818 [details]
ebuild
Comment 2 Jon Hood (RETIRED) gentoo-dev 2004-09-11 08:56:53 UTC
Weeve should be back soon- reassigning to him :)
Comment 3 Jason Wever (RETIRED) gentoo-dev 2004-09-13 16:06:35 UTC
OK I'm back :)

Looking at the ebuild, it might be best to have one line that handles the GUI building, otherwise you run the chance of passing --with-gui and --without-gui to the configure script, which if nothing else is messy.

I'll attach a patch to your ebuild here shortly that shows this.  If this is fine with you, re-submit your ebuild with the patch and I'll commit this.  Thanks.
Comment 4 Jason Wever (RETIRED) gentoo-dev 2004-09-13 16:07:41 UTC
Created attachment 39540 [details, diff]
Ebuild patch to make GUI building dependent on both gtk and libwww useflags
Comment 5 Maxim Reznik 2004-09-14 03:06:30 UTC
Created attachment 39561 [details]
patched version

Thanks. Here is patched version.
Comment 6 Jason Wever (RETIRED) gentoo-dev 2004-09-14 19:27:29 UTC
Now in CVS, thanks for the bug report :)