summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Stop inheriting base.eclassDavide Pesavento2012-07-102-4/+9
|
* Remove false statement from eclass description.Mike Gilbert2012-07-092-5/+7
|
* Allow wildcards in CABAL_CORE_LIB_GHC_PV. Guard against breakage of ↵Sergei Trofimovich2012-07-082-3/+26
| | | | ghc-shipped libraries.
* Add a function to wrap around testrb-2 as well.Diego Elio Pettenò2012-07-082-2/+39
|
* Add support for running rspec while respecting some common variables ↵Diego Elio Pettenò2012-07-053-20/+87
| | | | (TEST_VERBOSE and NOCOLOR) in ruby-ng; then use this with a new variable in ruby-fakegem.
* Remove java-pkg_ensure-gcj and java-pkg_ensure-test. #261562 #278965Ralph Sennhauser2012-07-052-16/+9
|
* remove requirement for depend.php from php-pear-lib-r1.eclassMatti Bickel2012-07-032-21/+11
|
* Raise xfce4-dev-tools dependency to 4.10 wrt #416233, Comment #12Samuli Suominen2012-07-021-4/+4
|
* Makred vmware.eclass and vmware-mod.eclass dead.Vadim Kuznetsov2012-07-013-4/+11
|
* Remove also lower case licenses.Tomas Chvatal2012-06-302-2/+6
|
* fixed eapi block; bug 423657Joerg Bornkessel2012-06-272-5/+9
|
* You must ensure at least one of the version setup functions gets called in ↵Robin H. Johnson2012-06-262-3/+15
| | | | linux-info.eclass before you can use the config functions.
* Add dev-lang/perl to kernel-2.eclass RDEPEND. Bug #421483Mike Pagano2012-06-242-3/+7
|
* use eqawarn rather than ewarn for append-ldflags checking #423159 by Pacho RamosMike Frysinger2012-06-231-2/+2
|
* Make channel discovery more strictOle Markus With2012-06-231-4/+3
|
* Fix ChangeLog author entry.Michael Palimaka2012-06-231-2/+2
|
* Install ini files for embed SAPI tooOle Markus With2012-06-221-2/+2
|
* esethome: silently exit if home dir already up to date, improve messagingIan Stakenvicius2012-06-222-2/+12
|
* esethome: eerror and not die when home dir cannot be updated, due to for ↵Ian Stakenvicius2012-06-222-5/+16
| | | | instance user being in use
* fixed esethome, directory must exist befure user record can be updatedIan Stakenvicius2012-06-222-8/+13
|
* Stable gnustep-base does not have USE=libobjc2, thanks agoBernard Cafarelli2012-06-222-3/+6
|
* Sync from kde overlay: Enable tests for live ebuilds, add support for ↵Michael Palimaka2012-06-222-13/+44
| | | | virtual dbus during src_test, update tarball extension for unstable releases.
* Add new function gnome2_query_immodules_gtk{2,3} to update immodules cache. ↵Naohiro Aota2012-06-212-2/+44
| | | | #413529
* prune_libtool_files(): report .a removal only if it exists, and explain the ↵Michał Górny2012-06-202-4/+10
| | | | reasoning for it.
* Fix building with newer eapis wrt bug#385841. Noticed by triggered rebuild ↵Tomas Chvatal2012-06-202-8/+23
| | | | to -ocr.
* Revert to built_with_use for correct libobjc detection and EAPI 0 ebuilds ↵Bernard Cafarelli2012-06-192-3/+8
| | | | support
* Update from qt overlay.Davide Pesavento2012-06-182-76/+40
| | | | Drop USE=c++0x from qt-webkit, stop adding USE=qpa to 4.8.3 and later, dead code removal and other minor cleanups.
* added 'esethome' to user.eclassIan Stakenvicius2012-06-182-3/+66
|
* Allow header and library paths flags in setup-allowed-flags(), bug #414641Fabian Groffen2012-06-182-4/+11
|
* Remove licenses prior copying docs.Tomas Chvatal2012-06-172-2/+8
|
* Be slightly more polite.Samuli Suominen2012-06-141-3/+3
|
* small enhancement to examples of doiconJulian Ospald2012-06-142-6/+9
|
* unify build env var setup a bit so other packages can use it #391363Mike Frysinger2012-06-141-3/+17
|
* mpfr has gone stable, so drop hack #420957Mike Frysinger2012-06-141-3/+1
|
* Make the oxt unpacking really work.Tomas Chvatal2012-06-132-5/+8
|
* Handle dodoc correctly to not die if no documents are found.Tomas Chvatal2012-06-132-3/+10
|
* Convert docs to eclass-manpages.Ralph Sennhauser2012-06-122-40/+137
|
* update path to fix_libtool_files.sh in toolchain_pkg_postrm #420731 by Piotr ↵Mike Frysinger2012-06-111-3/+3
| | | | Karbowski
* Add app-admin/eselect-java as preferred provider of eselect java-vm.Ralph Sennhauser2012-06-112-7/+10
|
* Unpack tarballs in directory matching their name rather than ${P}. This ↵Michał Górny2012-06-112-19/+44
| | | | allows the eclass to handle multiple tarballs in one ebuild, and non-snapshot tarballs should work fine too.
* Replace remove_libtool_files with prune_libtool_files.Michał Górny2012-06-112-4/+7
|
* Fix not assigned variable. IE bug#416673.Tomas Chvatal2012-06-112-3/+6
|
* fix for strip-linguas enJoerg Bornkessel2012-06-102-3/+6
|
* Remove pypy1_7 from default PYTHON_COMPAT due to removal from tree. Add pypy1_9.Mike Gilbert2012-06-102-4/+8
|
* fixed missing chost tag; fixed append-cppflags warning; added Variable to ↵Joerg Bornkessel2012-06-102-7/+20
| | | | keep the i18n.o object
* reorder public functionsAkinori Hattori2012-06-102-42/+45
|
* fixes bug #416743.Akinori Hattori2012-06-102-8/+10
|
* update @MAINTAINER and minor cleanup.Akinori Hattori2012-06-102-33/+18
|
* fix for games.eclass wrt bug #336626 #c21Julian Ospald2012-06-092-4/+10
|
* Add pypy-1.9 to the list of supported python ABIs.Marien Zwart2012-06-092-3/+7
|