summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Update for eselect-vi-1.1Mike Kelly2006-09-241-3/+11
|
* Fix bug #131819 (missing support for $ROOT).Mike Kelly2006-09-241-3/+3
|
* Add correct blockers thanks to jakub in bug 144890Stefan Schweizer2006-09-241-2/+10
|
* update autotool usage and punt old libtool hack codeMike Frysinger2006-09-241-8/+5
|
* fixup style in previous commitMike Frysinger2006-09-241-4/+3
|
* The Darwin linker doesn't understand GNU ld scripts, instead it has noFabian Groffen2006-09-241-12/+19
| | | | problems with symlinks.
* Replace the detect-autoconf.sh script with a dummy one, avoids tools picking ↵Diego Elio Pettenò2006-09-231-10/+22
| | | | up automake 1.7 when available.
* Set empty RDEPEND in eclass, avoids tainting the RDEPENDs with autotools.Diego Elio Pettenò2006-09-231-1/+2
|
* Don't use need-auto{make,conf} anymore; echo a message when they are being ↵Diego Elio Pettenò2006-09-231-24/+8
| | | | used. See bug #148719.
* add support for WANT_AUTO{MAKE,CONF}=latestMike Frysinger2006-09-221-2/+5
|
* Be sure about what we move and that the target exists. #148119Carsten Lohrke2006-09-211-2/+3
|
* Force automake 1.9 (and use autotools.eclass to take care of dependencies).Diego Elio Pettenò2006-09-211-11/+7
|
* force autoconf-2.59+ as that is safeMike Frysinger2006-09-211-2/+2
|
* Fixed typo in pre_pkg_setup() function name.Vlastimil Babka2006-09-201-1/+1
|
* Make sure that WANT_AUTOMAKE set in the ebuild is picked up by the automake ↵Diego Elio Pettenò2006-09-201-1/+6
| | | | wrapper (so that it's actually used as intended).
* Actually, we need autoconf >=2.50, because of the crazy versioning scheme of ↵Diego Elio Pettenò2006-09-201-2/+2
| | | | autoconf.
* Add latest 3.3.6-r2 revision just committed.Diego Elio Pettenò2006-09-201-2/+2
|
* Accept autoconf 2.60 when using WANT_AUTOCONF=2.5, to avoid up-down cycles.Diego Elio Pettenò2006-09-201-2/+7
|
* Add support for using eselect vi update for handling the /usr/bin/vi symlink ↵Mike Kelly2006-09-201-2/+14
| | | | in versions >=7.0.109. This should allow us to no longer block app-editors/nvi, for example.
* Added new option to call all parts of src_unpack, but not unpack.Matthias Schwarzott2006-09-201-1/+4
|
* Juggle around the LICENSEDoug Goldstein2006-09-202-3/+3
|
* install libiberty.h all the time as pointed out by kanakaMike Frysinger2006-09-201-4/+3
|
* New MythTV eclass that downloads svn revisions and patches and merges them ↵Doug Goldstein2006-09-192-23/+39
| | | | in. Made the plugins class work with this.
* No longer transfer info between src_unpack and src_compile via variables, ↵Matthias Schwarzott2006-09-191-3/+6
| | | | but now via files, as portage now cannot handle this always correct.
* Moved kde-base/kde-env dependency to the ebuild, which need it.Carsten Lohrke2006-09-181-4/+2
|
* update eclass for fontconfig 2.4Marinus Schraal2006-09-171-9/+35
|
* dont apply stubs anymore when USE=vanilla #124578 by Harald van DijkMike Frysinger2006-09-171-2/+2
|
* add support for gcc-2 in setting IUSE #124578 by Harald van DijkMike Frysinger2006-09-171-11/+15
|
* respect WANT_AUTOMAKE/WANT_AUTOCONF in generating DEPENDMike Frysinger2006-09-161-4/+9
|
* Prepare for KOffice 1.6 Beta 1.Carsten Lohrke2006-09-151-1/+5
|
* Set package origin and nameZaheer Abbas Merali2006-09-144-8/+8
|
* WTF was I thinking.. switched to epatchDoug Goldstein2006-09-141-2/+2
|
* Chutt is particular about the URL.Doug Goldstein2006-09-141-2/+2
|
* fix typo in previous commitMike Frysinger2006-09-141-2/+2
|
* skip sanity checks in built_with_use() for IUSE with USE_EXPAND #147237Mike Frysinger2006-09-141-2/+12
|
* Possible issue.Doug Goldstein2006-09-141-2/+2
|
* Refactored the MythTV plugins eclass a whole lot. The idea is it will have ↵Doug Goldstein2006-09-141-14/+53
| | | | some upgradable life in it now. It also supports patch levels for each of the plugins.
* Better detection in get-vm-version(). Fixes bug #147392.Vlastimil Babka2006-09-131-1/+1
|
* install c98/c99 into /usr/binMike Frysinger2006-09-121-3/+4
|
* Purge old code that uses the termcap-compat use flag from the eclass. No ↵Mike Kelly2006-09-121-42/+9
| | | | ebuild has used it in nearly a year, and it doesn't affect unmerging at all.
* Remove dolauncher's tmp file after it's used, to solve problems like bug ↵Vlastimil Babka2006-09-121-0/+1
| | | | | | | #147243 caused by variable assignments from previous dolauncher calls being used in consequent dolauncher calls (accumulating in that temp file).
* Add git.eclass (bug #132383).Fernando J. Pereda2006-09-111-0/+286
|
* Fixes variable names. Also cleans up building of find_args. Courtesy of ↵Joshua Nichols2006-09-111-15/+13
| | | | Caster, bug #146479.
* sanity check the package capabilities in built_with_use #146655 by kristian ↵Mike Frysinger2006-09-111-1/+5
| | | | meier
* RDEPEND was typoed as DDEPEND.Petteri Räty2006-09-101-2/+2
|
* Modified vdr-plugin_copy_source_tree to stay in the same directory. Added ↵Matthias Schwarzott2006-09-101-1/+12
| | | | code to detect a missing call to vdr-plugin_src_unpack.
* Fix bug #144544 - sandbox violation.Krzysztof Pawlik2006-09-091-2/+3
|
* Modified dolauncher so that variables from the pre file can be used in the ↵Petteri Räty2006-09-091-5/+10
| | | | gjl_ variables.
* Remove app-shells/scsh's DEPEND upon itself. Bug #121723.Christel Dahlskjær2006-09-091-3/+1
|
* Removed trailing white space.Petteri Räty2006-09-091-58/+58
|