summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* drop support for profiledbootstrap building ... it breaks too often with thingsMike Frysinger2008-12-291-5/+1
|
* Typo fixes, as pointed out by ZorryRaúl Porcel2008-12-291-3/+3
|
* - make gst plugins cross compile aware. bug 252952. approved by Tester.Ned Ludd2008-12-291-15/+15
|
* - import gcc:4 pie support towards hardened-gcc. (many thanks to Zorry for ↵Ned Ludd2008-12-291-12/+67
| | | | putting up with all my crazy requirements)
* Add EANT_NEEDS_TOOLS variable for adding tools.jar to gentoo.classpath, bug ↵Vlastimil Babka2008-12-291-1/+6
| | | | #231673 by James Le Cuirot <chewi@aura-online.co.uk>.
* Fix bug 83020: Access Violations Arise When Emerging Mono-Related Packages ↵Peter Alfredsen2008-12-261-3/+8
| | | | with MONO_AOT_CACHE
* Add a blocker on dev-java/ant-tasks for tasks with version >=1.7.1 to solve ↵Vlastimil Babka2008-12-251-1/+7
| | | | bug #252324.
* Disable stripping in cmake fashion, we do it on portage side later and we ↵Tomas Chvatal2008-12-241-3/+3
| | | | dont need it done by cmake itself. Fixes bug #251304.
* fix oversight in how ROOT in used. Use the host utils (not the cross ↵Ned Ludd2008-12-231-7/+7
| | | | compiled ones) to update the ROOT
* Don't run java-dep-check if the package doesn't have a package.env file.Serkan Kaba2008-12-221-1/+2
|
* - start getting eclass ready for gcc:4Ned Ludd2008-12-221-12/+18
|
* gcc emits -fstrict-overflow on '>gcc-4.2' need to be able to disable that ↵Ned Ludd2008-12-211-4/+4
| | | | and pass -U to undefine bad defines - http://gcc.gnu.org/gcc-4.2/changes.html
* Raise java-config dependency to latest version that works better with virtuals.Petteri Räty2008-12-201-2/+2
|
* Export XDG_CONFIG_HOME="${T}" to avoid sandbox violations.Peter Alfredsen2008-12-131-1/+6
|
* Support bash array PATCHESHans de Graaff2008-12-131-6/+20
|
* Update the comment to say explicitly how to override the variable sanely.Robin H. Johnson2008-12-101-2/+5
|
* Allow overriding of $GENTOO_PATCHNAME and $GENTOO_PATCHDIR for easier ↵Robin H. Johnson2008-12-101-6/+14
| | | | testing in overlays with other revision numbers. Use GENTOO_PATCHNAME="gentoo-${PV}${ORIG_PR:+-${ORIG_PR}}" in the ebuild.
* New feature: USE=gzip to compress .idx and .dict files. Small cleanup.Peter Volkov2008-12-091-8/+13
|
* Add patch to drop including .gnu.hash support on mips targets.Joshua Kinard2008-12-091-1/+5
|
* rolling back pax-mark fix, as it creates problems for multiple libsGeorge Shapovalov2008-12-081-2/+2
|
* After dicussion with vapier, updated e17 alias to enlightenment@g.o.Peter Volkov2008-12-081-3/+3
|
* Updated mail for bug reports from vapier@g.o to e17@g.o.Peter Volkov2008-12-071-3/+3
|
* Added kdebase-data to the eclass deps.Jorge Manuel B. S. Vicetto2008-12-071-1/+12
|
* Update gst-plugins-bad eclass.Samuli Suominen2008-12-051-2/+2
|
* Update gst-plugins-ugly eclass.Samuli Suominen2008-12-051-2/+2
|
* Update gst-plugins-good eclass.Samuli Suominen2008-12-051-2/+2
|
* prepating for new bootstraps with simplified structureGeorge Shapovalov2008-12-051-13/+24
|
* Silence irrelevant error messages due to packages checked by pkg-config not ↵Peter Alfredsen2008-12-031-2/+2
| | | | being installed.
* avoid changing of directory, reported by Tanktalus in bug #229223Daniel Drake2008-12-031-6/+3
|
* Update doc DEPENDBernard Cafarelli2008-12-031-2/+2
|
* patch from Davide Pesavento to fix word splitting issues, bug #241666Tristan Heaven2008-12-011-8/+8
|
* Add python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclassGilles Dartiguelongue2008-12-011-1/+4
|
* declare ESVN_SUB_PROJECT so the checkout in $DISTDIR matches upstreamMike Frysinger2008-11-301-3/+3
|
* snap state now tracks upstream snaps rather than gentoo snapsMike Frysinger2008-11-301-8/+7
|
* pull in dev-util/cvs for live ebuilds as gettext (autopoint) needs it ↵Mike Frysinger2008-11-301-1/+4
| | | | #245073 by Thomas Kuther
* Move the hostname==localhost check from pkg_setup to pkg_config and src_test ↵Robin H. Johnson2008-11-291-5/+5
| | | | instead, to enable building in binpkg hosts more easily.
* tuning pax-marking to allow building on some hardened systems. Thank to ↵George Shapovalov2008-11-291-2/+2
| | | | markpk for suggestion (#249054)
* add cygwin targetsMike Frysinger2008-11-281-2/+3
|
* tweak cygwin targetMike Frysinger2008-11-281-4/+4
|
* cygwin targets produce dllsMike Frysinger2008-11-281-4/+4
|
* Major changes to avoid pkg-config files displaying the wrong --libs. ↵Peter Alfredsen2008-11-281-58/+31
| | | | Simplifications, quoting fixed.
* dont send output to /dev/null ... if it worked, we would get no output and ↵Mike Frysinger2008-11-271-3/+3
| | | | if it failed, we want to see the output
* It's handy to know these depend on mono if you're making a set.Peter Alfredsen2008-11-271-3/+4
|
* x-modular_dri_check(): Keep working when xorg-server doesn't support USE=dri.Donnie Berkholz2008-11-261-2/+2
|
* All of the ebuilds currently using eclass build with -j8.Peter Alfredsen2008-11-261-3/+3
|
* Add quotesPeter Alfredsen2008-11-261-8/+8
|
* - In the WX_GTK_VER before inherit case, make sure the user has the GTK libsRyan Hill2008-11-261-17/+38
| | | | | | | and not just wxBase installed since everything in the tree except amule requires them. Export pkg_setup to die when a wxBase profile is detected in this situation. (bug #247000) - Documentation improvements.
* sed is only a depPeter Alfredsen2008-11-261-1/+2
|
* eclass required for gnome-sharp and gnome-desktop-sharp packagesPeter Alfredsen2008-11-251-0/+179
|
* Hack for gtk-sharp-2.12.6Peter Alfredsen2008-11-251-2/+2
|