Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 512786 - sys-apps/paludis-2.0.0 version bump
Summary: sys-apps/paludis-2.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeff (JD) Horelick (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-08 23:11 UTC by Alex Turbov
Modified: 2014-06-23 14:13 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild for paludis 2.0.0 (paludis-2.0.0.ebuild,3.95 KB, text/plain)
2014-06-08 23:12 UTC, Alex Turbov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2014-06-08 23:11:54 UTC
paludis 2.0 is out! time to update... I'll attach my ebuild this this bug...

Reproducible: Always
Comment 1 Alex Turbov 2014-06-08 23:12:38 UTC
Created attachment 378544 [details]
ebuild for paludis 2.0.0
Comment 2 Rodolphe Rocca 2014-06-09 17:39:40 UTC
Hi Alex, thanx for this ebuild.

For curiosity, why the dependency on libarchive now requires -xattr while it required +xattr in previous paludis versions ?

I see no reference to that in the paludis NEWS/README/configure files.
Comment 3 Alex Turbov 2014-06-09 21:41:29 UTC
(In reply to Rodolphe Rocca from comment #2)
> Hi Alex, thanx for this ebuild.
> 
> For curiosity, why the dependency on libarchive now requires -xattr while it
> required +xattr in previous paludis versions ?
> 
> I see no reference to that in the paludis NEWS/README/configure files.

I've took it from "official" ebuild: https://github.com/ciaranm/paludis-overlay/blob/master/sys-apps/paludis/paludis-2.0.0.ebuild
Comment 4 Alex Turbov 2014-06-09 21:49:52 UTC
(In reply to Alex Turbov from comment #3)
> (In reply to Rodolphe Rocca from comment #2)
> > Hi Alex, thanx for this ebuild.
> > 
> > For curiosity, why the dependency on libarchive now requires -xattr while it
> > required +xattr in previous paludis versions ?
> > 
> > I see no reference to that in the paludis NEWS/README/configure files.
> 
> I've took it from "official" ebuild:
> https://github.com/ciaranm/paludis-overlay/blob/master/sys-apps/paludis/
> paludis-2.0.0.ebuild

but as far as I can see this USE can be omitted: it is used in paludis/fs_merger.cc, and depending on availability of sys/xattr.h (which is a part of glibc btw!), try_to_copy_xattrs() have or do not have implementation... that's all...
Comment 5 Rodolphe Rocca 2014-06-10 14:53:28 UTC
OK thanx. By the way I've installed paludis-2.0 with this ebuild, updated a few packages, and everything looks good to me.
Comment 6 Alex Turbov 2014-06-10 15:00:39 UTC
(In reply to Rodolphe Rocca from comment #5)
> OK thanx. By the way I've installed paludis-2.0 with this ebuild, updated a
> few packages, and everything looks good to me.

I'm doing world update every day and see no problems.
AFAIK, this release has no new features, it is mostly dedicated to port to C++11…
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-06-23 07:46:36 UTC
+*paludis-2.0.0 (23 Jun 2014)
+
+  23 Jun 2014; Michał Górny <mgorny@gentoo.org> +paludis-2.0.0.ebuild:
+  Version bump, bug #512786.
Comment 8 Alex Turbov 2014-06-23 08:54:34 UTC
(In reply to Michał Górny from comment #7)
> +*paludis-2.0.0 (23 Jun 2014)
> +
> +  23 Jun 2014; Michał Górny <mgorny@gentoo.org> +paludis-2.0.0.ebuild:
> +  Version bump, bug #512786.

PYTHON_COMPAT=( python{2_6,2_7} )

why??? in the middle of paludis 1.4.2 and 2.0.0 it became Python 3 compatible!
see also issue #493906
Comment 9 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-06-23 14:13:42 UTC
Forgot about it. I'll add it later today, after testing. But don't worry, Python bindings are semi-useful anyway :P.