summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* updated lated patches sourcesFrancesco Riosa2007-01-081-2/+2
|
* bug #160489 c#1 sys-apps/mysql is not needed with use=minimalFrancesco Riosa2007-01-071-2/+2
|
* no one uses tc-endian() so just cut it ... people should be handling endian ↵Mike Frysinger2007-01-071-26/+1
| | | | in the source code itself anyways, not in the ebuild
* note that --enable-secureplt for binutils is alpha only since people seem to ↵Mike Frysinger2007-01-071-2/+2
| | | | be confused about it
* Don't throw ewarns during prerm and postrm phases, as they might simply come ↵Diego Elio Pettenò2007-01-071-2/+4
| | | | out of the package being unmerged (or upgraded) that are picking an old saved eclass.
* Added instructions for re-emerging dev-python/pyxml when there are undefined ↵Petteri Räty2007-01-061-5/+22
| | | | symbols in pyexpat.so
* Restore shopt settings after changing them, fixing bug #160342.Andres Loeh2007-01-061-1/+4
|
* Added logic to src_compile for enabling debug support when IUSE has debug.Joshua Nichols2007-01-061-2/+5
|
* Don't change the shell options to Portage, or it will fail. Closes bug #160339.Diego Elio Pettenò2007-01-061-2/+5
|
* Changing useless messages back to einfo.Matthias Schwarzott2007-01-061-11/+11
|
* remove funky URL for HTBMike Frysinger2007-01-061-2/+1
|
* Add category of the package throwing the fit, errr I mean the notice, the ↵Diego Elio Pettenò2007-01-061-2/+2
| | | | sanity check.
* some einfo => elog for interesting messagesFrancesco Riosa2007-01-051-15/+15
|
* bug #160330 mispelled ssl option (better fix)Francesco Riosa2007-01-051-7/+6
|
* bug #160330 mispelled ssl optionFrancesco Riosa2007-01-051-3/+2
|
* Fix up the remaining einfo/elog lines in vmware.eclass.Mike Auty2007-01-051-13/+13
|
* vmware-mod preparations for workstation version 6Mike Auty2007-01-052-11/+18
| | | | vmware fixes for pax markings
* einfo converted to elogJörg Bornkessel2007-01-051-34/+34
|
* Removed deprecated debug-use-flag.Matthias Schwarzott2007-01-051-3/+2
|
* always execute global space, trying to avoid it is really too difficultFrancesco Riosa2007-01-051-116/+109
|
* And now that the whole tree is fixed, this should return on global scope to ↵Diego Elio Pettenò2007-01-051-8/+2
| | | | bother people using broken overlays...
* Kill 'inherit debug'.Elfyn McBratney2007-01-051-4/+6
|
* Remove debug.eclass usageDiego Elio Pettenò2007-01-051-3/+1
|
* Remove debug.eclass usage.Diego Elio Pettenò2007-01-051-3/+1
|
* Remove inappropriate global scope warning.Alec Warner2007-01-051-2/+8
|
* Add a QA Notice prefix to the message.Diego Elio Pettenò2007-01-051-2/+2
|
* Restore the intended behaviour. It *has* to be noisy, or I know there will ↵Diego Elio Pettenò2007-01-051-9/+2
| | | | be people not fixing i.
* Fix ewarn in global scope in debug.eclass.Ryan Hill2007-01-051-2/+9
|
* bugs 156301,160059Francesco Riosa2007-01-051-6/+8
|
* remove the inheritance from debug.eclass on gnome2.eclassSaleem Abdulrasool2007-01-041-2/+2
|
* Make debug.eclass a dummy eclass, so that it stops breaking QA as per bug ↵Diego Elio Pettenò2007-01-041-19/+7
| | | | #55708.
* Remove debug.eclass usage.Ryan Hill2007-01-041-3/+3
|
* Get rid of dopamd/newpamd from here as they are superseded by pam.eclass ↵Diego Elio Pettenò2007-01-041-115/+92
| | | | that everything should already use.
* MY_EXTRAS_VER in ebuilds, bug #159973, bug #160023Francesco Riosa2007-01-042-11/+26
|
* show gem command line if gem installation failsNguyen Thai Ngoc Duy2007-01-041-2/+2
|
* Get a QA notice when the WANT_AUTOMAKE/WANT_AUTOCONF variables are unset.Diego Elio Pettenò2007-01-041-1/+5
|
* mysql.eclassFrancesco Riosa2007-01-041-2/+2
|
* affect bk only: Switching to mysql-5.1-ndb, adding mysql-5.2-falconFrancesco Riosa2007-01-041-9/+20
|
* Do not use --[no-]ri with <rubygems-0.9 in gems.eclassNguyen Thai Ngoc Duy2007-01-041-4/+13
|
* Do not call w-c to remove a vhost copy of a web app if USE=vhosts. Bug 136959Renat Lumpau2007-01-031-15/+17
|
* new eclasses, there is a separated document that describe changesFrancesco Riosa2007-01-032-143/+308
|
* Link to the relevant bug in the error about missing 1.4 JDK, so people won't ↵Vlastimil Babka2007-01-031-1/+3
| | | | fill more.
* apply some indentation to make next patch less invasive, still no functional ↵Francesco Riosa2007-01-031-70/+80
| | | | changes
* Fix for-cycles quoting in java-utils-2.eclass.Vlastimil Babka2007-01-031-3/+3
| | | | ----------------------------------------------------------------------
* Link with libcurses instead of libncursesHarald van Dijk2007-01-031-2/+2
|
* Paper over bug #138940 until we rewrite this eclass.Ryan Hill2007-01-021-9/+10
|
* add K_SECURITY_UNSUPPORTED flagDaniel Drake2007-01-021-8/+11
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2007-01-0110-42/+42
|
* disable secure-plt for alpha for nowMike Frysinger2007-01-011-2/+3
|
* Made java-pkg_regjar die if called on a directory and improved debugging ↵Petteri Räty2006-12-311-8/+12
| | | | information.