Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328709 - [app-editors/padre] 0.66 Bump request.
Summary: [app-editors/padre] 0.66 Bump request.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL: http://search.cpan.org/diff?from=Padr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-17 11:21 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2010-08-02 13:52 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2010-07-17 11:21:02 UTC
<herd>perl</herd>

This will need Module::Manifest currently only in perl-experimental.

Thanks. 

( I may attempt to bump this myself and see how it goes, but thought I'd post a req first )
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2010-07-17 11:35:42 UTC
Works For Me ( with the overlay in place to provide Module-Manifest )

--------------------------------------------------
diff -Naur padre-0.63.ebuild padre 0.66.ebuild
--- padre-0.63.ebuild   2010-06-03 03:04:23.000000000 +1200
+++ padre-0.66.ebuild   2010-07-17 23:27:02.329960778 +1200
@@ -45,7 +45,7 @@
        virtual/perl-Digest-MD5
        >=dev-perl/File-Copy-Recursive-0.37
        >=dev-perl/File-Find-Rule-0.30
-       >=dev-perl/File-HomeDir-0.84
+       >=dev-perl/File-HomeDir-0.91
        >=dev-perl/File-Next-1.06
        >=virtual/perl-File-Path-2.07
        >=dev-perl/File-Remove-1.42
@@ -60,8 +60,10 @@
        virtual/perl-IO
        >=dev-perl/IO-String-1.08
        >=virtual/perl-Scalar-List-Utils-1.18
+       >=dev-perl/libwww-perl-5.815
        >=dev-perl/List-MoreUtils-0.22
        >=dev-perl/Locale-Msgfmt-0.14
+       >=dev-perl/Module-Manifest-0.07
        >=dev-perl/Module-Refresh-0.13
        >=dev-perl/Module-Starter-1.50
        >=dev-perl/ORLite-1.41
--------------------------------------
Comment 2 Lukas Oliva 2010-07-24 07:51:11 UTC
  Hello,
it seems that there is currently no way how to compile padre despite using the most recent unstable version (0.64) and enable all reent versions of dependencies. This just leads todependency to perl-5.12 with +ithreads and libperl-5.12 (which is not present yet) and therefore any trial to build padre leads currently to dependency hell.


(In reply to comment #0)
> <herd>perl</herd>
> 
> This will need Module::Manifest currently only in perl-experimental.
> 
> Thanks. 
> 
> ( I may attempt to bump this myself and see how it goes, but thought I'd post a
> req first )
> 

Comment 3 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2010-07-24 08:09:33 UTC
(In reply to comment #2)
>   Hello,
> it seems that there is currently no way how to compile padre despite using the
> most recent unstable version (0.64) and enable all reent versions of
> dependencies. This just leads todependency to perl-5.12 with +ithreads and
> libperl-5.12 (which is not present yet) and therefore any trial to build padre
> leads currently to dependency hell.
> 

Could you please expand on that? Its not clear how/why you are saying this.

Padre 0.63 at least worked fine on Perl   5.10, and the requirement for ithreads has always been.

Comment 4 Torsten Veller (RETIRED) gentoo-dev 2010-07-24 08:59:32 UTC
(In reply to comment #2)
> most recent unstable version (0.64)

The most recent _unstable_ version is 0.66. That's also the reason why i didn't add it to the tree.
0.64 is the latest _stable_ version (adds some translation fixes).


> libperl-5.12 (which is not present yet)

I didn't expect it to be necessary.
libperl-5.10.1 doesn't install anything. It's a dummy package to uninstall libperl-5.8.8 before >=dev-lang/perl-5.10 gets installed. This dummy should be removed, probably after perl-5.12 was stabilized as I don't remember the exact problem why i added it.
Comment 5 Torsten Veller (RETIRED) gentoo-dev 2010-08-02 13:52:42 UTC
0.68 is package.mask'ed in perl-experimental.
I'll update gentoo (the repo) as soon as they release a stable version.