public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-07-12  0:53 Daniel Ahlberg
  2004-07-12  8:20 ` Alexander Futasz
                   ` (2 more replies)
  0 siblings, 3 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-07-12  0:53 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8357 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.


TOP TEN:
========

dev-tex/eurosym-1.2 - 905 days (~ppc)
media-video/mpeg2vidcodec-12-r1 - 892 days (~mips)
x11-plugins/wmix-3.0-r1 - 892 days (~ppc ~sparc)
app-office/gnofin-0.8.4 - 892 days (~amd64)
x11-plugins/asclock-2.0.12 - 892 days (~mips)
app-office/sc-7.12 - 892 days (~amd64)
x11-misc/e16keyedit-0.2 - 892 days (~amd64)
net-misc/smssend-3.2 - 892 days (~sparc)
x11-misc/xkeycaps-2.46 - 892 days (~amd64)
dev-python/orbit-python-0.3.1 - 892 days (~ppc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 48 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-12  0:53 Daniel Ahlberg
@ 2004-07-12  8:20 ` Alexander Futasz
  2004-07-12  8:31   ` Jeremy Huddleston
  2004-07-12 13:42   ` Mike Frysinger
  2004-07-12 18:49 ` Phil Richards
  2004-07-14 18:24 ` Matthias Liertzer
  2 siblings, 2 replies; 83+ messages in thread
From: Alexander Futasz @ 2004-07-12  8:20 UTC (permalink / raw
  To: gentoo-dev

On Mon, 12 Jul 2004 02:53:48 +0200, Daniel Ahlberg wrote:
> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 8357
> ebuilds.

Very cool.

> * if ebuild forces -fPIC flag to CFLAGS.
> * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to
>   $DEPEND.
> * if ebuild overrides MAKEOPTS.

Why is this bad (specifically appending $DEPEND to $RDEPEND)?

> * if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.

What is the prefered way to do this then?


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-12  8:20 ` Alexander Futasz
@ 2004-07-12  8:31   ` Jeremy Huddleston
  2004-07-12 13:42   ` Mike Frysinger
  1 sibling, 0 replies; 83+ messages in thread
From: Jeremy Huddleston @ 2004-07-12  8:31 UTC (permalink / raw
  To: Alexander Futasz; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 972 bytes --]

On Mon, 2004-07-12 at 01:20, Alexander Futasz wrote:
> > * if ebuild forces -fPIC flag to CFLAGS.
> > * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to
> >   $DEPEND.
> > * if ebuild overrides MAKEOPTS.
> 
> Why is this bad (specifically appending $DEPEND to $RDEPEND)?

-fPIC should be applied by patching the Makefile and the fix sent
upstream.

Don't override MAKEOPTS.  Simply call 'emake <whatever you want>'.

As for the DEPEND thing... I dunno... the description makes it seem likt
this is invalid:

DEPEND="stuff needed for runtime and compile time"
RDEPEND="${DEPEND} stuff needed just for runtime"
DEPEND="${DEPEND} stuff needed just for compile time"

but that's the way to do it, IMO.

> > * if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
> 
> What is the prefered way to do this then?

WANT_AUTOMAKE=1.7
WANT_AUTOCONF=2.5

or whatever version you want...

> 
> --
> gentoo-dev@gentoo.org mailing list
> 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-12  8:20 ` Alexander Futasz
  2004-07-12  8:31   ` Jeremy Huddleston
@ 2004-07-12 13:42   ` Mike Frysinger
  1 sibling, 0 replies; 83+ messages in thread
From: Mike Frysinger @ 2004-07-12 13:42 UTC (permalink / raw
  To: gentoo-dev

On Monday 12 July 2004 04:20 am, Alexander Futasz wrote:
> > * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to
> >   $DEPEND.
>
> Why is this bad (specifically appending $DEPEND to $RDEPEND)?

$DEPEND -> $RDEPEND isnt wrong assuming it's done in the correct order

RDEPEND="$RDEPEND blah"
DEPEND="$DEPEND blah"
those are wrong
-mike

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-12  0:53 Daniel Ahlberg
  2004-07-12  8:20 ` Alexander Futasz
@ 2004-07-12 18:49 ` Phil Richards
  2004-07-14 18:24 ` Matthias Liertzer
  2 siblings, 0 replies; 83+ messages in thread
From: Phil Richards @ 2004-07-12 18:49 UTC (permalink / raw
  To: gentoo-dev

On 2004-07-12, Daniel Ahlberg <aliz@gentoo.org> wrote:
>  This is an automatically created email message.
>  http://gentoo.tamperd.net/stable has just been updated with 8357 ebuilds.

Good idea!
>  TOP TEN:
> ========
>  dev-tex/eurosym-1.2 - 905 days (~ppc)
>  media-video/mpeg2vidcodec-12-r1 - 892 days (~mips)
>  x11-plugins/wmix-3.0-r1 - 892 days (~ppc ~sparc)
>  app-office/gnofin-0.8.4 - 892 days (~amd64)
>  x11-plugins/asclock-2.0.12 - 892 days (~mips)
>  app-office/sc-7.12 - 892 days (~amd64)
>  x11-misc/e16keyedit-0.2 - 892 days (~amd64)
>  net-misc/smssend-3.2 - 892 days (~sparc)
>  x11-misc/xkeycaps-2.46 - 892 days (~amd64)
>  dev-python/orbit-python-0.3.1 - 892 days (~ppc)

One suggestion I would make is: break it out into (say) top 5
for each architecture...


phil
-- 
change name before "@" to "phil" for email


--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-12  0:53 Daniel Ahlberg
  2004-07-12  8:20 ` Alexander Futasz
  2004-07-12 18:49 ` Phil Richards
@ 2004-07-14 18:24 ` Matthias Liertzer
  2 siblings, 0 replies; 83+ messages in thread
From: Matthias Liertzer @ 2004-07-14 18:24 UTC (permalink / raw
  To: gentoo-dev


> app-office/gnofin-0.8.4 - 892 days (~amd64)
> app-office/sc-7.12 - 892 days (~amd64)
> x11-misc/e16keyedit-0.2 - 892 days (~amd64)
> x11-misc/xkeycaps-2.46 - 892 days (~amd64)

hmm, AFAIK amd64 doesn't even exist for such a long time, so i guess there's a 
mistake in your script

Greets Matt

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-07-19  1:41 Daniel Ahlberg
  2004-07-19  3:30 ` Georgi Georgiev
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2004-07-19  1:41 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 7744 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.


TOP TEN:
========

x11-themes/sawfish-themes-0.0.1-r1 - 899 days (~ppc)
games-arcade/circuslinux-1.0.3 - 899 days (~alpha)
x11-libs/Xaw3d-1.5-r1 - 899 days (~mips)
dev-util/xdelta-1.1.3 - 899 days (~amd64)
dev-libs/pth-1.4.0 - 899 days (~amd64)
app-sci/babel-1.6 - 899 days (~amd64)
x11-misc/xkeycaps-2.46 - 899 days (~amd64)
dev-python/orbit-python-0.3.1 - 899 days (~ppc)
app-text/dgs-0.5.10-r1 - 899 days (~mips)
media-video/mpeg2vidcodec-12-r1 - 899 days (~mips)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 91 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-19  1:41 Daniel Ahlberg
@ 2004-07-19  3:30 ` Georgi Georgiev
  2004-07-19  3:34   ` Robin H. Johnson
  2004-07-19  7:28   ` Danny van Dyk
  0 siblings, 2 replies; 83+ messages in thread
From: Georgi Georgiev @ 2004-07-19  3:30 UTC (permalink / raw
  To: gentoo-dev

maillog: 19/07/2004-03:41:19(+0200): Daniel Ahlberg types
>
> TOP TEN:
> ========
> 
> x11-themes/sawfish-themes-0.0.1-r1 - 899 days (~ppc)
> games-arcade/circuslinux-1.0.3 - 899 days (~alpha)
> x11-libs/Xaw3d-1.5-r1 - 899 days (~mips)
> dev-util/xdelta-1.1.3 - 899 days (~amd64)
> dev-libs/pth-1.4.0 - 899 days (~amd64)
> app-sci/babel-1.6 - 899 days (~amd64)
> x11-misc/xkeycaps-2.46 - 899 days (~amd64)
> dev-python/orbit-python-0.3.1 - 899 days (~ppc)
> app-text/dgs-0.5.10-r1 - 899 days (~mips)
> media-video/mpeg2vidcodec-12-r1 - 899 days (~mips)

Was there an amd64 keyword on February 1, 2002?

-- 
\    Georgi Georgiev   \  IBM Advanced Systems Group -- a bunch of     \
 /    chutz@gg3.net     / mindless jerks, who'll be first against       /
\   +81(90)6266-1163   \  the wall when the revolution comes... --     \
 / -------------------  / with regrets to D. Adams                      /

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-19  3:30 ` Georgi Georgiev
@ 2004-07-19  3:34   ` Robin H. Johnson
  2004-07-19  7:28   ` Danny van Dyk
  1 sibling, 0 replies; 83+ messages in thread
From: Robin H. Johnson @ 2004-07-19  3:34 UTC (permalink / raw
  To: Gentoo Developers

[-- Attachment #1: Type: text/plain, Size: 919 bytes --]

On Mon, Jul 19, 2004 at 12:30:03PM +0900, Georgi Georgiev wrote:
> > TOP TEN:
> > ========
> > 
> > x11-themes/sawfish-themes-0.0.1-r1 - 899 days (~ppc)
> > games-arcade/circuslinux-1.0.3 - 899 days (~alpha)
> > x11-libs/Xaw3d-1.5-r1 - 899 days (~mips)
> > dev-util/xdelta-1.1.3 - 899 days (~amd64)
> > dev-libs/pth-1.4.0 - 899 days (~amd64)
> > app-sci/babel-1.6 - 899 days (~amd64)
> > x11-misc/xkeycaps-2.46 - 899 days (~amd64)
> > dev-python/orbit-python-0.3.1 - 899 days (~ppc)
> > app-text/dgs-0.5.10-r1 - 899 days (~mips)
> > media-video/mpeg2vidcodec-12-r1 - 899 days (~mips)
> Was there an amd64 keyword on February 1, 2002?
This question was asked last week ;-).

-- 
Robin Hugh Johnson
E-Mail     : robbat2@orbis-terrarum.net
Home Page  : http://www.orbis-terrarum.net/?l=people.robbat2
ICQ#       : 30269588 or 41961639
GnuPG FP   : 11AC BA4F 4778 E3F6 E4ED  F38E B27B 944E 3488 4E85

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-07-19  3:30 ` Georgi Georgiev
  2004-07-19  3:34   ` Robin H. Johnson
@ 2004-07-19  7:28   ` Danny van Dyk
  1 sibling, 0 replies; 83+ messages in thread
From: Danny van Dyk @ 2004-07-19  7:28 UTC (permalink / raw
  To: gentoo-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Georgi Georgiev schrieb:

|>dev-util/xdelta-1.1.3 - 899 days (~amd64)
| Was there an amd64 keyword on February 1, 2002?

~From xdelte ChangeLog:

~  18 Jul 2004; Daniel Ahlberg <aliz@gentoo.org> xdelta-1.1.3.ebuild:
~  Added amd64 keyword, closing #56947.

Daniel, your script doesn't like your work :-)

- --
Danny van Dyk
Gentoo/AMD64 Developer
kugelfang@gentoo.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFA+3gKaVNL8NrtU6IRAiO/AJsExo/nP7oTNwZNqUM5z0fTV8h0kwCfZLeb
b9gDstQtRvNTshui3aRGIYI=
=jVZs
-----END PGP SIGNATURE-----

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-07-28  1:04 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-07-28  1:04 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 7910 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

media-sound/gom-0.29.103-r1 - 908 days (~sparc ~amd64)
sys-fs/mtools-3.9.8-r1 - 908 days (~amd64)
net-libs/libnids-1.16 - 908 days (~ppc ~alpha)
games-arcade/circuslinux-1.0.3 - 908 days (~alpha)
dev-util/xdelta-1.1.3 - 908 days (~amd64)
net-irc/kvirc-3.0.0 - 908 days (~ppc ~sparc ~amd64)
dev-python/orbit-python-0.3.1 - 908 days (~ppc)
media-video/mpeg2vidcodec-12-r1 - 908 days (~mips)
dev-libs/pth-1.4.0 - 908 days (~amd64)
games-fps/lsdldoom-1.4.4.4 - 908 days (~sparc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 53 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-08-09  0:47 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-08-09  0:47 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8162 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

net-misc/netkit-timed-0.17-r6 - 920 days (~x86)
dev-util/xdelta-1.1.3 - 920 days (~amd64)
dev-python/orbit-python-0.3.1 - 920 days (~ppc)
media-video/mpeg2vidcodec-12-r1 - 920 days (~mips)
media-plugins/xmms-nas-0.2-r1 - 920 days (~ppc ~sparc ~amd64)
net-libs/libnids-1.16 - 920 days (~ppc ~alpha)
net-irc/kvirc-3.0.0 - 920 days (~ppc ~sparc ~amd64)
games-arcade/circuslinux-1.0.3 - 920 days (~alpha)
media-plugins/xmms-shn-2.2.4 - 920 days (~ppc ~mips ~alpha ~hppa)
media-sound/alsa-driver-0.5.12a - 920 days (~alpha)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 44 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-08-16  0:59 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-08-16  0:59 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8312 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

net-misc/netkit-timed-0.17-r6 - 927 days (~x86)
net-libs/libnids-1.16 - 927 days (~ppc ~alpha)
media-video/mpeg2vidcodec-12-r1 - 927 days (~mips)
media-sound/gom-0.29.103-r1 - 927 days (~sparc ~amd64)
x11-plugins/asclock-2.0.12 - 927 days (~mips)
sys-fs/mtools-3.9.8-r1 - 927 days (~amd64)
dev-java/kissme-classpath-0.19 - 927 days (~ppc)
media-sound/alsa-driver-0.5.12a - 927 days (~alpha)
app-admin/usbview-1.0-r1 - 927 days (~ppc64)
net-misc/smssend-3.2 - 927 days (~sparc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 55 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-08-24  0:47 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-08-24  0:47 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8397 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

dev-util/xdelta-1.1.3 - 935 days (~amd64)
net-libs/libnids-1.16 - 935 days (~ppc ~alpha)
dev-util/mergetrees-0.9.3 - 935 days (~ppc ~mips)
media-sound/gom-0.29.103-r1 - 935 days (~sparc ~amd64)
x11-plugins/asclock-2.0.12 - 935 days (~mips)
media-sound/alsa-driver-0.5.12a - 935 days (~alpha)
games-arcade/circuslinux-1.0.3 - 935 days (~alpha)
games-fps/lsdldoom-1.4.4.4 - 935 days (~sparc)
app-admin/usbview-1.0-r1 - 935 days (~ppc64)
net-irc/kvirc-3.0.0 - 935 days (~ppc ~sparc ~amd64)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 44 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-08-30  0:47 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-08-30  0:47 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8474 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

x11-plugins/asclock-2.0.12 - 941 days (~mips)
net-irc/kvirc-3.0.0 - 941 days (~ppc ~sparc ~amd64)
dev-python/orbit-python-0.3.1 - 941 days (~ppc)
net-misc/smssend-3.2 - 941 days (~sparc)
app-office/sc-7.12 - 941 days (~amd64)
games-arcade/circuslinux-1.0.3 - 941 days (~alpha)
sys-fs/mtools-3.9.8-r1 - 941 days (~amd64)
dev-util/xdelta-1.1.3 - 941 days (~amd64)
media-plugins/xmms-nas-0.2-r1 - 941 days (~ppc ~sparc ~amd64)
games-fps/lsdldoom-1.4.4.4 - 941 days (~sparc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 47 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-09-06  0:57 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-09-06  0:57 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8345 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

x11-plugins/asclock-2.0.12 - 948 days (~mips)
net-misc/smssend-3.2 - 948 days (~sparc)
dev-java/kissme-classpath-0.19 - 948 days (~ppc)
media-video/mpeg2vidcodec-12-r1 - 948 days (~mips)
x11-libs/buffy-0.2-r1 - 948 days (~ppc)
dev-util/xdelta-1.1.3 - 948 days (~amd64)
net-dns/dnswalk-2.0.2 - 948 days (~amd64)
games-fps/lsdldoom-1.4.4.4 - 948 days (~sparc)
x11-misc/xkeycaps-2.46 - 948 days (~amd64)
dev-util/mergetrees-0.9.3 - 948 days (~ppc ~mips)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 47 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-09-13  0:51 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-09-13  0:51 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8401 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

app-office/sc-7.12 - 955 days (~amd64)
app-sci/babel-1.6 - 955 days (~amd64)
x11-misc/xkeycaps-2.46 - 955 days (~amd64)
net-misc/ytalk-3.1.1 - 955 days (~amd64)
games-fps/lsdldoom-1.4.4.4 - 955 days (~sparc)
media-plugins/xmms-shn-2.2.4 - 955 days (~ppc ~mips ~alpha ~hppa)
net-dns/dnswalk-2.0.2 - 955 days (~amd64)
dev-util/xdelta-1.1.3 - 955 days (~amd64)
media-sound/alsa-driver-0.5.12a - 955 days (~alpha)
dev-python/orbit-python-0.3.1 - 955 days (~ppc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 45 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-09-20  0:49 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-09-20  0:49 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8486 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

dev-java/kissme-classpath-0.19 - 962 days (~ppc)
dev-python/orbit-python-0.3.1 - 962 days (~ppc)
sys-fs/mtools-3.9.8-r1 - 962 days (~amd64)
net-misc/smssend-3.2 - 962 days (~sparc)
x11-misc/xkeycaps-2.46 - 962 days (~amd64)
media-plugins/xmms-shn-2.2.4 - 962 days (~ppc ~mips ~alpha ~hppa)
media-sound/alsa-driver-0.5.12a - 962 days (~alpha)
dev-util/xdelta-1.1.3 - 962 days (~amd64)
net-dns/dnswalk-2.0.2 - 962 days (~amd64)
app-office/gnofin-0.8.4 - 962 days (~amd64)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 45 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-09-27  0:51 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-09-27  0:51 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8556 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

app-office/sc-7.12 - 969 days (~amd64)
net-misc/smssend-3.2 - 969 days (~sparc)
x11-libs/buffy-0.2-r1 - 969 days (~ppc)
media-plugins/xmms-shn-2.2.4 - 969 days (~ppc ~mips ~alpha ~hppa)
net-dns/dnswalk-2.0.2 - 969 days (~amd64)
media-plugins/xmms-nas-0.2-r1 - 969 days (~ppc)
games-fps/lsdldoom-1.4.4.4 - 969 days (~sparc)
net-misc/ytalk-3.1.1 - 969 days (~amd64)
x11-misc/xkeycaps-2.46 - 969 days (~amd64)
dev-util/mergetrees-0.9.3 - 969 days (~ppc ~mips)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 47 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-10-04 19:36 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-10-04 19:36 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8667 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========


Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 4054 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-10-30 14:53 Daniel Ahlberg
  2004-10-31  9:25 ` Henrik Brix Andersen
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2004-10-30 14:53 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8758 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

x11-libs/buffy-0.2-r1 - 1002 days (~ppc)
app-sci/babel-1.6 - 1002 days (~amd64)
net-misc/ytalk-3.1.1 - 1002 days (~amd64)
net-dns/dnswalk-2.0.2 - 1002 days (~amd64)
app-admin/usbview-1.0-r1 - 1002 days (~ppc64)
dev-python/orbit-python-0.3.1 - 1002 days (~ppc)
sys-fs/mtools-3.9.8-r1 - 1002 days (~amd64)
media-plugins/xmms-nas-0.2-r1 - 1002 days (~ppc)
app-office/sc-7.12 - 1002 days (~amd64)
games-arcade/circuslinux-1.0.3 - 1002 days (~alpha)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 65 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-30 14:53 Daniel Ahlberg
@ 2004-10-31  9:25 ` Henrik Brix Andersen
  2004-10-31 11:18   ` Roman Gaufman
  2004-10-31 13:34   ` Ciaran McCreesh
  0 siblings, 2 replies; 83+ messages in thread
From: Henrik Brix Andersen @ 2004-10-31  9:25 UTC (permalink / raw
  To: Daniel Ahlberg; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

Hi,

On Sat, 2004-10-30 at 16:53, Daniel Ahlberg wrote:
> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 8758 ebuilds.

Could someone please explain to me what the above mentioned site can be
used for?

I've checked the site a few times, but my email isn't even listed in the
drop-down list, and the package entries for packages maintained by the
mobile herd (to which I am enslaved) are not exactly up-to-date.

Sincerely,
Brix
-- 
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31  9:25 ` Henrik Brix Andersen
@ 2004-10-31 11:18   ` Roman Gaufman
  2004-10-31 13:36     ` Ciaran McCreesh
  2004-10-31 13:34   ` Ciaran McCreesh
  1 sibling, 1 reply; 83+ messages in thread
From: Roman Gaufman @ 2004-10-31 11:18 UTC (permalink / raw
  To: Henrik Brix Andersen; +Cc: Daniel Ahlberg, gentoo-dev

Would make a very nice QA measure. Any outdated/broken ebuild could be
auto reported to bugzilla and removed in 72 hours if no responce.

I think gentoo really needs QA measures of this sort. Like in debian,
packages get moved up from unstable to testing automatically if no
critical reports were made for 2 weeks.

This could have really great potential. Tests can be added to the
script to track new discovered problems, then repoman can be tied down
on the same system as this periodic test.

Very nice idea indeed. Any chance we could see the code?

On Sun, 31 Oct 2004 10:25:25 +0100, Henrik Brix Andersen
<brix@gentoo.org> wrote:
> Hi,
> 
> On Sat, 2004-10-30 at 16:53, Daniel Ahlberg wrote:
> > This is an automatically created email message.
> > http://gentoo.tamperd.net/stable has just been updated with 8758 ebuilds.
> 
> Could someone please explain to me what the above mentioned site can be
> used for?
> 
> I've checked the site a few times, but my email isn't even listed in the
> drop-down list, and the package entries for packages maintained by the
> mobile herd (to which I am enslaved) are not exactly up-to-date.
> 
> Sincerely,
> Brix
> --
> Henrik Brix Andersen <brix@gentoo.org>
> Gentoo Linux
> 
> 
>

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31  9:25 ` Henrik Brix Andersen
  2004-10-31 11:18   ` Roman Gaufman
@ 2004-10-31 13:34   ` Ciaran McCreesh
  2004-10-31 13:44     ` Henrik Brix Andersen
  1 sibling, 1 reply; 83+ messages in thread
From: Ciaran McCreesh @ 2004-10-31 13:34 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 532 bytes --]

On Sun, 31 Oct 2004 10:25:25 +0100 Henrik Brix Andersen
<brix@gentoo.org> wrote:
| I've checked the site a few times, but my email isn't even listed in
| the drop-down list, and the package entries for packages maintained by
| the mobile herd (to which I am enslaved) are not exactly up-to-date.

You're only in the list if you're listed as a maintainer for any
packages...

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, Sparc, Mips)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31 11:18   ` Roman Gaufman
@ 2004-10-31 13:36     ` Ciaran McCreesh
  2004-11-01 18:14       ` Roman Gaufman
  0 siblings, 1 reply; 83+ messages in thread
From: Ciaran McCreesh @ 2004-10-31 13:36 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Sun, 31 Oct 2004 11:18:33 +0000 Roman Gaufman <hackeron@gmail.com>
wrote:
| Would make a very nice QA measure. Any outdated/broken ebuild could be
| auto reported to bugzilla and removed in 72 hours if no responce.

Eh? Huh? By "QA measure" you mean "ways of making loads of QA problems"?

| I think gentoo really needs QA measures of this sort. Like in debian,
| packages get moved up from unstable to testing automatically if no
| critical reports were made for 2 weeks.

We've already discussed over and over why we can't do this. It would be
a QA nightmare.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, Sparc, Mips)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31 13:34   ` Ciaran McCreesh
@ 2004-10-31 13:44     ` Henrik Brix Andersen
  2004-10-31 20:36       ` Ciaran McCreesh
  0 siblings, 1 reply; 83+ messages in thread
From: Henrik Brix Andersen @ 2004-10-31 13:44 UTC (permalink / raw
  To: Ciaran McCreesh; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

Hi,

On Sun, 2004-10-31 at 14:34, Ciaran McCreesh wrote:
> You're only in the list if you're listed as a maintainer for any
> packages...

I am the maintainer of several packages and listed as such in
metadata.xml.

Sincerely,
Brix
-- 
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Linux

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31 13:44     ` Henrik Brix Andersen
@ 2004-10-31 20:36       ` Ciaran McCreesh
  2004-10-31 21:26         ` Markus Nigbur
  0 siblings, 1 reply; 83+ messages in thread
From: Ciaran McCreesh @ 2004-10-31 20:36 UTC (permalink / raw
  To: Henrik Brix Andersen; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

On Sun, 31 Oct 2004 14:44:08 +0100 Henrik Brix Andersen
<brix@gentoo.org> wrote:
| On Sun, 2004-10-31 at 14:34, Ciaran McCreesh wrote:
| > You're only in the list if you're listed as a maintainer for any
| > packages...
| 
| I am the maintainer of several packages and listed as such in
| metadata.xml.

Hm, then none of the things you maintain have got any of what the script
considers to be errors. Congratulation.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, Sparc, Mips)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31 20:36       ` Ciaran McCreesh
@ 2004-10-31 21:26         ` Markus Nigbur
  0 siblings, 0 replies; 83+ messages in thread
From: Markus Nigbur @ 2004-10-31 21:26 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 566 bytes --]

On Sun, 2004-10-31 at 20:36 +0000, Ciaran McCreesh wrote:
> On Sun, 31 Oct 2004 14:44:08 +0100 Henrik Brix Andersen
> <brix@gentoo.org> wrote:
> | On Sun, 2004-10-31 at 14:34, Ciaran McCreesh wrote:
> | > You're only in the list if you're listed as a maintainer for any
> | > packages...
> | 
> | I am the maintainer of several packages and listed as such in
> | metadata.xml.
> 
> Hm, then none of the things you maintain have got any of what the script
> considers to be errors. Congratulation.
> 

error-prone or unstable in any arch for too long.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-10-31 13:36     ` Ciaran McCreesh
@ 2004-11-01 18:14       ` Roman Gaufman
  2004-11-01 20:17         ` Ciaran McCreesh
  0 siblings, 1 reply; 83+ messages in thread
From: Roman Gaufman @ 2004-11-01 18:14 UTC (permalink / raw
  To: Ciaran McCreesh; +Cc: gentoo-dev

On Sun, 31 Oct 2004 13:36:03 +0000, Ciaran McCreesh <ciaranm@gentoo.org> wrote:
> On Sun, 31 Oct 2004 11:18:33 +0000 Roman Gaufman <hackeron@gmail.com>
> wrote:
> | Would make a very nice QA measure. Any outdated/broken ebuild could be
> | auto reported to bugzilla and removed in 72 hours if no responce.
> 
> Eh? Huh? By "QA measure" you mean "ways of making loads of QA problems"?

You know better, but why would this cause QA problems? -- if
maintainer disappeared and the package just sits there for years,
hell, let it be removed. Otherwise, a maintainer can just reply to bug
report and not be asked about it again.

> | I think gentoo really needs QA measures of this sort. Like in debian,
> | packages get moved up from unstable to testing automatically if no
> | critical reports were made for 2 weeks.
> 
> We've already discussed over and over why we can't do this. It would be
> a QA nightmare.
ok, that would be a QA nightmare. I'm just giving an example of how
another popular distribution automates some of their QA (this example
shows how not to do it though).

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-11-01 18:14       ` Roman Gaufman
@ 2004-11-01 20:17         ` Ciaran McCreesh
  0 siblings, 0 replies; 83+ messages in thread
From: Ciaran McCreesh @ 2004-11-01 20:17 UTC (permalink / raw
  To: Roman Gaufman; +Cc: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

On Mon, 1 Nov 2004 18:14:30 +0000 Roman Gaufman <hackeron@gmail.com>
wrote:
| On Sun, 31 Oct 2004 13:36:03 +0000, Ciaran McCreesh
| <ciaranm@gentoo.org> wrote:
| > On Sun, 31 Oct 2004 11:18:33 +0000 Roman Gaufman
| > <hackeron@gmail.com> wrote:
| > | Would make a very nice QA measure. Any outdated/broken ebuild
| > | could be auto reported to bugzilla and removed in 72 hours if no
| > | responce.
| > 
| > Eh? Huh? By "QA measure" you mean "ways of making loads of QA
| > problems"?
| 
| You know better, but why would this cause QA problems? -- if
| maintainer disappeared and the package just sits there for years,
| hell, let it be removed. Otherwise, a maintainer can just reply to bug
| report and not be asked about it again.

If we were to remove 'unmaintained' packages, you wouldn't be able to
bootstrap.

-- 
Ciaran McCreesh : Gentoo Developer (Vim, Fluxbox, Sparc, Mips)
Mail            : ciaranm at gentoo.org
Web             : http://dev.gentoo.org/~ciaranm


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-11-17 13:56 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-11-17 13:56 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8749 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========

net-misc/smssend-3.2 - 1020 days (~sparc)
media-sound/id3-0.12-r1 - 1020 days (~ppc64)
net-misc/ytalk-3.1.1 - 1020 days (~amd64)
media-plugins/xmms-nas-0.2-r1 - 1020 days (~ppc)
app-admin/usbview-1.0-r1 - 1020 days (~ppc64)
mail-client/spruce-0.7.6-r2 - 1020 days (~ppc)
app-office/gnofin-0.8.4 - 1020 days (~amd64)
media-libs/gle-3.0.1-r2 - 1020 days (~ppc64)
app-office/sc-7.12 - 1020 days (~amd64)
dev-util/mergetrees-0.9.3 - 1020 days (~mips ~ppc)

Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 121 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-11-22  2:46 Daniel Ahlberg
  2004-11-22 22:32 ` Roman Gaufman
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2004-11-22  2:46 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 8882 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========


Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 106 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2004-11-22  2:46 Daniel Ahlberg
@ 2004-11-22 22:32 ` Roman Gaufman
  0 siblings, 0 replies; 83+ messages in thread
From: Roman Gaufman @ 2004-11-22 22:32 UTC (permalink / raw
  To: Daniel Ahlberg; +Cc: gentoo-dev

Nothing under :

TOP TEN:
========

Is this a bug?

On Mon, 22 Nov 2004 03:46:30 +0100 (CET), Daniel Ahlberg
<aliz@gentoo.org> wrote:
> Hi,
> 
> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 8882 ebuilds.
> 
> The page shows results from a number of tests that are run against the ebuilds. The tests are:
> * if a version has been masked for 30 days or more.
> * if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
> * if SRC_URI contains hosts specified in thirdpartymirrors.
> * if ebuild uses patch instead of epatch.
> * if ebuild sets S to ${WORKDIR}/${P}.
> * if ebuild redefines P, PV, PN or PF.
> * If the use flags in the ebuild matches those in IUSE.
> * If ebuild sets IUSE.
> * if ebuild doesn't inherit eutils when it uses functions from eutils.
> * if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
> * if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
> * if ebuild has $PN in SRC_URI (cosmetic).
> * if ebuild forces -fPIC flag to CFLAGS.
> * if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
> * if ebuild uses is-flag -fPIC, should be changed to has_fpic.
> * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
> * if ebuild has arch keyword(s) in iuse.
> * if ebuild overrides MAKEOPTS.
> * if ebuild has automake, autoconf or libtool in RDEPEND.
> 
> TOP TEN:
> ========
> 
> Questions and comments may be directed to aliz@gentoo.org.
> 
> Script has been running for 106 minutes.
> 
> --
> gentoo-dev@gentoo.org mailing list
> 
>

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-11-29  2:47 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-11-29  2:47 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 9021 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========


Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 107 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2004-12-06  2:52 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2004-12-06  2:52 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 9074 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* If the use flags in the ebuild matches those in IUSE.
* If ebuild sets IUSE.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.


TOP TEN:
========


Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 112 minutes.

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
       [not found] <20050207031955.5ABF33F86DE@nea.localnet>
@ 2005-03-27 23:45 ` Daniel
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel @ 2005-03-27 23:45 UTC (permalink / raw
  To: gentoo-dev; +Cc: Daniel Ahlberg

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 10506 ebuilds.

Has this died?

-- 
Daniel Black <dragonheart@gentoo.org>
Gentoo Crypto/PPC/dev-embedded/Forensics/NetMon

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-08-23 18:54 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-08-23 18:54 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 11404 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 307 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-08-24  5:42 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-08-24  5:42 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 11406 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 342 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-08-29  3:19 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-08-29  3:19 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 11702 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 199 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-09-05  3:28 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-09-05  3:28 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 11795 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 208 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-09-12  3:42 Daniel Ahlberg
  2005-09-12  8:09 ` Anthony Gorecki
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2005-09-12  3:42 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 12219 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 222 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2005-09-12  3:42 Daniel Ahlberg
@ 2005-09-12  8:09 ` Anthony Gorecki
  0 siblings, 0 replies; 83+ messages in thread
From: Anthony Gorecki @ 2005-09-12  8:09 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

On Sunday, September 11, 2005 20:42, Daniel Ahlberg wrote:
> The page shows results from a number of tests that are run against the 
ebuilds.

Why does this script no longer include the results in the actual message? It 
was helpful to have both as a reference source.


-- 
Anthony Gorecki
Ectro-Linux Foundation

[-- Attachment #2: Type: application/pgp-signature, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-09-19  3:44 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-09-19  3:44 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 12071 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 224 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-09-26  3:48 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-09-26  3:48 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 12116 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 228 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-10-03  3:47 Daniel Ahlberg
  2005-10-07 15:13 ` Rajiv Aaron Manglani
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2005-10-03  3:47 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 12916 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 227 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2005-10-03  3:47 Daniel Ahlberg
@ 2005-10-07 15:13 ` Rajiv Aaron Manglani
  0 siblings, 0 replies; 83+ messages in thread
From: Rajiv Aaron Manglani @ 2005-10-07 15:13 UTC (permalink / raw
  To: gentoo-dev; +Cc: Daniel Ahlberg

[-- Attachment #1: Type: text/plain, Size: 1655 bytes --]

hi. any way to change the form on this page to handle GET instead of  
POST ?
that way we could bookmark searches.

thanks.

On Oct 2, 2005, at 11:47 PM, Daniel Ahlberg wrote:

> Hi,
>
> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 12916  
> ebuilds.
>
> The page shows results from a number of tests that are run against  
> the ebuilds. The tests are:
> * if a version has been masked for 30 days or more.
> * if an arch was in KEYWORDS in an older ebuild, but not in the  
> newer ones.
> * if SRC_URI contains hosts specified in thirdpartymirrors.
> * if ebuild uses patch instead of epatch.
> * if ebuild sets S to ${WORKDIR}/${P}.
> * if ebuild redefines P, PV, PN or PF.
> * if ebuild doesn't inherit eutils when it uses functions from eutils.
> * if ebuild doesn't inherit flag-o-matic when it uses functions  
> from flag-o-matic.
> * if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
> * if ebuild has $PN in SRC_URI (cosmetic).
> * if ebuild forces -fPIC flag to CFLAGS.
> * if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
> * if ebuild uses is-flag -fPIC, should be changed to has_fpic.
> * if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to  
> $DEPEND.
> * if ebuild has arch keyword(s) in iuse.
> * if ebuild overrides MAKEOPTS.
> * if ebuild has automake, autoconf or libtool in RDEPEND.
> * if ebuild exists in ChangeLog.
> * if ebuild installs COPYING and/or INSTALL into doc.
>
> The database is updated once a day and this email is sent once a week.
> Questions and comments may be directed to aliz@gentoo.org.
>
> Script has been running for 227 minutes.


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 186 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-10-24  5:40 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-10-24  5:40 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13694 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 340 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-10-31  7:49 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-10-31  7:49 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13782 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 409 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-11-07  8:08 Daniel Ahlberg
  2005-11-07 10:12 ` Diego 'Flameeyes' Pettenò
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2005-11-07  8:08 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13748 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 428 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2005-11-07  8:08 Daniel Ahlberg
@ 2005-11-07 10:12 ` Diego 'Flameeyes' Pettenò
  0 siblings, 0 replies; 83+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2005-11-07 10:12 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 844 bytes --]

On Monday 07 November 2005 09:08, Daniel Ahlberg wrote:
> The database is updated once a day and this email is sent once a week.
> Questions and comments may be directed to aliz@gentoo.org.
As you told ;)

I was wondering if you could add a couple of checks for Gentoo/ALT 
compatibility... not the "big" ones, but at least the enewuser one and the 
gnuld one (basically just regexp matching for enewuser.*/bin/false and 
--with-gnu-ld) that makes a bit difficult to continuously control just from 
this side :)

Also, could you add ABOUT-NLS to the list of files to avoid dodoc-ing? It's 
mainly GNUish things that does not even get updated on others projects and 
are mostly useless.

Thanks,
-- 
Diego "Flameeyes" Pettenò - http://dev.gentoo.org/~flameeyes/
Gentoo/ALT lead, Gentoo/FreeBSD, Video, AMD64, Sound, PAM, KDE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-11-14  7:12 Daniel Ahlberg
  2005-11-14 13:14 ` Andrej Kacian
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2005-11-14  7:12 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14406 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 372 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2005-11-14  7:12 Daniel Ahlberg
@ 2005-11-14 13:14 ` Andrej Kacian
  0 siblings, 0 replies; 83+ messages in thread
From: Andrej Kacian @ 2005-11-14 13:14 UTC (permalink / raw
  To: gentoo-dev, aliz

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

On Mon, 14 Nov 2005 08:12:25 +0100 (CET)
Daniel Ahlberg <aliz@gentoo.org> wrote:

> This is an automatically created email message.
> http://gentoo.tamperd.net/stable has just been updated with 14406 ebuilds.

Just FYI, it doesn't display correctly in Opera - I can provide screenshots if
you want.

-- 
Andrej "Ticho" Kacian <ticho at gentoo dot org>
Gentoo Linux Developer - net-mail, antivirus, sound, x86

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-11-21 23:08 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-11-21 23:08 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14544 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 2768 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-11-28  9:29 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-11-28  9:29 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14890 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 509 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-12-05  9:42 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-12-05  9:42 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14377 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 522 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-12-12  9:49 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-12-12  9:49 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13568 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 529 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-12-19 14:18 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-12-19 14:18 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13634 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 798 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2005-12-26  7:36 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2005-12-26  7:36 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14140 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 396 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-01-01  7:31 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-01-01  7:31 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13875 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 391 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-01-02  7:37 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-01-02  7:37 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13904 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 397 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-01-09  7:53 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-01-09  7:53 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 13973 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 413 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-02-25 10:59 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-02-25 10:59 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14485 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 1651 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-02-27  5:50 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-02-27  5:50 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14452 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 697 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-03-06  8:29 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-03-06  8:29 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14535 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 449 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-03-13  8:26 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-03-13  8:26 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14662 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 446 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-03-20  3:55 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-03-20  3:55 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14731 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 175 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-03-27  2:41 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-03-27  2:41 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14963 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 161 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-04-03  2:39 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-04-03  2:39 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15047 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 159 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-04-10  3:26 Daniel Ahlberg
  2006-04-10  8:12 ` Paul de Vrieze
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2006-04-10  3:26 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14512 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 206 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2006-04-10  3:26 Daniel Ahlberg
@ 2006-04-10  8:12 ` Paul de Vrieze
  0 siblings, 0 replies; 83+ messages in thread
From: Paul de Vrieze @ 2006-04-10  8:12 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

On Monday 10 April 2006 05:26, Daniel Ahlberg wrote:
> * if ebuild has $PN in SRC_URI (cosmetic).

Why is this one bad? It creates some flexibility, and has the name of the 
package in one place only.

Paul

-- 
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net

[-- Attachment #2: Type: application/pgp-signature, Size: 200 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-04-17  3:41 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-04-17  3:41 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14762 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 221 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-04-24  3:38 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-04-24  3:38 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 14970 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 218 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-05-01  3:38 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-05-01  3:38 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15060 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 218 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-05-08  3:35 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-05-08  3:35 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15227 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 215 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-05-15  4:06 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-05-15  4:06 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15388 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 246 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-05-22  4:01 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-05-22  4:01 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15456 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 241 minutes.
-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-05-29  3:54 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-05-29  3:54 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15470 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 234 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-06-05  3:44 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-06-05  3:44 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15551 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 224 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-06-12  3:38 Daniel Ahlberg
  2006-06-12 17:56 ` Thilo Bangert
  0 siblings, 1 reply; 83+ messages in thread
From: Daniel Ahlberg @ 2006-06-12  3:38 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15545 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 218 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* Re: [gentoo-dev] aging ebuilds with unstable keywords
  2006-06-12  3:38 Daniel Ahlberg
@ 2006-06-12 17:56 ` Thilo Bangert
  0 siblings, 0 replies; 83+ messages in thread
From: Thilo Bangert @ 2006-06-12 17:56 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 431 bytes --]


this is a nifty tool - thanks!

> * if ebuild has $HOMEPAGE in SRC_URI (cosmetic). 

hhm - just started using it, as i thought it was a nice way to reduce 
redundancy, but perhaps not.... :P

www-servers/lighttpd-1.4.11
www-servers/lighttpd-1.4.3
www-servers/lighttpd-1.4.5

how old is the base of this? 1.4.3 and 1.4.5 have been removed some time 
ago (10th Oct 2005 according to ChangeLog)?

kind regards
Thilo

[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]

^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-06-19  3:09 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-06-19  3:09 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15664 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 189 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-06-26  3:13 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-06-26  3:13 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15763 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 193 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

* [gentoo-dev] aging ebuilds with unstable keywords
@ 2006-07-03  3:16 Daniel Ahlberg
  0 siblings, 0 replies; 83+ messages in thread
From: Daniel Ahlberg @ 2006-07-03  3:16 UTC (permalink / raw
  To: gentoo-dev, aliz

Hi,

This is an automatically created email message.
http://gentoo.tamperd.net/stable has just been updated with 15968 ebuilds.

The page shows results from a number of tests that are run against the ebuilds. The tests are:
* if a version has been masked for 30 days or more.
* if an arch was in KEYWORDS in an older ebuild, but not in the newer ones.
* if SRC_URI contains hosts specified in thirdpartymirrors.
* if ebuild uses patch instead of epatch.
* if ebuild sets S to ${WORKDIR}/${P}.
* if ebuild redefines P, PV, PN or PF.
* if ebuild doesn't inherit eutils when it uses functions from eutils.
* if ebuild doesn't inherit flag-o-matic when it uses functions from flag-o-matic.
* if ebuild has $HOMEPAGE in SRC_URI (cosmetic).
* if ebuild has $PN in SRC_URI (cosmetic).
* if ebuild forces -fPIC flag to CFLAGS.
* if ebuild has deprecated WANT_AUTO(CONF|MAKE)_?_?.
* if ebuild uses is-flag -fPIC, should be changed to has_fpic.
* if ebuild appends $RDEPEND or $DEPEND to $RDEPEND or $DEPEND to $DEPEND.
* if ebuild has arch keyword(s) in iuse.
* if ebuild overrides MAKEOPTS.
* if ebuild has automake, autoconf or libtool in RDEPEND.
* if ebuild exists in ChangeLog.
* if ebuild installs COPYING and/or INSTALL into doc.

The database is updated once a day and this email is sent once a week.
Questions and comments may be directed to aliz@gentoo.org.

Script has been running for 196 minutes.

-- 
gentoo-dev@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 83+ messages in thread

end of thread, other threads:[~2011-10-31  3:56 UTC | newest]

Thread overview: 83+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-23 18:54 [gentoo-dev] aging ebuilds with unstable keywords Daniel Ahlberg
  -- strict thread matches above, loose matches on Subject: below --
2006-07-03  3:16 Daniel Ahlberg
2006-06-26  3:13 Daniel Ahlberg
2006-06-19  3:09 Daniel Ahlberg
2006-06-12  3:38 Daniel Ahlberg
2006-06-12 17:56 ` Thilo Bangert
2006-06-05  3:44 Daniel Ahlberg
2006-05-29  3:54 Daniel Ahlberg
2006-05-22  4:01 Daniel Ahlberg
2006-05-15  4:06 Daniel Ahlberg
2006-05-08  3:35 Daniel Ahlberg
2006-05-01  3:38 Daniel Ahlberg
2006-04-24  3:38 Daniel Ahlberg
2006-04-17  3:41 Daniel Ahlberg
2006-04-10  3:26 Daniel Ahlberg
2006-04-10  8:12 ` Paul de Vrieze
2006-04-03  2:39 Daniel Ahlberg
2006-03-27  2:41 Daniel Ahlberg
2006-03-20  3:55 Daniel Ahlberg
2006-03-13  8:26 Daniel Ahlberg
2006-03-06  8:29 Daniel Ahlberg
2006-02-27  5:50 Daniel Ahlberg
2006-02-25 10:59 Daniel Ahlberg
2006-01-09  7:53 Daniel Ahlberg
2006-01-02  7:37 Daniel Ahlberg
2006-01-01  7:31 Daniel Ahlberg
2005-12-26  7:36 Daniel Ahlberg
2005-12-19 14:18 Daniel Ahlberg
2005-12-12  9:49 Daniel Ahlberg
2005-12-05  9:42 Daniel Ahlberg
2005-11-28  9:29 Daniel Ahlberg
2005-11-21 23:08 Daniel Ahlberg
2005-11-14  7:12 Daniel Ahlberg
2005-11-14 13:14 ` Andrej Kacian
2005-11-07  8:08 Daniel Ahlberg
2005-11-07 10:12 ` Diego 'Flameeyes' Pettenò
2005-10-31  7:49 Daniel Ahlberg
2005-10-24  5:40 Daniel Ahlberg
2005-10-03  3:47 Daniel Ahlberg
2005-10-07 15:13 ` Rajiv Aaron Manglani
2005-09-26  3:48 Daniel Ahlberg
2005-09-19  3:44 Daniel Ahlberg
2005-09-12  3:42 Daniel Ahlberg
2005-09-12  8:09 ` Anthony Gorecki
2005-09-05  3:28 Daniel Ahlberg
2005-08-29  3:19 Daniel Ahlberg
2005-08-24  5:42 Daniel Ahlberg
     [not found] <20050207031955.5ABF33F86DE@nea.localnet>
2005-03-27 23:45 ` Daniel
2004-12-06  2:52 Daniel Ahlberg
2004-11-29  2:47 Daniel Ahlberg
2004-11-22  2:46 Daniel Ahlberg
2004-11-22 22:32 ` Roman Gaufman
2004-11-17 13:56 Daniel Ahlberg
2004-10-30 14:53 Daniel Ahlberg
2004-10-31  9:25 ` Henrik Brix Andersen
2004-10-31 11:18   ` Roman Gaufman
2004-10-31 13:36     ` Ciaran McCreesh
2004-11-01 18:14       ` Roman Gaufman
2004-11-01 20:17         ` Ciaran McCreesh
2004-10-31 13:34   ` Ciaran McCreesh
2004-10-31 13:44     ` Henrik Brix Andersen
2004-10-31 20:36       ` Ciaran McCreesh
2004-10-31 21:26         ` Markus Nigbur
2004-10-04 19:36 Daniel Ahlberg
2004-09-27  0:51 Daniel Ahlberg
2004-09-20  0:49 Daniel Ahlberg
2004-09-13  0:51 Daniel Ahlberg
2004-09-06  0:57 Daniel Ahlberg
2004-08-30  0:47 Daniel Ahlberg
2004-08-24  0:47 Daniel Ahlberg
2004-08-16  0:59 Daniel Ahlberg
2004-08-09  0:47 Daniel Ahlberg
2004-07-28  1:04 Daniel Ahlberg
2004-07-19  1:41 Daniel Ahlberg
2004-07-19  3:30 ` Georgi Georgiev
2004-07-19  3:34   ` Robin H. Johnson
2004-07-19  7:28   ` Danny van Dyk
2004-07-12  0:53 Daniel Ahlberg
2004-07-12  8:20 ` Alexander Futasz
2004-07-12  8:31   ` Jeremy Huddleston
2004-07-12 13:42   ` Mike Frysinger
2004-07-12 18:49 ` Phil Richards
2004-07-14 18:24 ` Matthias Liertzer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox