summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* Dont die when zip has notting todoThomas Matthijs2005-08-201-2/+7
|
* blah, second to last commit had too many local changes, make sure gcc-3.3.x ↵Mike Frysinger2005-08-201-2/+6
| | | | libdir is set properly
* dont want to pass --libdir because it will just cause gcc to install into a ↵Mike Frysinger2005-08-201-2/+1
| | | | libdir two levels deep
* punt --enable-version-specific-runtime-libs option #100679Mike Frysinger2005-08-191-15/+3
|
* remove sysroot since it doesnt work yetMike Frysinger2005-08-171-3/+1
|
* * gnome2.eclass: (gnome2_omf_fix): Tweaked the sed expression so it coversLeonardo Boshell2005-08-171-3/+3
| | | | | more general cases that it wasn't catching. (gnome2_scrollkeeper_update): Use einfo instead of echo for consistency.
* Updates to support new beta *-sharp-2.{3,5} release, and remove a bunch of ↵Peter Johanson2005-08-171-22/+28
| | | | support for older packages that's no longer needed.
* Remove -e /usr/X11R6/$(get_libdir)/X11/fonts/encodings line from mkfontdir, ↵Donnie Berkholz2005-08-161-2/+1
| | | | since it should already be covered by /usr/share/fonts/encodings (it's symlinked), and it causes errors in a modular world without /usr/X11R6.
* (#102554) Don't mention X11R6, since this is now X11R7.Donnie Berkholz2005-08-151-2/+1
|
* Autodiscover font directories so there's no need to specify FONT or ↵Donnie Berkholz2005-08-141-2/+18
| | | | FONT_DIRS in font ebuilds.
* Add encodings as RDEPEND and font-alias as PDEPEND for all font packages.Donnie Berkholz2005-08-141-1/+9
|
* Fixing a typo inside ECVS_AUTH=ext (someone introduced SSH_RSH which ↵Christian Heim2005-08-131-2/+2
| | | | actually is CVS_RSH, causing the eclass/ebuild using the eclass to fail on the if)
* forced arm asm soft linking in case the link already existsMike Frysinger2005-08-131-4/+4
|
* touchup support for cross-compiling a native compilerMike Frysinger2005-08-131-3/+9
|
* Bug #101981, die messages not being printed properly.Robin H. Johnson2005-08-111-3/+11
|
* Add a default pkg_postinst(), which only does something for font ebuilds. ↵Donnie Berkholz2005-08-111-2/+108
| | | | Add font setup code, which is activated by setting FONT=yes and FONT_DIRS=<subdirs>, where they fall into /usr/share/fonts/<subdir>. Sample of this is the font-misc-misc ebuild. This ensures correct fonts.* setup, which isn't happening currently since each subpackage provides its own fonts.* but installs into the same dir as other packages.
* add support for cross-compiling native-compilersMike Frysinger2005-08-101-3/+6
|
* add support for USE=vanilla and create versioned symlinks so people can run ↵Mike Frysinger2005-08-101-15/+25
| | | | `gcc-3.4.4`
* make sure the vim7 spell files get installedCiaran McCreesh2005-08-091-1/+2
|
* Remove spell things and unconditionally install dictionaries for now. This ↵Ciaran McCreesh2005-08-091-45/+2
| | | | will be changed before vim7 comes out of package.mask.
* if we failed to create the temp dir, fall back to running with -p optionMike Frysinger2005-08-091-13/+11
|
* Remove workaround for Gentoo/FreeBSD, now behave as a normal Gentoo.Diego Elio Pettenò2005-08-091-8/+2
|
* *** empty log message ***Matthew Kennedy2005-08-091-2/+2
|
* *** empty log message ***Matthew Kennedy2005-08-091-2/+2
|
* *** empty log message ***Matthew Kennedy2005-08-091-6/+4
|
* Initial import.Matthew Kennedy2005-08-091-0/+79
|
* add get_libname function re: bug 58931Kito Danya Dietrich2005-08-081-1/+27
|
* Fix problem in deprange-list() shown in bug #100657.Gregorio Guidi2005-08-081-2/+2
|
* Properly redo commit made by accident.Gregorio Guidi2005-08-081-2/+2
|
* New Qt revision.Gregorio Guidi2005-08-082-4/+4
|
* Eclass for modular X ebuilds.Donnie Berkholz2005-08-081-0/+111
|
* Improved EMBASSY eclass for 3.0.0.Olivier Fisette2005-08-071-10/+13
|
* corrected pathname for vdrplugindbMatthias Schwarzott2005-08-071-3/+3
|
* added automatically installed files, added vdrplugindb - code from moduledb ↵Matthias Schwarzott2005-08-071-3/+68
| | | | in linux-mod.eclass
* add some directory checksMike Frysinger2005-08-071-1/+3
|
* only warn if test failsMike Frysinger2005-08-061-8/+5
|
* latexsuite block no longer needed, bug #72837Ciaran McCreesh2005-08-051-2/+1
|
* Minor stylistic change.Tom Martin2005-08-051-3/+3
|
* Rebuild /etc/env.d/05gcc and /etc/ld.so.conf if we update a non default ↵Martin Schlemmer2005-08-051-2/+6
| | | | compiler, bug #98194.
* need multilib.eclass for get_libdirMike Frysinger2005-08-051-2/+2
|
* make sure we punt symlinks first #101206Mike Frysinger2005-08-051-1/+2
|
* add support for softfloat toolchains #75585 by Yuri VasilevskiMike Frysinger2005-08-051-1/+3
|
* Restrict testing, see bug #92800.Peter Johanson2005-08-051-1/+2
|
* Remove the new stuff .. we not going to use it.Martin Schlemmer2005-08-041-47/+1
|
* Bug #95632: DEPEND should not limit version of mysql to 4.0.Robin H. Johnson2005-08-041-2/+2
|
* dosrc: only accept java filesThomas Matthijs2005-08-031-2/+2
|
* Added fix for amd64 submitted by Luke Maurer <maurerl (at) carleton (dot) ↵David Holm2005-08-031-1/+2
| | | | edu> (Bug #101109)
* * gnome2.eclass: Added extra checks so global variables don't get rewrittenLeonardo Boshell2005-08-031-6/+15
| | | | | every time the eclass is parsed (gnome2_src_configure): Moved 'use debug' logic from the global scope.
* Fix inconsistant variables APACHE2_MODULES_VHOSTDIR should be APACHE2_VHOSTDIRMichael Stewart2005-08-022-4/+4
|
* Fix borkage with gcc4.Martin Schlemmer2005-08-021-1/+2
|