Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: Dev

multiple package moves into one

 

 

Gentoo dev RSS feed   Index | Next | Previous | View Threaded


cardoe at gentoo

Jul 15, 2012, 3:08 PM

Post #1 of 6 (175 views)
Permalink
multiple package moves into one

Is it valid to do something like:

move media-plugins/mytharchive media-plugins/mythplugins
move media-plugins/mythbrowser media-plugins/mythplugins
move media-plugins/mythgallery media-plugins/mythplugins
move media-plugins/mythgame media-plugins/mythplugins
move media-plugins/mythmovies media-plugins/mythplugins
move media-plugins/mythnews media-plugins/mythplugins
move media-plugins/mythweather media-plugins/mythplugins

Thanks.
--
Doug Goldstein


ciaran.mccreesh at googlemail

Jul 15, 2012, 3:14 PM

Post #2 of 6 (175 views)
Permalink
Re: multiple package moves into one [In reply to]

On Sun, 15 Jul 2012 17:08:45 -0500
Doug Goldstein <cardoe [at] gentoo> wrote:
> Is it valid to do something like:
>
> move media-plugins/mytharchive media-plugins/mythplugins
> move media-plugins/mythbrowser media-plugins/mythplugins
> move media-plugins/mythgallery media-plugins/mythplugins
> move media-plugins/mythgame media-plugins/mythplugins
> move media-plugins/mythmovies media-plugins/mythplugins
> move media-plugins/mythnews media-plugins/mythplugins
> move media-plugins/mythweather media-plugins/mythplugins

Nope.

--
Ciaran McCreesh
Attachments: signature.asc (0.19 KB)


zmedico at gentoo

Jul 15, 2012, 3:16 PM

Post #3 of 6 (174 views)
Permalink
Re: multiple package moves into one [In reply to]

On 07/15/2012 03:08 PM, Doug Goldstein wrote:
> Is it valid to do something like:
>
> move media-plugins/mytharchive media-plugins/mythplugins
> move media-plugins/mythbrowser media-plugins/mythplugins
> move media-plugins/mythgallery media-plugins/mythplugins
> move media-plugins/mythgame media-plugins/mythplugins
> move media-plugins/mythmovies media-plugins/mythplugins
> move media-plugins/mythnews media-plugins/mythplugins
> move media-plugins/mythweather media-plugins/mythplugins

No, that's not really how it's intended to be used. You'll probably have
to put blockers in media-plugins/mythplugins to block all the old
packages that install the same files.
--
Thanks,
Zac


cardoe at gentoo

Jul 15, 2012, 3:16 PM

Post #4 of 6 (178 views)
Permalink
Re: multiple package moves into one [In reply to]

On Sun, Jul 15, 2012 at 5:14 PM, Ciaran McCreesh
<ciaran.mccreesh [at] googlemail> wrote:
> On Sun, 15 Jul 2012 17:08:45 -0500
> Doug Goldstein <cardoe [at] gentoo> wrote:
>> Is it valid to do something like:
>>
>> move media-plugins/mytharchive media-plugins/mythplugins
>> move media-plugins/mythbrowser media-plugins/mythplugins
>> move media-plugins/mythgallery media-plugins/mythplugins
>> move media-plugins/mythgame media-plugins/mythplugins
>> move media-plugins/mythmovies media-plugins/mythplugins
>> move media-plugins/mythnews media-plugins/mythplugins
>> move media-plugins/mythweather media-plugins/mythplugins
>
> Nope.
>

Dang. Didn't think so but I figured I'd ask. Thanks for the quick reply.

--
Doug Goldstein


axs at gentoo

Jul 16, 2012, 6:49 AM

Post #5 of 6 (165 views)
Permalink
Re: multiple package moves into one [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On 15/07/12 06:16 PM, Zac Medico wrote:
> On 07/15/2012 03:08 PM, Doug Goldstein wrote:
>> Is it valid to do something like:
>>
>> move media-plugins/mytharchive media-plugins/mythplugins move
>> media-plugins/mythbrowser media-plugins/mythplugins move
>> media-plugins/mythgallery media-plugins/mythplugins move
>> media-plugins/mythgame media-plugins/mythplugins move
>> media-plugins/mythmovies media-plugins/mythplugins move
>> media-plugins/mythnews media-plugins/mythplugins move
>> media-plugins/mythweather media-plugins/mythplugins
>
> No, that's not really how it's intended to be used. You'll probably
> have to put blockers in media-plugins/mythplugins to block all the
> old packages that install the same files.

Theoretically (i've done a quick test on this and it seems true) a
single-"!" blocker is enough that one package will on upgrade replace
all these others without user intervention being required (assuming
these packages aren't in @world, of course), and it won't cause file
collisions.

Unrelatedly curious, why the package merge?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iF4EAREIAAYFAlAEG+cACgkQ2ugaI38ACPCz0QEAiuBnHl3Va2cHzUnUPT4eHFei
kJXPBEnrsMq7jLX2H8IA/20zKcaGh+SsyTzh0jMauiTeh7zF1+PwLpcgJSpH0YS+
=BLip
-----END PGP SIGNATURE-----


cardoe at gentoo

Jul 16, 2012, 5:35 PM

Post #6 of 6 (163 views)
Permalink
Re: multiple package moves into one [In reply to]

On Mon, Jul 16, 2012 at 8:49 AM, Ian Stakenvicius <axs [at] gentoo> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 15/07/12 06:16 PM, Zac Medico wrote:
>> On 07/15/2012 03:08 PM, Doug Goldstein wrote:
>>> Is it valid to do something like:
>>>
>>> move media-plugins/mytharchive media-plugins/mythplugins move
>>> media-plugins/mythbrowser media-plugins/mythplugins move
>>> media-plugins/mythgallery media-plugins/mythplugins move
>>> media-plugins/mythgame media-plugins/mythplugins move
>>> media-plugins/mythmovies media-plugins/mythplugins move
>>> media-plugins/mythnews media-plugins/mythplugins move
>>> media-plugins/mythweather media-plugins/mythplugins
>>
>> No, that's not really how it's intended to be used. You'll probably
>> have to put blockers in media-plugins/mythplugins to block all the
>> old packages that install the same files.
>
> Theoretically (i've done a quick test on this and it seems true) a
> single-"!" blocker is enough that one package will on upgrade replace
> all these others without user intervention being required (assuming
> these packages aren't in @world, of course), and it won't cause file
> collisions.
>
> Unrelatedly curious, why the package merge?

Trying to make MythTV maintenance easier on myself since I couldn't
find a maintainer. Upstream changed to SVN a long while back and with
that changed moved all the plugins into one bundle called mythplugins.
They've now switched to git and with that change I decided to
modernize a little bit.

mythtv.git a few top level directories, each of which is packaged as
its own tarball which makes backporting patches extra fun. The
mythplugins tarball (mythtv.git/mythplugins) contains additional
plugins that are found in different git repos.

They're still unique snowflakes with their git usage.

--
Doug Goldstein

Gentoo dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.