On Sun, 25 May 2008 02:26:42 +0530
"Arun Raghavan" <[EMAIL PROTECTED]> wrote:
> if has_version =dev-python/gtkspell-2*; then
> LICENSE="GPL-2"
> else
> LICENSE="LGPL-2.1"
> fi
>
> There is currently *no* way to express this in an ebuild without
> invalidating the cache. For now this is ju
On Saturday 24 May 2008 00:01:20 Arun Raghavan wrote:
> http://gitorious.org/projects/g-py-split/repos/mainline/blobs/g-py-split/eclass/gnome-python-common.eclass
Comments to quoted parts of the eclass below...
> G_PY_BINDINGS=${G_PY_BINDINGS:-${PN%-*}}
From the comments above it I get the impre
Hi everyone,
A while back, vapier added some tests for the toolchain-funcs eclass to
/usr/portage/eclass/tests/. I really like the idea, and I recently
discovered an xUnit-style unit-testing framework for shell scripts
called ShUnit2. I played with it a little and made a couple of
prototypes.