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.
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
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
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
> >
> >
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
-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
"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
>
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
"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
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 [ ]
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
"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
"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
"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
"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
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.
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
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' \
> > >
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
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
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:
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
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
"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
"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
"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
"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
"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
"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
"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
"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
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
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 "$
33 matches
Mail list logo