Commit Graph

7157 Commits

Author SHA1 Message Date
Fabio Erculiani f73a6e2748 [dev-lang/spidermonkey] complete ARMv7 patchwork 2012-01-29 15:35:54 +01:00
Fabio Erculiani dcc8b1c1a2 [dev-lang/spidermonkey] rework arm fixes, make a patch 2012-01-29 14:57:15 +01:00
Fabio Erculiani 9bf1037ab4 [sys-apps/entropy*] version bump to 1.0_rc85 2012-01-29 12:16:35 +01:00
Fabio Erculiani e389028988 [app-admin/eselect-uimage] revision bump, fix symlink creation for uInitrd when it already exists 2012-01-29 00:13:04 +01:00
Fabio Erculiani b241cb4c27 [virtual/linux-sources] add arm sources to the list 2012-01-28 23:55:09 +01:00
Fabio Erculiani 806dac25d6 [sys-apps/keyboard-configuration-helpers] add ~arm keyword 2012-01-28 18:20:15 +01:00
Fabio Erculiani 7bddf4be56 [gnome-extra/nm-applet-gtk2] add ~arm keyword 2012-01-28 16:15:16 +01:00
Fabio Erculiani 8da3c6544c [x11-themes/gtk-engines-equinox] add arm keyword 2012-01-28 02:09:09 +01:00
Fabio Erculiani bd643f999f [x11-themes/equinox-themes] add arm keyword 2012-01-28 02:08:21 +01:00
Danilo Pianini f86f3632d7 [x11-apps/disper] New ebuild 2012-01-27 09:20:51 +01:00
Danilo Pianini a532ce0947 [media-video/transmageddon] New ebuild, see bug 2992 2012-01-26 23:25:15 +01:00
Danilo Pianini 3264344b6c [media-sound/spotify] Ebuild removed: application not working 2012-01-26 16:34:47 +01:00
Danilo Pianini 141ef03e5e [media-sound/spotify] New ebuild, see bug 3001 2012-01-26 15:37:37 +01:00
Joost Ruis 84bf959e60 [sci-geosciences/aweather] append ~amd64 keyword 2012-01-26 11:41:08 +00:00
Joost Ruis efd54d2246 [sci-libs/grits] append ~amd64 keyword 2012-01-26 11:39:50 +00:00
Joost Ruis aa5236f73c [sci-libs/rsl] required for sci-geosciences/aweather 2012-01-26 11:36:54 +00:00
Joost Ruis 3304edf7d2 [sci-libs/grits] required for sci-geosciences/aweather 2012-01-26 11:26:13 +00:00
Joost Ruis 0654ff2866 [sci-geosciences/aweather] As requested in bug #2850, help keep our users family safe! 2012-01-26 11:21:20 +00:00
Joost Ruis 8b86def5da [games-emulation/dolphin-emu] deprecate encode for now, it fails with our current libav 2012-01-26 10:06:47 +00:00
Joost Ruis c5ca3561a9 [games-emulation/dolphin-emu] another attempt to fix cmake with nvidia-cg-toolkit 2012-01-26 09:58:19 +00:00
Joost Ruis d378a172c9 [games-emulation/dolphin-emu] revert previous commit and try setting LDFLAGS 2012-01-26 09:31:50 +00:00
Joost Ruis 23aa61e39d [games-emulation/dolphin-emu] Fix build issue if Cg and CgGL libraries are not in standard library directory 2012-01-26 09:15:18 +00:00
Joost Ruis ed19a9c4f4 [games-emulation/dolphin-emu] Use virtual/ffmpeg 2012-01-26 08:24:09 +00:00
Joost Ruis 7a54be6041 [games-emulation/dolphin-emu] requestred for Entropy in bug #3002, ebuild taken from gamerlay 2012-01-26 08:20:15 +00:00
Fabio Erculiani e5c8cfae50 [sys-apps/entropy*] version bump to 1.0_rc84 2012-01-24 16:53:56 +01:00
Fabio Erculiani e40e5fbc27 [dev-lang/spidermonkey] move from tree, fix armv7 build 2012-01-22 17:22:24 +01:00
Mitch Harder 90810a78d0 [sys-fs/btrfs-progs] Actually commit the ebuild.
The previous sys-fs/btrfs-progs ommitted the actual new ebuild.

So here's the actual ebuild (as well as a copy of the previous
commit message for reference).

    I'm adding an updated btrfs-progs ebuild based on a discrete git
    commit from the semi-official git source tree on kernel.org
    (http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs.git)
    using the EGIT_COMMIT="..." variable to lock down the ebuild to
    a specific version.

    This version now contains the first generation of recovery tools
    to assist users who have corrupt btrfs volumes.  Although a btrfsck
    tool that corrects errors in place is not available yet, at least
    users can use this recovery tool to extract data from their partition
    to facilitate recovery.

    Btrfs-progs is moving at a glacial pace towards a 0.20 version.
    The official source for the 0.19 version is no longer available since
    the rebuilding of the kernel.org servers after being hacked in
    August/September of 2011.

    Even thought the 0.19 sources are widely available on mirrors,
    it makes sense at this point to make a git-based ebuild since the
    modifications are extensive, and the official 0.19 source tar ball
    is MIA.
2012-01-18 14:01:16 -06:00
Mitch Harder 0d0c14294f [sys-fs/btrfs-progs] Add git-based btrfs-progs with Recovery tools.
I'm adding an updated btrfs-progs ebuild based on a discrete git
commit from the semi-official git source tree on kernel.org
(http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs.git)
using the EGIT_COMMIT="..." variable to lock down the ebuild to
a specific version.

This version now contains the first generation of recovery tools
to assist users who have corrupt btrfs volumes.  Although a btrfsck
tool that corrects errors in place is not available yet, at least
users can use this recovery tool to extract data from their partition
to facilitate recovery.

Btrfs-progs is moving at a glacial pace towards a 0.20 version.
The official source for the 0.19 version is no longer available since
the rebuilding of the kernel.org servers after being hacked in
August/September of 2011.

Even thought the 0.19 sources are widely available on mirrors,
it makes sense at this point to make a git-based ebuild since the
modifications are extensive, and the official 0.19 source tar ball
is MIA.
2012-01-18 10:19:55 -06:00
Fabio Erculiani da1cd3903c [app-emulation/qemu-user-static] cleanup ebuild, add dependency against sys-libs/zlib[static-libs] 2012-01-18 09:45:41 +01:00
Fabio Erculiani dffba76477 [games-fps/xonotic*] drop KEYWORDS, stable ebuild is in Portage 2012-01-17 09:58:56 +01:00
Fabio Erculiani 1c923da5f5 [app-emulation/qemu-user-static] revision bump, add anti-deadlock patch 2012-01-16 16:37:39 +01:00
Fabio Erculiani 9bf6fbc103 [sys-apps/entropy*] version bump to 1.0_rc83 2012-01-15 18:29:17 +01:00
Joost Ruis 9b98f5d786 [gnome-extra/gnome-shell-extensions-activities-button] old and broken. Goodbye 2012-01-13 21:24:53 +00:00
Joost Ruis cb305a4b29 [gnome-extra/gnome-shell-flippery] Drop since it is now properly keyworded in Portage 2012-01-12 19:53:41 +00:00
Joost Ruis 6c01d36802 [gnome-extra/gnome-shell-frippery] add portage version, keyword it for x86, drop gnome-extra/gnome-shell-flippery 2012-01-12 18:22:04 +00:00
Fabio Erculiani b2ce2dbf33 [sys-apps/entropy*] version bump to 1.0_rc82 2012-01-12 11:17:15 +01:00
Sławomir Nizio 602ab83780 [x11-misc/cinnamon] now in Portage, remove 2012-01-10 20:23:25 +01:00
Sławomir Nizio ac6c6677f2 [profiles/updates] move (x11-misc -> gnome-extra)/cinnamon
It's now in Portage - let's synchronize categories (Sabayon
has cinnamon under x11-misc now).
2012-01-10 20:16:59 +01:00
Fabio Erculiani 38e5cadc4f [app-emulation/open-vm-tools-kmod] version bump 2012-01-09 22:21:00 +01:00
Fabio Erculiani 9c98eb0930 [app-emulation/open-vm-tools] drop old 2012-01-09 21:53:41 +01:00
Fabio Erculiani 11d273b168 [app-emulation/open-vm-tools-kmod] version bump, add Linux 3.2 patch 2012-01-09 21:47:17 +01:00
Fabio Erculiani 17918b6fdc [net-wireless/madwifi-ng] fix compilation against Linux 3.2 2012-01-09 20:03:31 +01:00
Fabio Erculiani 63ef4772b5 [net-wireless/ndiswrapper] fix Manifest 2012-01-09 09:06:12 +01:00
Fabio Erculiani 77887fe36b [net-wireless/ndiswrapper] version bump to 1.57 2012-01-09 09:03:34 +01:00
Danilo Pianini f3edb6be5e [media-sound/perl-audio-converter] Recreated manifest 2012-01-09 01:30:51 +01:00
Danilo Pianini 338c688acd [media-sound/perl-audio-converter] Added sox to IUSE 2012-01-09 01:29:56 +01:00
Danilo Pianini 12cf79675c [media-sound/perl-audio-converter] New ebuild, see bug 2954 2012-01-09 01:26:07 +01:00
Fabio Erculiani ffccb7514f [sys-block/iscsitarget] add linux-3.2 patch 2012-01-08 18:53:18 +01:00
Ian Whyman 5121e94bde Now in portage 2012-01-08 15:31:32 +00:00
Ian Whyman 10541a9746 [app-office/charm] Tidy up ebuild, make it work with upstream tarball 2012-01-08 14:47:02 +00:00