summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Allow EANT_DOC_TARGET="" to disable generating javadocs in default ↵Vlastimil Babka2007-05-071-5/+5
| | | | | | src_compile() even if doc is in IUSE, bug #166630.
* Add VIM_PLUGIN_VIM_VERSION to allow setting the minimum vim version properly.Mike Kelly2007-05-071-3/+5
|
* Fix a typo in vmware-mod.eclass that prevents vmware-server-tools from being ↵Mike Auty2007-05-071-2/+2
| | | | built correctly.
* Add pkg_setup and calculate VMHANDLE in there. In pkg_setup we can be sure ↵Petteri Räty2007-05-071-8/+10
| | | | that SLOT is defined.
* bug #177386 - log headings with elog instead of einfo, so that recorded logsKevin F. Quinn2007-05-071-4/+4
| | | | | clearly state what type of marking was done on the listed files. Thanks to Yaroslav Isakov for the suggestion.
* Fix multilib issue, bug 171931. Thanks to Daniel Drake <dsd@gentoo.org> for ↵Bryan Østergaard2007-05-061-4/+4
| | | | reporting the issue and providing the patch.
* New function, xfce44_zipped() for .zipped pluginsSamuli Suominen2007-05-061-1/+6
|
* Add ejunitPetteri Räty2007-05-061-1/+31
|
* code from Fabian Groffen to simplify emktemp() for all userlands #174061Mike Frysinger2007-05-051-8/+7
|
* Export LANG="C" LC_ALL="C" for all JDK's and not just IBM. Fixes bug #170367 ↵Vlastimil Babka2007-05-041-2/+3
| | | | | | and generally should make our life easier.
* start moving to GCC_PATH for env.d #174422 and cleanup gcc-config logic so ↵Mike Frysinger2007-05-031-11/+7
| | | | that it doesnt matter what the ROOT value is
* add 4.3 to qt4 mayor versionsStefan Schweizer2007-05-021-2/+2
|
* Update my email address spyderous->dberkholz.Donnie Berkholz2007-05-021-3/+3
|
* Add additional documentation of useful variables XDPVER and XDIR.Donnie Berkholz2007-05-021-2/+11
|
* Add 4.3.0_beta1Caleb Tennis2007-05-011-2/+2
|
* Add NEWS to DDOCSPetteri Räty2007-05-011-2/+2
|
* Deal a bit more selective with KDE legacy desktop entry path handling.Carsten Lohrke2007-05-011-5/+5
|
* Automatically determine funcname in check-phase(); make ↵Vlastimil Babka2007-04-291-18/+15
| | | | announce-qa-violation output QA notices even without java-strict, and die with java-strict, unless called with --nodie; update all calls to the function to reflect this.
* Handle the case in elisp-site-regen that there are no site-init files.Ulrich Müller2007-04-291-7/+5
|
* Bump to vmware-any-any109.Mike Auty2007-04-281-2/+2
|
* Give more specific example of "load" function in einfo message.Ulrich Müller2007-04-271-2/+2
|
* Fix previous commit, damn.Vlastimil Babka2007-04-271-2/+2
|
* Remove IFS mangling instance with potential breakage.Vlastimil Babka2007-04-262-6/+8
|
* Fix java-pkg_jar-from() when called with multiple comma-separated packages ↵Vlastimil Babka2007-04-261-10/+15
| | | | wrt ensure-dep and build-only.
* Revert accidental commit.Robin H. Johnson2007-04-253-50/+7
|
* Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment ↵Robin H. Johnson2007-04-254-31/+75
| | | | already contains it, per bug #174755.
* validate_desktop_entries: Donn't search in non-existing directories.Carsten Lohrke2007-04-251-10/+12
|
* Fix automatic build-only in src_test that I broke with previously.Vlastimil Babka2007-04-241-5/+5
|
* Fix bug #175820.Luca Longinotti2007-04-243-6/+6
|
* List only executables and shared objects (bug #175131).Kevin F. Quinn2007-04-241-4/+20
| | | | Add attempt to rebase if necessary; affects binary nvidia X drivers.
* Remove VDB grubbing for icon updates; bug #155993Daniel Gryniewicz2007-04-241-9/+2
|
* Fix for bug #152615. Thanks to Avuton Olrich <avuton@gmail.com>Fernando J. Pereda2007-04-241-13/+6
|
* Adding java-pkg_register-dependency() function.Vlastimil Babka2007-04-241-12/+65
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-04-239-24/+24
|
* should not contain HOMEPAGE as it's up to individual ebuilds to set this, ↵Doug Goldstein2007-04-231-2/+1
| | | | and should not point to SubVersion.
* Now use newconfd for config file installation, Bug #174266.Matthias Schwarzott2007-04-231-3/+2
|
* DOC_DIR_SUFFIX handling was still incorrect. Should finally be fixed now.Wulf Krueger2007-04-221-2/+2
|
* Fixed DOC_DIR_SUFFIX handling. Fixes bug 175538.Wulf Krueger2007-04-221-2/+2
|
* Caring for KDE's applnk stuff doesn't lead anywhere.Carsten Lohrke2007-04-221-2/+2
|
* validate_desktop_entries: don't process entries twice, condense information ↵Carsten Lohrke2007-04-221-5/+6
| | | | a bit
* Add support for 7.0 upcoming releaseTimothy Redaelli2007-04-211-12/+12
| | | | Fix header
* Take into account that KDE 3.x doesn't really comply to the basedir specCarsten Lohrke2007-04-201-9/+13
|
* Local variable declaration made paranoidly safe.Vlastimil Babka2007-04-201-2/+3
|
* Use the full deptree with EANT_GENTOO_CLASSPATH when in src_test.Petteri Räty2007-04-201-4/+4
|
* Make java-pkg_dojavadoc check for index.htmlPetteri Räty2007-04-201-1/+13
|
* Fix java-pkg_getjars ensure-dep looping.Petteri Räty2007-04-201-2/+2
|
* KEYWORDS -* -> ""Mike Frysinger2007-04-201-3/+3
|
* Add support for MythTV 0.21's new pluginsDoug Goldstein2007-04-191-1/+5
|
* Fixup whitespace in elisp-common.eclassUlrich Müller2007-04-191-11/+11
|
* Move desktop entry handling to kde-functions.eclass and don't bother about ↵Carsten Lohrke2007-04-192-10/+23
| | | | applnk paths.