|
List Info
Thread: Prefixed Portage user overlay
|
|
| Prefixed Portage user overlay |

|
2007-01-17 13:52:55 |
It's done!
I've set up a svn overlay for prefixed portage and I've just
added
the first 2 ebuilds, namely: bc and mono. Yes, that's right,
mono can
now be installed via prefix-portage. There's just one thing,
how can
i check in this line if we're on macos:
DEPEND="dev-dotnet/pe-format"
because we don't need/want this dependencie on macos.
Anyhow, this is the address where you can find more info
about the
overlay:
http://prefixed-por
tage.no-ip.org
If you want write access to it, you can email me at:
frankgroeneveld
[AT] chello [DOT] nl, with a username+password and some info
about
your programming+gentoo skills and what kind of mac you have
(ppc, or
intel for example).
Enjoy!
Frank
--
gentoo-alt gentoo.org mailing list
|
|
| Re: Prefixed Portage user overlay |

|
2007-01-17 13:56:30 |
On 17-01-2007 20:52:55 +0100, Frank Groeneveld wrote:
> It's done!
> I've set up a svn overlay for prefixed portage and I've
just added
> the first 2 ebuilds, namely: bc and mono. Yes, that's
right, mono can
> now be installed via prefix-portage. There's just one
thing, how can
> i check in this line if we're on macos:
> DEPEND="dev-dotnet/pe-format"
DEPEND="userland_Darwin? ( dev-dotnet/pe-format
)"
> because we don't need/want this dependencie on macos.
ohw, then it is
DEPEND="userland_GNU? ( dev-dotnet/pe-format )"
or
DEPEND="!userland_Darwin? ( dev-dotnet/pe-format
)"
based on what it exactly does. Is it necessary on Solaris,
or only a
Linux thing?
> Anyhow, this is the address where you can find more
info about the
> overlay:
> http://prefixed-por
tage.no-ip.org
Cewl.
> If you want write access to it, you can email me at:
frankgroeneveld
> [AT] chello [DOT] nl, with a username+password and some
info about
> your programming+gentoo skills and what kind of mac you
have (ppc, or
> intel for example).
I'll look at layman tonight, which seems to be the tool to
manage your
"overlays". Count me in, I want an account ;)
--
Fabian Groffen
Gentoo on a different level
--
gentoo-alt gentoo.org mailing list
|
|
| Re: Prefixed Portage user overlay |

|
2007-01-17 14:01:55 |
Cool Portage already knows about the different userlands
I think we need to use the second rule you said, as it's a
linux only
thing. (correct me if I'm wrong)
Frank
Op 17-jan-2007, om 20:56 heeft Fabian Groffen het volgende
geschreven:
> On 17-01-2007 20:52:55 +0100, Frank Groeneveld wrote:
>> It's done!
>> I've set up a svn overlay for prefixed portage and
I've just added
>> the first 2 ebuilds, namely: bc and mono. Yes,
that's right, mono can
>> now be installed via prefix-portage. There's just
one thing, how can
>> i check in this line if we're on macos:
>> DEPEND="dev-dotnet/pe-format"
> DEPEND="userland_Darwin? ( dev-dotnet/pe-format
)"
>> because we don't need/want this dependencie on
macos.
> ohw, then it is
> DEPEND="userland_GNU? ( dev-dotnet/pe-format
)"
> or
> DEPEND="!userland_Darwin? ( dev-dotnet/pe-format
)"
> based on what it exactly does. Is it necessary on
Solaris, or only a
> Linux thing?
>
>> Anyhow, this is the address where you can find more
info about the
>> overlay:
>> http://prefixed-por
tage.no-ip.org
>
> Cewl.
>
>> If you want write access to it, you can email me
at: frankgroeneveld
>> [AT] chello [DOT] nl, with a username+password and
some info about
>> your programming+gentoo skills and what kind of mac
you have (ppc, or
>> intel for example).
>
> I'll look at layman tonight, which seems to be the tool
to manage your
> "overlays". Count me in, I want an account
;)
>
> --
> Fabian Groffen
> Gentoo on a different level
> --
> gentoo-alt gentoo.org mailing list
>
--
gentoo-alt gentoo.org mailing list
|
|
| Re: Prefixed Portage user overlay |

|
2007-01-17 14:04:32 |
On 17-01-2007 21:01:55 +0100, Frank Groeneveld wrote:
> Cool Portage already knows about the different
userlands
> I think we need to use the second rule you said, as
it's a linux only
> thing. (correct me if I'm wrong)
Then I'd go for either userland_GNU or elibc_glibc. It's a
bit
confusing, I know. I think I messed this up in the past as
well.
--
Fabian Groffen
Gentoo on a different level
--
gentoo-alt gentoo.org mailing list
|
|
| Re: Prefixed Portage user overlay |

|
2007-01-17 15:59:26 |
On 17-01-2007 20:52:55 +0100, Frank Groeneveld wrote:
> It's done!
> I've set up a svn overlay for prefixed portage and I've
just added
> the first 2 ebuilds, namely: bc and mono. Yes, that's
right, mono can
> now be installed via prefix-portage. There's just one
thing, how can
> i check in this line if we're on macos:
> DEPEND="dev-dotnet/pe-format"
> because we don't need/want this dependencie on macos.
>
> Anyhow, this is the address where you can find more
info about the
> overlay:
> http://prefixed-por
tage.no-ip.org
I added layman (plus patches) to the prefix tree to
facilitate in
overlays. I think it's the easiest to just emerge layman if
you want to
use this overlay.
I haven't tried it out for real yet, but retrieving the
overlay works.
In short:
% emerge layman
% layman -L --verbose
(read the nice output and stuff)
% layman -a prefix-users
(might want to think of a better name in case other people
want to add
an overlay too)
then I think you need to add the layman conf to
etc/make.conf or
something, but I haven't gone that far yet.
--
Fabian Groffen
Gentoo on a different level
--
gentoo-alt gentoo.org mailing list
|
|
[1-5]
|
|