Re: [gentoo-dev] commit reviewing ... new list or keep it on -dev ?

2007-09-25 Thread Robin H. Johnson
On Mon, Sep 24, 2007 at 11:40:40AM +0200, Lars Weiler wrote: > * Robin H. Johnson <[EMAIL PROTECTED]> [07/09/18 17:23 -0700]: > > Reply-To on gentoo-commits is already set to [EMAIL PROTECTED] > I guess this is set by the mailing-list-software? That > collides with https://bugs.gentoo.org/193376.

Re: [gentoo-dev] commit reviewing ... new list or keep it on -dev ?

2007-09-25 Thread Mike Frysinger
On Tuesday 25 September 2007, Robin H. Johnson wrote: > However that is still going to suck, because now folk that ARE > subscribed to gentoo-dev that get commit-reviewed are going to get > duplicates. i dont think so ... i'm pretty sure the default mailer settings are to not post duplicates at

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-115-r6.ebuild

2007-09-25 Thread Matthias Schwarzott
On Montag, 24. September 2007, Donnie Berkholz wrote: > On 19:59 Mon 24 Sep , Matthias Schwarzott (zzam) wrote: > > zzam07/09/24 19:59:38 > > > > This ebuild has really inconsistent use of tests, quotes in tests, and > command substitutions. Being more consistent will increase readabili

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Robert Buchholz
On Tuesday, 25. September 2007, Donnie Berkholz wrote: > On 20:04 Mon 24 Sep , Doug Goldstein (cardoe) wrote: > > if ! use usb; then > > sed -i util/Makefile \ > > -e '/ttusb_dec_reset/d' \ > > -e '/dib3000-watch/d' > > fi > > > >

Re: [gentoo-dev] meaning of sqlite/sqlite3 use flag

2007-09-25 Thread Petteri Räty
Alin Năstac kirjoitti: > Mike Frysinger wrote: >> how about 'sqlite' means you want sqlite irregardless of version ... then >> sqlite-2 either gets punted from apr-util or it gets a local USE >> flag 'sqlite-old' for older cruft >> > Wouldn't be better to determine what version of sqlite shoul

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Marijn Schouten (hkBst)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donnie Berkholz wrote: > On 12:35 Mon 24 Sep , Marijn Schouten (hkbst) wrote: >> hkbst 07/09/24 12:35:11 >> >> Modified: ChangeLog >> Added:bigloo-3.0b_p2.ebuild >> Log: >> bump 3.0b-2, minor bugfix version

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in www-servers/nginx: ChangeLog nginx-0.6.13.ebuild nginx-0.6.12.ebuild

2007-09-25 Thread Christian Faulhammer
"Konstantin Arkhipov (voxus)" <[EMAIL PROTECTED]>: > Added:nginx-0.6.13.ebuild > Removed: nginx-0.6.12.ebuild > ./configure \ > --prefix=/usr \ econf is no option here? > cp ${FILESDIR}/nginx-r1 ${T}/nginx > doinitd ${T}/nginx >

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Bo Ørsted Andresen
On Tuesday 25 September 2007 12:47:35 Marijn Schouten (hkBst) wrote: > > > # "make test" does something weird so default src_test() in > > > /usr/lib/portage/bin/ebuild.sh fails the following test > > > # elif emake -j1 test -n &> /dev/null; then > > > # so copy straight from default src_test() al

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-proxy/squidguard: ChangeLog squidguard-1.2.1-r2.ebuild squidguard-1.2.1-r1.ebuild

2007-09-25 Thread Christian Faulhammer
"Alin Nastac (mrness)" <[EMAIL PROTECTED]>: > Added:squidguard-1.2.1-r2.ebuild > Removed: squidguard-1.2.1-r1.ebuild > Log: > Fix regular expresion matching (#193712). [...] > unpack ${A} || die "unpack problem" unpack will die on its own. > mak

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: ChangeLog udev-115-r6.ebuild

2007-09-25 Thread Duncan
Ryan Hill <[EMAIL PROTECTED]> posted [EMAIL PROTECTED], excerpted below, on Mon, 24 Sep 2007 20:19:34 -0600: > Duncan wrote: >> Can you point me (and anyone else that may be interested) to a nice >> explanation of the difference? I've always wondered why [[ ]] is >> considered "better" than [ ]

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-proxy/squidguard: ChangeLog squidguard-1.2.1-r2.ebuild squidguard-1.2.1-r1.ebuild

2007-09-25 Thread Alin Năstac
Christian Faulhammer wrote: > "Alin Nastac (mrness)" <[EMAIL PROTECTED]>: > > >> Added:squidguard-1.2.1-r2.ebuild >> Removed: squidguard-1.2.1-r1.ebuild >> Log: >> Fix regular expresion matching (#193712). >> > [...] > >> unpack ${A} || die "unpa

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-ruby/IceRuby: IceRuby-3.2.1-r1.ebuild ChangeLog

2007-09-25 Thread Christian Faulhammer
"Caleb Tennis (caleb)" <[EMAIL PROTECTED]>: > Modified: IceRuby-3.2.1-r1.ebuild ChangeLog > Log: > Fix up quoting a bit > - unpack ${A} > + unpack "${A}" Don't do that, as $A may contain several elements which will not be recognized when quoted. V-Li -- Christian Fau

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-ada/xmlada: xmlada-1.0-r4.ebuild ChangeLog

2007-09-25 Thread Christian Faulhammer
"George Shapovalov (george)" <[EMAIL PROTECTED]>: > Modified: xmlada-1.0-r4.ebuild ChangeLog > adjusted ebuild to follow eclass reorg [...] > cd ${S} Maybe you want to check for unquoted instances of $S, $T, $D, $WORKDIR, $FILESDIR and so in that ebuild. V-Li -- Christi

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-analyzer/fail2ban: fail2ban-0.8.1.ebuild ChangeLog

2007-09-25 Thread Christian Faulhammer
"Raphael Marichez (falco)" <[EMAIL PROTECTED]>: > Add logrotate script file as from upstream documentation (bug > 193745) (Portage version: 2.1.2.12) > newinitd files/gentoo-initd fail2ban I assume this is files directory available in the tarball. > + # Use INSTALL_MASK if you do n

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sci-mathematics/geomview: ChangeLog geomview-1.9.4.ebuild

2007-09-25 Thread Christian Faulhammer
"Markus Dittrich (markusle)" <[EMAIL PROTECTED]>: > Added:geomview-1.9.4.ebuild > Log: > Version bump (see bug #193722). > if use emacs; then > insinto /usr/share/geomview > doins "${FILESDIR}"/gvcl-mode.el || die > fi Please provide die mess

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Doug Goldstein
Donnie Berkholz wrote: > On 20:04 Mon 24 Sep , Doug Goldstein (cardoe) wrote: > >> cardoe 07/09/24 20:04:55 >> >> Modified: ChangeLog >> Added:linuxtv-dvb-apps-1.1.1.20070924.ebuild >> Log: >> latest upstream snapshot. Includes many scan file updates.

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Mike Frysinger
On Tuesday 25 September 2007, Bo Ørsted Andresen wrote: > On Tuesday 25 September 2007 12:47:35 Marijn Schouten (hkBst) wrote: > > > > # "make test" does something weird so default src_test() in > > > > /usr/lib/portage/bin/ebuild.sh fails the following test # elif emake > > > > -j1 test -n &> /dev

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Mike Frysinger
On Tuesday 25 September 2007, Robert Buchholz wrote: > On Tuesday, 25. September 2007, Donnie Berkholz wrote: > > On 20:04 Mon 24 Sep , Doug Goldstein (cardoe) wrote: > > > if ! use usb; then > > > sed -i util/Makefile \ > > > -e '/ttusb_dec_reset/d' \ > > >

[gentoo-dev] FOSS.IN/2007

2007-09-25 Thread Shyam Mani
Hey everyone, This year's edition of India's largest Open Source event, FOSS.IN/2007 is taking place in Bangalore, India between the 4th to 8th of December 2007. As always, it's one of the most awesomest (if there is such a word) and fun events in the region and it would be nice to meet up with s

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Stephen Bennett
On Tue, 25 Sep 2007 11:10:34 +0200 Robert Buchholz <[EMAIL PROTECTED]> wrote: > I already wondered a while back: > sed only fails if the file does not exist, but not if there was no > replacement. Is there any way to force it to? Off the top of my head... sed -e '1{x;s/^/0/;x;ta;:a}' -e 's/$STR

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Donnie Berkholz
On 10:16 Tue 25 Sep , Doug Goldstein wrote: > Donnie Berkholz wrote: > > On 20:04 Mon 24 Sep , Doug Goldstein (cardoe) wrote: > > > >> cardoe 07/09/24 20:04:55 > >> > >> Modified: ChangeLog > >> Added:linuxtv-dvb-apps-1.1.1.20070924.ebuild > >> Log:

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/bigloo: ChangeLog bigloo-3.0b_p2.ebuild

2007-09-25 Thread Alec Warner
On 9/24/07, Donnie Berkholz <[EMAIL PROTECTED]> wrote: > On 12:35 Mon 24 Sep , Marijn Schouten (hkbst) wrote: > > hkbst 07/09/24 12:35:11 > > > > Modified: ChangeLog > > Added:bigloo-3.0b_p2.ebuild > > Log: > > bump 3.0b-2, minor bugfix version > > (P

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Donnie Berkholz
On 00:02 Wed 26 Sep , Stephen Bennett wrote: > On Tue, 25 Sep 2007 11:10:34 +0200 > Robert Buchholz <[EMAIL PROTECTED]> wrote: > > > I already wondered a while back: > > sed only fails if the file does not exist, but not if there was no > > replacement. Is there any way to force it to? > > O

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-scheme/hop: metadata.xml ChangeLog hop-1.7.0.ebuild Manifest

2007-09-25 Thread Christian Faulhammer
"Marijn Schouten (hkbst)" <[EMAIL PROTECTED]>: > Added:metadata.xml ChangeLog hop-1.7.0.ebuild > Manifest Log: > Initial commit >./configure --prefix=/usr --libdir=/usr/$(get_libdir) || die > "configure failed" econf not possible here? V-Li -- Christian Faulhammer, Gentoo L

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.20.0.ebuild

2007-09-25 Thread Christian Faulhammer
"Daniel Gryniewicz (dang)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:gconf-2.20.0.ebuild > Log: > New series for Gnome 2.20 > doenvd 50gconf || die A message is missing here. V-Li -- Christian Faulhammer, Gentoo Lisp project http://www.gentoo

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: ChangeLog qbittorrent-1.0.0_rc1.ebuild qbittorrent-1.0.0_beta7.ebuild

2007-09-25 Thread Christian Faulhammer
"Raul Porcel (armin76)" <[EMAIL PROTECTED]>: > Added:qbittorrent-1.0.0_rc1.ebuild > Removed: qbittorrent-1.0.0_beta7.ebuild > Version bump > # econf fails, since this uses qconf > ./configure --prefix=/usr --qtdir=/usr \ > --with-libtorr

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-news/liferea: ChangeLog liferea-1.4.3b.ebuild liferea-1.4.2b.ebuild

2007-09-25 Thread Christian Faulhammer
"Daniel Gryniewicz (dang)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:liferea-1.4.3b.ebuild > Removed: liferea-1.4.2b.ebuild > src_install() { > gnome2_src_install > rm -f ${D}/usr/bin/${PN} > mv ${D}/usr/bin/${PN}-bin ${D}/us

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+: ChangeLog gtk+-2.12.0-r2.ebuild

2007-09-25 Thread Christian Faulhammer
"Mart Raudsepp (leio)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:gtk+-2.12.0-r2.ebuild > Log: > Fix a crash in file chooser search functionality and freezes in > OpenOffice when ran outside Gnome; upstream bug #480123 and our bug > #193513 respectively

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-portage/genlop: ChangeLog genlop-0.30.8.ebuild

2007-09-25 Thread Christian Faulhammer
"Joe Peterson (lavajoe)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:genlop-0.30.8.ebuild > Version bump for portability of -c option to non-GNU/Linux > platforms (bug #172839) and better -r option performance/fixes > dobin genlop || die Could use a

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout: ChangeLog baselayout-1.12.10-r5.ebuild

2007-09-25 Thread Christian Faulhammer
"Mike Frysinger (vapier)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:baselayout-1.12.10-r5.ebuild > Log: > Add workaround for net.eth0 going AFK during upgrade to > baselayout-2. (Portage version: 2.1.3.9) > # Use correct path to filefuncs.so on

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-doc/gimp-help: ChangeLog gimp-help-0.13.ebuild

2007-09-25 Thread Christian Faulhammer
"Hanno Boeck (hanno)" <[EMAIL PROTECTED]>: > Modified: ChangeLog > Added:gimp-help-0.13.ebuild > Log: > gimp-help version bump > src_install() { > make DESTDIR="${D}" install || die "make install failed" No emake here? V-Li -- Christian Faulhammer, G

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in media-tv/linuxtv-dvb-apps: ChangeLog linuxtv-dvb-apps-1.1.1.20070924.ebuild

2007-09-25 Thread Mike Frysinger
On Wednesday 26 September 2007, Donnie Berkholz wrote: > On 00:02 Wed 26 Sep , Stephen Bennett wrote: > > On Tue, 25 Sep 2007 11:10:34 +0200 > > > > Robert Buchholz <[EMAIL PROTECTED]> wrote: > > > I already wondered a while back: > > > sed only fails if the file does not exist, but not if ther

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout: baselayout-2.0.0_rc4-r1.ebuild

2007-09-25 Thread Robin H. Johnson
On Wed, Sep 26, 2007 at 06:41:50AM +, Mike Frysinger (vapier) wrote: > - if [[ -f "${ROOT}/etc/conf.d/$1" ]]; then > + if [[ -f ${ROOT}/etc/conf.d/$1 ]]; then You removed the quotes here - $ROOT with spaces? > - [[ -e "${ROOT}etc/${x}" ]] && continue > - [[ -e "$