summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* vdr-vdrmanager added for gettext handlingJörg Bornkessel2012-04-072-2/+6
|
* some plugins gives false positive results on gettext handling, add this ↵Jörg Bornkessel2012-04-072-2/+9
| | | | plugins here
* Downgrade from elog to einfo to avoid flooding logsAnthony G. Basile2012-04-061-5/+5
|
* fix by Christoph Junghans to decompress files into $PWD #408801Mike Frysinger2012-04-051-2/+4
|
* Update from qt overlay, fixes #407523.Davide Pesavento2012-04-042-28/+77
|
* Use .xz also for 4.8.x with x>1.Johannes Huber2012-04-043-5/+9
|
* Add function that makes it easier to properly install Python scripts that ↵Krzysztof Pawlik2012-04-032-2/+20
| | | | get installed automatically by distutils.
* Rename ESCM_OFFLINE to EVCS_OFFLINE, see bug #410469.Krzysztof Pawlik2012-04-032-3/+6
|
* Add detection of collision-protect in FEATURES.Krzysztof Pawlik2012-04-032-3/+18
|
* Reorder git-2.eclass maintainers to get bugs assigned to most active maintainer.Pacho Ramos2012-04-032-3/+7
|
* Use einfo instead of ewarn as discussed in ↵Pacho Ramos2012-04-022-3/+8
| | | | http://archives.gentoo.org/gentoo-dev/msg_512b5e4049617666f6637618bd62857a.xml
* Switch from ESCM_OFFLINE var to EVCS_OFFLINE (bug #410467 by Ulrich ↵Sergei Trofimovich2012-04-022-9/+13
| | | | Müller). Don't skip _darcs/ when checkout to $WORKDIR. Add 'rsync' to DEPENDS.
* ESCM_OFFLINE -> EVCS_OFFLINE. Bug 410471.Mike Gilbert2012-04-012-3/+6
|
* Fix two small issues, spotted by Sławomir Nizio <slawomir.nizio@sabayon.org>.Krzysztof Pawlik2012-03-302-4/+9
|
* installing broken links has been non fatal only for texlive prior to 2010, ↵Alexis Ballier2012-03-301-4/+2
| | | | which are now gone, remove the code for these versions and make it always fatal
* Sanitizing directory permissions #398899Patrick Lauer2012-03-292-3/+12
|
* Add more versions of pypy to the hardcoded mapping in python.eclass.Marien Zwart2012-03-292-3/+9
|
* inherit cdrom eclass since we use cdrom_get_cdsMike Frysinger2012-03-281-3/+3
|
* Try to unbreak dependency generation.Marien Zwart2012-03-282-5/+8
|
* Add support for disabling debug useflag usage for old oasis versionsAlexis Ballier2012-03-271-6/+15
|
* Add OASIS_BUILD_TESTS variable to automatically enable tests at ↵Alexis Ballier2012-03-271-1/+15
| | | | src_configure, allowing to factorise some more code
* add oasis.eclassAlexis Ballier2012-03-271-0/+97
|
* fix typo: dv -> devMichael Sterrett2012-03-271-2/+2
|
* _python-distutils-ng_generate_depend was used only in one place, inline it.Krzysztof Pawlik2012-03-262-24/+18
|
* Avoid ${impl::-3} parameter expansion, this is not supported by older bash ↵Krzysztof Pawlik2012-03-262-5/+10
| | | | and caused issues with cache generation.
* Small fixes: use +=, cleanup used variables, white space.Krzysztof Pawlik2012-03-262-6/+12
|
* Include only valid values in REQUIRED_USE.Krzysztof Pawlik2012-03-262-7/+11
|
* Add missing space to new python.eclassJustin Lecher2012-03-262-3/+6
|
* Add python-distutils-ng.eclass: new eclass for installing Python, distutils ↵Krzysztof Pawlik2012-03-252-1/+405
| | | | based packages.
* Replace old py-compile trick by the one from python eclass.Gilles Dartiguelongue2012-03-252-9/+7
|
* Make opengl dependency soft in kde-workspace (except kwin)Andreas K. Hüttel2012-03-242-2/+9
|
* Set IUSE=custom-cflags in the eclass so we can reference it in the die hook.Mike Gilbert2012-03-232-2/+9
|
* Convert SGML_TOINSTALL to a bash array. Add some documentation.Mike Gilbert2012-03-232-21/+43
|
* PMS says that postrm runs before postinst, so remove workaround in ↵Mike Gilbert2012-03-232-10/+8
| | | | sgml-catalog_pkg_postrm. Fix order of arguments in einfo message.
* epatch_user: document .patch suffix #409293Mike Frysinger2012-03-231-2/+3
|
* drop AT_NOE{ACLOCAL,AUTOCONF,AUTOHEADER} as people should not be disabling ↵Mike Frysinger2012-03-221-25/+9
| | | | these things, and document AT_NOEAUTOMAKE as a hack rather than a normally acceptable solution
* handle commented out AM_INIT_AUTOMAKE #398743Mike Frysinger2012-03-221-2/+4
|
* Drop support for pre-2010 TeX Live versionsAlexis Ballier2012-03-222-30/+14
|
* Use autotools-utils to reconfigure.Michał Górny2012-03-221-1/+4
|
* Use autotools-utils to reconfigure.Michał Górny2012-03-221-7/+10
|
* All ebuilds need a version number so drop special case for master. Update ↵Ryan Hill2012-03-222-10/+14
| | | | comments.
* restore functionality lost in previous commitMike Frysinger2012-03-211-13/+17
|
* Go back to use a variable rather than an array for _LATEST_AUTOMAKE, use ↵Diego Elio Pettenò2012-03-212-16/+25
| | | | versionator eclass to go back to the full version instead, so that it's clear what's going on and other developers don't misread the code. It's only perfect for EAPI >= 0 but it's not broken on EAPI=0 anyway.
* Fix automake depend atom to not force downgrade from 1.11.2 or 1.11.2 to ↵Samuli Suominen2012-03-211-2/+2
| | | | 1.11.1 wrt #409083
* Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981Mike Frysinger2012-03-211-6/+8
|
* Apply patch from Arfrever to adjust dependencies in python.eclass.Mike Gilbert2012-03-202-18/+27
|
* Revert for a minute.Samuli Suominen2012-03-202-6/+3
|
* Raise _AUTOMAKE_LATEST from 1.11 to 1.11.1 wrt #408981Samuli Suominen2012-03-202-3/+6
|
* Fix old eclass name in die-message.Michał Górny2012-03-192-3/+6
|
* Introduce vcs-snapshot eclass to simplify workin with github, bitbucket and ↵Michał Górny2012-03-192-1/+50
| | | | similar snapshots.