summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* dont try to autogen if we dont need toMike Frysinger2005-08-231-2/+2
|
* We no longer need to set ECLASS and INHERITED in the eclass itself, portage ↵Sven Wegener2005-08-231-12/+9
| | | | handles it.
* No need to treat IUSE as incremental, portage handles it.Sven Wegener2005-08-2316-54/+53
|
* * gnome2.eclass: (gnome2_omf_fix): Don't be too verbose.Leonardo Boshell2005-08-231-4/+5
|
* make symlinks for 2.4 headersMike Frysinger2005-08-231-3/+3
|
* make the SRC_URI/KEYWORDS setting a bit more flexible to handle snapshots ↵Mike Frysinger2005-08-221-11/+30
| | | | properly #103246
* deprecate sjlj for gcc-3.4 uclibc toolchainsMike Frysinger2005-08-221-2/+2
|
* Don't build .a files for drivers; Don't install libtool archives for server ↵Donnie Berkholz2005-08-221-1/+14
| | | | modules in /usr/lib/xorg/modules.
* apply whitespace checks from repoman to eclassesSven Wegener2005-08-227-15/+15
|
* Remove display_postinst() function as it was causing more trouble than good. ↵Henrik Brix Andersen2005-08-221-33/+1
| | | | Most modules will be auto-loaded by coldplug/hotplug.
* Fix imlib2 downloads and remove einfo in global scopeStefan Schweizer2005-08-221-4/+6
|
* make sure we only glob numbers, not . #103246Mike Frysinger2005-08-211-2/+3
|
* fix typo pointed out by mr bonesMike Frysinger2005-08-211-2/+2
|
* Create x-modular_src_configure() and x-modular_src_make() so people can do ↵Donnie Berkholz2005-08-211-2/+10
| | | | actions in-between them, if necessary.
* fix snapshot detectionMike Frysinger2005-08-211-3/+2
|
* 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
|