summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* tighten up the gnome_omf_fix regex a bit.Alastair Tse2003-05-041-3/+3
|
* added gnome2_omf_fix(). fixes omf makefiles to speed up docs compilation.Alastair Tse2003-05-041-1/+23
|
* add VIMRUNTIME warning to vim.eclassAron Griffis2003-04-291-1/+11
|
* change xfree DEPEND to virtual/x11Aron Griffis2003-04-291-2/+2
|
* add xfree to DEPENDAron Griffis2003-04-291-1/+2
|
* add vim-with-x local use varAron Griffis2003-04-291-3/+6
|
* spell fixesMike Frysinger2003-04-282-5/+5
|
* support for UNSTABLE_FLAGSMartin Schlemmer2003-04-271-2/+21
|
* fix offline mode fetching - cvs_src_unpack was incorrectly exiting without ↵Dan Armak2003-04-271-3/+2
| | | | copying the sources into workdir when in offline mode
* I'm cleaning up the kde eclasses. It is a gradual process so that i can ↵Dan Armak2003-04-275-56/+39
| | | | | | | | | | | | | | | | | | | | commit it into portage piecemeal. <changeset #1> Done: - deprecated kde-base. it is now empty and does nothing except inheriting kde. apps should now inherit kde directly. the deps on glibc and gcc that kde-base added are not necessary because they are in all profiles' system packages lists anyway. - deprecated kde-pre, no ebuild was using it any longer. - deprecated kde.org. moved kde.org contents into kde-dist, since that's almost the only place kde.org was being inherited from. ebuilds that need changing: kdelibs, kdelibs-apidocs - stopped using newdepend /c. gcc and glibc are in the sysytem packages list in every profile anyway, and our other ebuilds don't really keep track of such deps. Changes done to ebuilds so far: - kdelibs: don't inherit kde.org. don't call newdepend /c. - kdelibs-apidocs: don't inherit kde.org
* Initial import. An eclass for providing generic ebuild functions for ↵Dylan Carlson2003-04-261-0/+111
| | | | packages that compile/provide Java classes and documentation.
* Fixed bug #18890.Tal Peer2003-04-251-2/+3
|
* some bugzilla items merged inRobin H. Johnson2003-04-241-2/+9
|
* Don't install /etc/env.d/40vimAron Griffis2003-04-241-5/+10
|
* Two minor fixes:Tal Peer2003-04-241-3/+2
| | | | | * Don't install ext_skel, as it really isn't meant to be used outside the php tree. * dodoc TODO* instead of TODO
* forgot an item in todoRobin H. Johnson2003-04-241-1/+2
|
* update again.Robin H. Johnson2003-04-241-24/+53
| | | | this file MAY be broken atm
* re-arrange inheritRobin H. Johnson2003-04-231-3/+4
|
* vim 6.2a updateAron Griffis2003-04-231-135/+23
|
* fix inherit/import screwupRobin H. Johnson2003-04-231-2/+2
|
* fix wierd error message to be more understandableDan Armak2003-04-231-4/+4
|
* working with the java stuffRobin H. Johnson2003-04-231-2/+4
|
* initial checkinRobin H. Johnson2003-04-231-0/+229
| | | | this is still ALPHA release
* Use sed -i and be generally more efficient in use of sedBrandon Low2003-04-231-28/+9
|
* Change supersed dependenciesBrandon Low2003-04-231-2/+2
|
* aspell-dict PROVIDES virtual/aspell-dictSeemant Kulleen2003-04-221-1/+3
|
* fix issues with non-empty-password pserver cvs updates. also add more ↵Dan Armak2003-04-221-14/+16
| | | | verbose nd sensible output.
* fixes to commentsDan Armak2003-04-221-4/+4
|
* added supersed to depsMatt Keadle2003-04-221-2/+3
|
* Added the function replace-sparc64-flagsChristian Birchinger2003-04-191-1/+38
|
* new rewritten cvs.eclass and kde-source.eclass changed to match. see ↵Dan Armak2003-04-192-276/+208
| | | | gnetoo-dev,core posts for details abt the changes.
* fixed var scrollkeeper with make installAlastair Tse2003-04-171-2/+4
|
* improvements required for latest ebuilds (see bugs 18031-18034)Zack Welch2003-04-171-18/+32
|
* By default don't set ECVS_BRANCH so can do -d "timestamp" checkoutsStefan Jones2003-04-171-2/+2
|
* * respects USE="debug"Alastair Tse2003-04-151-31/+43
| | | | | | * scrollkeeper-update now runs in postrm() * does not include /var/lib/scrollkeeper in the package * option to use make DESTDIR install rather than einstall
* do not run make -f $makefile if $makefile is emptyDan Armak2003-04-131-4/+6
|
* Make it dep on app-text/sgml-common instead of just sgml-common (#19131)Marinus Schraal2003-04-121-2/+2
|
* fix for kdegraphics-3.1.1a-r1Hannes Mehnert2003-04-112-4/+4
|
* allow gnome2_src_configure/compile to have more than 1 parameterAlastair Tse2003-04-091-3/+3
|
* work around bug in portageDan Armak2003-04-081-2/+2
|
* needed support for new kde 3.1.1a stuff. shouldn't touch anything else.Dan Armak2003-04-085-9/+24
|
* Add patch for libtool-1.4.3 and autoconf-2.13 that cannot find sedMartin Schlemmer2003-04-081-3/+40
|
* added -mtune and -fstack-protector to ALLOWED_FLAGSJoshua Brindle2003-04-061-2/+2
|
* needed for ion-develMartin Holzer2003-04-061-0/+62
|
* numerous improvements, mostly contributed by aikenZack Welch2003-04-061-19/+78
|
* allow src_install and src_compile functions to have additional parametersAlastair Tse2003-04-041-3/+3
|
* Added DOTTXT_PROTEXT variable. Removed from EXPORT_FUNCTIONS:Jason Shoemaker2003-04-041-4/+9
| | | | dottxt_protect, dottxt_unprotect.
* fix bug 18488Aron Griffis2003-04-021-34/+45
|
* read new use flag debug as well as $DEBUGDan Armak2003-04-021-2/+7
|
* fix bug 18514 by setting TMPDIR for patchAron Griffis2003-03-311-2/+2
|