Commit Graph

105 Commits

Author SHA1 Message Date
mudler 8f92b27b22 [sys-fs/btrfs-progs] ditching old, we was already using upstream version since a little while 2016-01-17 21:24:59 +01:00
mudler 8c8907b415 [sys-fs/zfs-kmod] revision bump 0.6.5.3-r1, enabling 4.4 support, backporting patches for fixing a lot of issues 2016-01-17 21:04:38 +01:00
mudler 92d3c96920 [sys-fs/zfs-kmod] bump to 0.6.5.3 2015-11-10 16:21:15 +01:00
mudler 237ee36611 Revert "[sys-fs/zfs-kmod] fixing QA issues"
Since we unify two different packages with two different IUSE, in this case QA can't be happy

This reverts commit 59225152a9.
2015-09-30 22:00:39 +02:00
mudler 59225152a9 [sys-fs/zfs-kmod] fixing QA issues 2015-09-30 15:03:12 +02:00
mudler 6de57c5086 [sys-fs/zfs-kmod] bump to 0.6.5, adding support for 4.2 kernels 2015-09-30 13:21:31 +02:00
mudler c8676a3618 [sys-fs/zfs-kmod] bump our version to 0.6.4.2 enabling 4.1 kernel support 2015-06-29 23:37:18 +02:00
mudler 2b99486e88 [sys-fs/zfs-kmod] version bump to 0.6.4, add support for 4.0 kernels 2015-05-24 10:28:47 +02:00
Sławomir Nizio 82e38ed2f3 [sys-fs/udisks] drop from the overlay - not needed 2014-10-15 22:14:14 +02:00
Fabio Erculiani d024477f04 [sys-fs/zfs-kmod] version bump 2014-07-19 16:18:57 +01:00
Fabio Erculiani b53c1ac0de [sys-fs/zfs-kmod] add Linux 3.1{3,4} compatible ebuild 2014-04-14 10:36:40 +02:00
Fabio Erculiani 19eb65d744 [sys-fs/udisks] force libexecdir to /usr/lib/udisks or systemd integration won't work 2014-04-02 20:48:53 +02:00
Fabio Erculiani 405b158329 [sys-fs/udisks] drop, no longer needed 2014-01-29 16:27:58 +01:00
Fabio Erculiani 81fa2cb870 [sys-fs/zfs-kmod] make it compile with the latest autotools eclasses, revbump 2013-12-05 18:41:32 +01:00
Fabio Erculiani cd8eca3388 Revert "[sys-fs/zfs-kmod] make it back compile, revbump, sync with Portage"
This reverts commit 6d16cd4d5d.
2013-12-05 17:26:00 +01:00
Fabio Erculiani 6d16cd4d5d [sys-fs/zfs-kmod] make it back compile, revbump, sync with Portage 2013-12-05 17:06:32 +01:00
Fabio Erculiani 6cc102a3c9 [sys-fs/zfs-kmod] revbump, sync with Portage 2013-11-05 17:18:49 +01:00
Fabio Erculiani b4543a654a [sys-fs/zfs-kmod] merge spl into zfs-kmod to preserve consistency 2013-10-19 17:01:47 +02:00
Fabio Erculiani 346e7482da [sys-fs/udisks] version bump 2013-09-28 10:13:06 +02:00
Fabio Erculiani 2edfb497d2 [sys-fs/cryptsetup] drop old 2013-04-15 13:02:40 +01:00
Fabio Erculiani 342ab9cad4 [sys-fs/udisks] version bump, sync with Portage 2013-04-11 23:32:11 +01:00
Fabio Erculiani 0907bfea6a [*] update Manifests 2013-03-09 13:13:09 +00:00
Fabio Erculiani e688565655 [sys-fs/udisks] add UDF DVD mount fix to udisks:2. Upstream only did it for udisks:1 2013-03-03 23:53:29 +00:00
Fabio Erculiani c08e4fa2a3 [sys-fs/btrfs-progs] re-add patch that fixes mkfs on Sabayon Live systems, fixes bug 3364
And if it wasn't clear, DO NOT DROP THIS (patch) :-)
2012-06-04 10:11:18 +02:00
Mitch Harder 2266fc1656 [sys-fs/btrfs-progs] Really commit the files.
Commit the files intended for the previous commit.
2012-05-13 15:40:23 -05:00
Mitch Harder bed860b2c6 [sys-fs/btrfs-progs] Update btrfs-progs with new fsck tools.
Provide ebuild for latest version of btrfs-progs from the
upstream git repository.

This version contains the first working fsck tools that can
actually fix some errors and corruptions.

This ebuild is based on a specific git commit. Upstream has not
provided any recent discrete release source archives.
2012-05-13 14:58:03 -05: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
Sławomir Nizio 1cad745dcf [overlay-split] remove Sabayon stuff
[overlay-split] dev-vcs: remove, split ebuilds

[overlay-split] app-crypt/* remove split ebuilds

[overlay-split] www-apps: remove split stuff

[overlay-split] app-office: remove libreoffice*

[overlay-split] remove stuff

[overlay-split] remove most from www-client

[sys-apps/hal] Removing depricated sys-apps/hal ebuilds.

The sys-apps/hal package has been depricated.  Removing sys-apps/hal
ebuilds from the overlay.

[app-emulation/wine] Removing app-emulation/wine that depend on hal.

Removing the app-emulation/wine ebuilds that depend on hal, since
hal has been depricated.

[overlay-split] remove some stuff from app-misc and their revdeps

[overlay-split] remove some stuff from media-gfx

[overlay-split] remove split (zen-)nmap

[overlay-split] x11-drivers -> remove

[overlay-split] media-libs and media-gfx -> remove some stuff

[overlay-split] x11-apps and net-print done

[overlay-split] dev-util done

json-glib: remove old and unmasked 9999

[overlay-split] dev-python done

remove httlib2 - not needed in the overlays completely
urlgrabber - probably fixed in Portage - not sure, not brought
 by me to the overlay, let's remove from this branch only

[overlay-split] media-plugins, net-dns, x11-wm

remove alsa-plugins (let 'em use Portage's)
remove split avahi
remove customised x11-wm/awesome (enlightenment is left due to short
discussion)

[overlay-split] dev-libs

remove dev-libs/libdbusmenu - this version is not used even
in Entropy, let's remove it from 'gentoo' and leave overlay
users Portage's version
Enlightenment stuff is left here "as always".
d0_blind_id is unmasked 9999, but it's for xonotic and it
doesn't have large rev. dep list.

[overlay-split] media-sound done

remove guayadeque, fixed in Gentoo, removed from master already
remove pulseaudio, let the Gentoo folks use "their"

[overlay-split] x11-themes: remove Sabayon-related stuff

[overlay-split] net-wireless: remove some stuff

acx - stale files only
b43-firmware - old, doesn't seem to add any value currently,
 unlikely useful for Gentoo users
broadcom-sta - same as above
btsco* - old, bad dep, probably doesn't even compile, unused
libertas-firmware - like broad-sta

[overlay-split] app-text: remove stuff

epdf - keywored live ebuild, do not want
pastebunz - hard choice, but seems more natural in the other overlay
 (and it can be moved in needed)
poppler* - ofc rm'd split'd ebuilds

[overlay-split] media-tv: remove some stuff

[overlay-split] sys-boot: remove

[overlay-split] gnome-base: remove some stuff

[overlay-split] media-video: remove some stuff

[overlay-split] net-irc: remove split quassel

[overlay-split] sys-apps: remove Sabayon stuff

[overlay-split] net-mail/mailbase: remove mod.

[overlay-split] net-libs/xulrunner: remove Sabayon mod.

[overlay-split] x11-libs: remove some stuff

xvba-video - it's in Portage; and it depends on
 x11-drivers/ati-userspace, which is not in Portage
xvba-sdk - needed for xvba-video, let's move it too
xcb-util - who the heck needs it here

[overlay-split] net-misc: remove hylafax and networkmanager

hylafax - "[net-misc/hylafax] make it work with our media-libs/tiff
compat package"

[overlay-split] sys-fs: rm udev and mdadm

[overlay-split] sys-libs: rm glibc

[overlay-split] x11-base: remove

[overlay-split] app-admin: rm gnome-system-tools

[overlay-split] sys-kernel and sys-power done

[overlay-split] x11-plugins: remove unmasked live ebuild

[overlay-split] kde-misc: rm unmasked live eb. that would override Portage's

[overlay-split] kde-base: rm all, Sabayon mod.

[overlay-split] complete this phase - rm remaining stuff!
2011-11-12 18:45:44 +01:00
Fabio Erculiani 675fe30fc0 [sys-fs/btrfs-progs] add mkfs.btrfs patch in order to make it skip hidden loop device source 2011-10-08 18:06:08 +02:00
Mitch Harder 4f8ed0ebd3 [sys-fs/btrfs-progs] Fix incorrect patch to snapshot arguments.
Fix an incorrect patch submitted that changed the handling of
command line arguments for the snapshot feature.
2011-09-12 14:13:34 -05:00
Mitch Harder 57c506b1b1 [sys-fs/btrfs-progs] Update btrfs-progs-0.19 with patchset
The official btrfs-progs release has become out-of-date.  This
issue is acknowledged by the btrfs developers, and they plan to
issue an updated version when they clear a few more pressing problems
away.

In the meantime, the btrfs user community has identified the candidate
patch set for the next release of btrfs-progs.

These can be found at:
http://git.darksatanic.net/cgi/gitweb.cgi?p=btrfs-progs-unstable.git;a=summary

This patch set is based on the 'for-chris' branch of this repository.
2011-08-26 15:10:38 -05:00
Fabio Erculiani 4465abbeab [sys-fs/udisks] all changes are now in tree 2011-08-17 21:44:34 +02:00
Fabio Erculiani 829efaa7a9 [sys-fs/udev-167-r1] drop PROVIDE=virtual/dev-manager 2011-06-19 16:47:04 +02:00
Fabio Erculiani d3538a10a2 [sys-fs/udev] version bump to 171 2011-06-16 11:48:36 +02:00
Fabio Erculiani 37bb51e87b [sys-fs/udisks] port from tree, restore mistakenly dropped ntfs-3g support 2011-06-04 15:41:19 +02:00
Fabio Erculiani 0fd6e1fa50 [sys-fs/mdadm] backport the whole Fedora tweaks that make Anaconda happy 2011-05-29 10:22:49 +02:00
Fabio Erculiani bd3dda4df6 [sys-fs/mdadm] fix anaconda patch 2011-05-21 19:57:03 +02:00
Fabio Erculiani 9cd18d789a [sys-fs/mdadm] port ebuild to overlay, add anaconda execution patch (!!) 2011-05-21 19:51:52 +02:00
Fabio Erculiani c550556115 [sys-fs/udev] version bump to 168-r2 2011-05-21 15:44:03 +02:00
Fabio Erculiani eb3ea768fe [sys-fs/udev] version bump to 167 2011-04-11 00:01:20 +02:00
Ian Whyman caff96b8c2 Revert "[sys-fs/ntfsprogs] Enable extras, add progress patch to NTFSclone"
This reverts commit be9266c70d.
2011-01-24 21:07:31 +00:00
Ian Whyman be9266c70d [sys-fs/ntfsprogs] Enable extras, add progress patch to NTFSclone
Re-enables extra programs, adds a nice patch to view progress on NTFS clone.

Can be removed if patch is integrated upstream.

Should be easy to bump, but this app doesnt get bumped often at all.
2011-01-24 20:54:59 +00:00
Fabio Erculiani dc8e14e71b [sys-fs/squashfs-tools] old! 2011-01-03 16:14:24 +01:00
Fabio Erculiani 035d762bbd [sys-fs/udev] properly blacklist rt2800pci 2010-09-16 19:15:49 +02:00
Fabio Erculiani 0aa1693e67 [sys-fs/udev] update blacklist file, add rt2800pci, close bug #1677 2010-09-11 17:13:32 +02:00
Fabio Erculiani c6cbb3f3f3 [sys-fs/ntfs3g] bye bye 2010-07-04 14:28:25 +02:00
Fabio Erculiani e82cf75a2c [sys-fs/lvm2] drop udev rule patch, we just patched grub2 2010-05-28 17:50:37 +02:00
Fabio Erculiani ce9f986809 [sys-fs/lvm2] add lvm2 version that works with grub2 (fix udev rules) 2010-05-26 17:48:33 +02:00
Fabio Erculiani 5aad775e5a [sys-fs/lvm2] add testing lvm2 version (trying to fix grub2 device detection) 2010-05-26 17:00:46 +02:00