public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] circular moves
@ 2005-04-18 15:09 Marius Mauch
  2005-04-18 18:30 ` Mike Frysinger
  2005-04-19 12:17 ` Henrik Brix Andersen
  0 siblings, 2 replies; 6+ messages in thread
From: Marius Mauch @ 2005-04-18 15:09 UTC (permalink / raw
  To: gentoo-dev

Hi,

just noticed that there are a number of circular moves in the global
update files (PORTDIR/profiles/update/*). This is a bad thing as they
cause some issues with etc-update and package.* files, see
http://forums.gentoo.org/viewtopic-t-325721.html for an example.

Currently the following entries cause problems:

2Q-2003:move sys-apps/lm_sensors sys-apps/lm-sensors
3Q-2003:move dev-lang/mono dev-dotnet/mono
3Q-2004:move app-laptop/wmbatppc x11-plugins/wmbatppc
3Q-2004:move app-xemacs/eterm app-xemacs/xemacs-eterm
4Q-2002:move net-misc/atftp net-ftp/atftp
4Q-2002:move x11-plugins/gkrellmwireless net-wireless/gkrellmwireless
4Q-2004:move dev-java/wsdl4j-bin dev-java/wsdl4j

Their conterparts being:

1Q-2003:move net-wireless/gkrellmwireless x11-plugins/gkrellmwireless
1Q-2004:move x11-plugins/wmbatppc app-laptop/wmbatppc
1Q-2005:move dev-dotnet/mono dev-lang/mono
1Q-2005:move sys-apps/lm-sensors sys-apps/lm_sensors
2Q-2003:move app-xemacs/xemacs-eterm app-xemacs/eterm
3Q-2003:move net-ftp/atftp net-misc/atftp
3Q-2004:move dev-java/wsdl4j dev-java/wsdl4j-bin

If you maintain one of the mentioned packages please remove the older
entry from the update files.
The following (horrible) bash command was used to find these:

cd profiles/updates; grep ^move * > /tmp/updatelist; for x in $(cut -d\ 
-f 2 < /tmp/updatelist) ; do cat /tmp/updatelist | cut -d\  -f 3 | grep
$x; done > /tmp/indirectlist; l=""; for x in $(< /tmp/indirectlist); do
l="$l\n$(grep $x /tmp/updatelist | cut -d\  -f 2-3)"; done; while read
x; do y=$(echo $x | grep -E '.+/.+ .+/.+ .+/.+ .+/.+'); a=$(echo $y |
cut -d\   -f 1); b=$(echo $y | cut -d\  -f 2); c=$(echo $y | cut -d\  -f
3); d=$(echo $y | cut -d\  -f 4); [ "$a" == "$d" -a "$b" == "$c" ] &&
echo $a $b; done <<< "$(echo -e $l)"|grep -v '^$'|sort -u | while read
x; do grep "$x" *; done

Marius

-- 
Public Key at http://www.genone.de/info/gpg-key.pub

In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
-- 
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] circular moves
  2005-04-18 15:09 [gentoo-dev] circular moves Marius Mauch
@ 2005-04-18 18:30 ` Mike Frysinger
  2005-04-19  1:17   ` Olivier Crête
  2005-04-19 12:17 ` Henrik Brix Andersen
  1 sibling, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2005-04-18 18:30 UTC (permalink / raw
  To: gentoo-dev

On Monday 18 April 2005 11:09 am, Marius Mauch wrote:
> 4Q-2002:move net-misc/atftp net-ftp/atftp
> 3Q-2003:move net-ftp/atftp net-misc/atftp

personally i dont who thought putting atftp into net-misc from net-ftp was a 
good idea ... all ftp packages should be in net-ftp right ?

if no one cares i'll move:
atftp / linksys-tftp / netkit-tftp
from net-misc to net-ftp where they belong
-mike
-- 
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] circular moves
  2005-04-18 18:30 ` Mike Frysinger
@ 2005-04-19  1:17   ` Olivier Crête
  2005-04-19  1:24     ` Mike Frysinger
  2005-04-19  1:32     ` Stuart Longland
  0 siblings, 2 replies; 6+ messages in thread
From: Olivier Crête @ 2005-04-19  1:17 UTC (permalink / raw
  To: gentoo-dev

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

On Mon, 2005-18-04 at 14:30 -0400, Mike Frysinger wrote:
> On Monday 18 April 2005 11:09 am, Marius Mauch wrote:
> > 4Q-2002:move net-misc/atftp net-ftp/atftp
> > 3Q-2003:move net-ftp/atftp net-misc/atftp
> 
> personally i dont who thought putting atftp into net-misc from net-ftp was a 
> good idea ... all ftp packages should be in net-ftp right ?
> 
> if no one cares i'll move:
> atftp / linksys-tftp / netkit-tftp
> from net-misc to net-ftp where they belong
> -mike

It might be related to the fact that they are tftp programs... which is
different from ftp...

-- 
Olivier Crête
tester@gentoo.org
x86 Security Liaison

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

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

* Re: [gentoo-dev] circular moves
  2005-04-19  1:17   ` Olivier Crête
@ 2005-04-19  1:24     ` Mike Frysinger
  2005-04-19  1:32     ` Stuart Longland
  1 sibling, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2005-04-19  1:24 UTC (permalink / raw
  To: gentoo-dev

On Monday 18 April 2005 09:17 pm, Olivier Crête wrote:
> On Mon, 2005-18-04 at 14:30 -0400, Mike Frysinger wrote:
> > On Monday 18 April 2005 11:09 am, Marius Mauch wrote:
> > > 4Q-2002:move net-misc/atftp net-ftp/atftp
> > > 3Q-2003:move net-ftp/atftp net-misc/atftp
> >
> > personally i dont who thought putting atftp into net-misc from net-ftp
> > was a good idea ... all ftp packages should be in net-ftp right ?
> >
> > if no one cares i'll move:
> > atftp / linksys-tftp / netkit-tftp
> > from net-misc to net-ftp where they belong
> > -mike
>
> It might be related to the fact that they are tftp programs... which is
> different from ftp...

i know tftp is not exactly the samething as ftp, but it's a lot closer than 
'misc' ;)
-mike

-- 
gentoo-dev@gentoo.org mailing list


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

* Re: [gentoo-dev] circular moves
  2005-04-19  1:17   ` Olivier Crête
  2005-04-19  1:24     ` Mike Frysinger
@ 2005-04-19  1:32     ` Stuart Longland
  1 sibling, 0 replies; 6+ messages in thread
From: Stuart Longland @ 2005-04-19  1:32 UTC (permalink / raw
  To: gentoo-dev

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

Olivier Crête wrote:
> On Mon, 2005-18-04 at 14:30 -0400, Mike Frysinger wrote:
>
>>On Monday 18 April 2005 11:09 am, Marius Mauch wrote:
>>
>>>4Q-2002:move net-misc/atftp net-ftp/atftp
>>>3Q-2003:move net-ftp/atftp net-misc/atftp
>>
>>personally i dont who thought putting atftp into net-misc from net-ftp was a
>>good idea ... all ftp packages should be in net-ftp right ?
>>
>>if no one cares i'll move:
>>atftp / linksys-tftp / netkit-tftp
>>from net-misc to net-ftp where they belong
>>-mike
>
>
> It might be related to the fact that they are tftp programs... which is
> different from ftp...
>

True, but tftp is one method of transferring a file.  So in that regard,
it, and others such as rsync IMHO still belong in net-ftp.

--
+-------------------------------------------------------------+
| Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org |
| Atomic Linux Project     -oOo-    http://atomicl.berlios.de |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| I haven't lost my mind - it's backed up on a tape somewhere |
+-------------------------------------------------------------+

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

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

* Re: [gentoo-dev] circular moves
  2005-04-18 15:09 [gentoo-dev] circular moves Marius Mauch
  2005-04-18 18:30 ` Mike Frysinger
@ 2005-04-19 12:17 ` Henrik Brix Andersen
  1 sibling, 0 replies; 6+ messages in thread
From: Henrik Brix Andersen @ 2005-04-19 12:17 UTC (permalink / raw
  To: gentoo-dev

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

On Mon, 2005-04-18 at 17:09 +0200, Marius Mauch wrote:
> 2Q-2003:move sys-apps/lm_sensors sys-apps/lm-sensors

Fixed.

./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] 6+ messages in thread

end of thread, other threads:[~2005-04-19 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-18 15:09 [gentoo-dev] circular moves Marius Mauch
2005-04-18 18:30 ` Mike Frysinger
2005-04-19  1:17   ` Olivier Crête
2005-04-19  1:24     ` Mike Frysinger
2005-04-19  1:32     ` Stuart Longland
2005-04-19 12:17 ` Henrik Brix Andersen

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