summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* changed SRC_URI to correct location. Thanks to: Alex Holden ↵Seemant Kulleen2003-05-171-2/+3
| | | | <alex@linuxhacker.org> in bug #21016
* Fixed bug #21093Tal Peer2003-05-161-2/+2
|
* Fixed to use java-pkg_dojar()Dylan Carlson2003-05-151-4/+4
|
* Initial commit of the php extensions eclass, ebuilds using it will follow.Tal Peer2003-05-151-0/+60
|
* Added doclass and dozip placeholders.Dylan Carlson2003-05-151-1/+13
|
* Fixed #20523Robin H. Johnson2003-05-141-1/+4
|
* Fixed bug #18696Robin H. Johnson2003-05-141-1/+4
|
* Updated mirror location and resolved #16465.Robin H. Johnson2003-05-141-4/+5
|
* Removed cyrus stuff for the momentRobin H. Johnson2003-05-141-4/+9
| | | | Comment it out.
* Slight cleanupRobin H. Johnson2003-05-141-17/+9
|
* dojar is now SLOT-aware.Dylan Carlson2003-05-141-5/+12
|
* Added java-pkg_dowar.Dylan Carlson2003-05-141-3/+47
|
* Most issues fixed, ready for testing.Robin H. Johnson2003-05-131-92/+158
|
* changed local to absolute symlink in src_mv_plugins as the former breaks ↵George Shapovalov2003-05-131-2/+2
| | | | with binary packages (phoenix-bin).
* remove get_free_mem(), get_param() functions because nothing uses them ↵Dan Armak2003-05-111-23/+2
| | | | anymore. also add kdelibs-apidocs to the list of kdebase ebuilds since it needs the right DESTDIR etc.
* Add comments and tkinter function. also deprecating mydoc in favour of DOCS.Alastair Tse2003-05-101-7/+36
| | | | Both currently work.
* fix for #15622Todd Heim2003-05-081-3/+3
|
* modify cross-setslot to only set SLOT="${1}"; old tricks actuallyZack Welch2003-05-081-2/+8
| | | | | prevent the arch-CCHOST category workaround from allowing multiple versions
* this one can't never have workedMartin Holzer2003-05-061-4/+10
|
* 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.