GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/perl-overlay.git
eclass-moretests
master
parrot-scm
perl-scm
Perl Overlay
Perl Team <perl@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eclass
Commit message (
Expand
)
Author
Age
Files
Lines
*
perl-functions.eclass: Update check_module_version for EAPI6
Kent Fredric
2017-09-17
1
-1
/
+21
*
perl-functions.eclass: sync duallife scripts implementation from ::gentoo
Kent Fredric
2017-09-17
1
-21
/
+5
*
perl-functions.eclass: Make PERL_RESTRICT suspect in EAPI6
Kent Fredric
2017-09-17
1
-1
/
+1
*
perl-module.eclass: Reimplement src_test using perl_has_test_opt
Kent Fredric
2017-09-17
1
-34
/
+43
*
perl-functions.eclass: add (Not in ::gentoo) perl_has_test_opt function
Kent Fredric
2017-09-17
1
-0
/
+27
*
perl-functions.eclass: Add (not in ::gentoo) perl_get_test_opts function
Kent Fredric
2017-09-17
1
-0
/
+35
*
perl-functions.eclass: Add internal option decoder for eapi6
Kent Fredric
2017-09-17
1
-0
/
+44
*
perl-functions.eclass: add internal option-decoder for eapi5
Kent Fredric
2017-09-17
1
-0
/
+43
*
perl-module.eclass: run perl_check_eapi in src_configure
Kent Fredric
2017-09-17
1
-0
/
+1
*
perl-functions.eclass: Add a new (not in ::gentoo) perl_check_eapi function
Kent Fredric
2017-09-17
1
-0
/
+54
*
perl-module.eclass: Add DIST_EXAMPLES support to EAPI6
Kent Fredric
2017-09-17
1
-0
/
+17
*
perl-module.eclass: Fatalize pkg_postrm outside perl-core
Kent Fredric
2017-09-17
1
-4
/
+2
*
perl-module.eclass: Fatalize pkg_postinst outside perl-core
Kent Fredric
2017-09-17
1
-4
/
+2
*
perl-module.eclass: Stop deleting packlists past EAPI5
Kent Fredric
2017-09-17
1
-1
/
+6
*
perl-module.eclass: Remove fallback src_configure calling because EAPI!=5 is ...
Kent Fredric
2017-09-17
1
-2
/
+0
*
perl-module.eclass: Make Module-Build/Module-Build-Tiny deps fatal
Kent Fredric
2017-09-17
1
-6
/
+4
*
perl-module.eclass: Tell Build.PL to create packlists
Kent Fredric
2017-09-17
1
-1
/
+1
*
perl-module.eclass: src_configure: remove skip-src-configure logic outside EAPI5
Kent Fredric
2017-09-17
1
-1
/
+3
*
perl-module.eclass: src_prepare: stop calling esvn_clean
Kent Fredric
2017-09-17
1
-1
/
+0
*
perl-module.eclass: src_prepare: use epatch_user in EAPI5, else, call default
Kent Fredric
2017-09-17
1
-4
/
+9
*
perl-module.eclass: stop calling src_prepare in src_unpack
Kent Fredric
2017-09-17
1
-1
/
+0
*
perl-module.eclass: ban direct use of perl-module_src_unpack in EAPI6
Kent Fredric
2017-09-17
1
-1
/
+1
*
perl-module.eclass: remove defaults for SRC_TEST and perlinfo_done
Kent Fredric
2017-09-17
1
-2
/
+0
*
perl-module.eclass: sync EAPI + GENTOO_DEPEND_ON_PERL and DIST_(X) logic
Kent Fredric
2017-09-17
1
-33
/
+114
*
perl-module.eclass: sync EAPI-support and inherit logic
Kent Fredric
2017-09-17
1
-9
/
+11
*
perl-module.eclass: sync documentation
Kent Fredric
2017-09-17
1
-10
/
+18
*
perl-functions.eclass: Add perl_domodule
Kent Fredric
2017-09-17
1
-0
/
+76
*
perl-functions.eclass: Add perl_get_vendorlib
Kent Fredric
2017-09-17
1
-0
/
+23
*
perl-functions.eclass: Add perl_get_raw_vendorlib
Kent Fredric
2017-09-17
1
-0
/
+23
*
perl-functions.eclass: Add perl_get_module_version
Kent Fredric
2017-09-17
1
-0
/
+59
*
perl-functions.eclass: Add perl_has_module_version
Kent Fredric
2017-09-17
1
-0
/
+39
*
perl-functions.eclass: Add perl_has_module
Kent Fredric
2017-09-17
1
-0
/
+33
*
perl-functions.eclass: sync perl_check_env from ::gentoo
Kent Fredric
2017-09-17
1
-1
/
+1
*
perl-functions.eclass: Sync perl_doexamples from ::Gentoo
Kent Fredric
2017-09-17
1
-0
/
+29
*
perl-functions.eclass: Sync perl_delete_packlist
Kent Fredric
2017-09-17
1
-3
/
+2
*
perl-functions.eclass: Declare perlinfo_done
Kent Fredric
2017-09-17
1
-0
/
+2
*
perl-functions.eclass: Add perl_delete_emptybsdir
Kent Fredric
2017-09-17
1
-0
/
+14
*
perl-functions.eclass: Add EAPI6 to support list
Kent Fredric
2017-09-17
1
-2
/
+4
*
perl-functions.eclass: Import alternatives into perl-functions
Kent Fredric
2017-09-17
1
-0
/
+1
*
perl-functions.eclass: Sync perl_fix_packlist from ::gentoo
Kent Fredric
2017-09-17
1
-0
/
+33
*
perl-functions.eclass: Sync documentation only
Kent Fredric
2017-09-17
1
-13
/
+25
*
Treewide cleanup of $Id$/$Header$
Kent Fredric
2017-09-17
6
-6
/
+0
*
[eclass] Drop redundant calls to set_eprefix
Kent Fredric
2015-06-25
1
-2
/
+0
*
[eclass] perl-module.eclass can now guess MODULE_VERSION from PV using perl-v...
Kent Fredric
2015-06-21
1
-0
/
+5
*
[eclass] Add perl-version.eclass which can turn normalised forms into floats
Kent Fredric
2015-06-21
1
-0
/
+91
*
[eclass] Drop support for all EAPIS under 5
Kent Fredric
2015-06-21
2
-44
/
+22
*
[eclass] Remove redundant and deprecated functions
Kent Fredric
2015-06-21
1
-72
/
+0
*
[eclass] drop support for EAPIs other than 5 and 2 entirely
Kent Fredric
2015-06-21
1
-6
/
+1
*
[eclass] Split all non-phase functions in use into perl-functions.eclass
Kent Fredric
2015-06-21
2
-342
/
+356
*
[eclass] Allow perl-module.eclass to match dev-perl/Module-Build and suggest it
Kent Fredric
2015-06-15
1
-2
/
+2
[next]