summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-block/di: Bump to version 4.38Lars Wendler2016-01-072-0/+38
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/nbd: Bump to version 3.13Lars Wendler2016-01-052-0/+30
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/nbd: Fix bigendian build.Jeroen Roovers2016-01-022-1/+21
| | | | Package-Manager: portage-2.2.26
* For uClibc userlands, add dep to dev-libs/libiconv and append -liconv to ↵Joshua Kinard2016-01-011-2/+4
| | | | | | LIBS. Fixes/recloses #542296. Package-Manager: portage-2.2.26
* sys-block/zram-init: version bump, sync with mv overlayJauhien Piatlicki2016-01-012-0/+48
| | | | Package-Manager: portage-2.2.26
* sys-block/whdd: EAPI 5 bump.Patrice Clement2015-12-221-2/+2
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* Merge remote-tracking branch 'github/pr/461'.Patrice Clement2015-12-221-3/+3
|\
| * sys-block/whdd-9999: updateAndrey Utkin2015-12-121-3/+3
| |
* | sys-block/open-iscsi: use the udev eclass to install rulesMike Frysinger2015-12-171-3/+2
| |
* | sys-block/open-iscsi: build with LFS flagsVictor Dodon2015-12-171-0/+1
| | | | | | | | | | This package uses a bunch of filesystem calls, but they default to 32bit, so for 32bit systems, we end up not being able to support large files.
* | sys-block/open-iscsi: fix handling of user CPPFLAGSMike Frysinger2015-12-171-3/+5
| |
* | sys-block/open-iscsi: fix incorrect memset callMike Frysinger2015-12-172-0/+119
| |
* | sys-block/open-iscsi: fix mishandling of MY_PVMike Frysinger2015-12-171-3/+3
| | | | | | | | | | | | | | The code to set up MY_PV was based on MY_PV which mean successive env loads would generate an incorrect value. Drop the loading of it (as the default PV is what we want) and rename the var to MY_P as that is what it actually represents.
* | sys-block/open-iscsi: do not use ROOT in src_installVictor Dodon2015-12-171-1/+1
|/ | | | | We do not want to use ROOT to control where sbin progs are installed. Switch to EPREFIX instead.
* standardize various metadata.xml styleMike Frysinger2015-11-2419-95/+93
|
* sys-block/nbd: Bump to version 3.12.1Lars Wendler2015-11-182-0/+30
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/fio: ia64 stable wrt bug #561756Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* sys-block/fio: ppc stable wrt bug #561756Agostino Sarubbo2015-11-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-block/gparted: x86 stable wrt bug #565086Agostino Sarubbo2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-block/gparted: amd64 stable wrt bug #565086Agostino Sarubbo2015-11-101-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-block/kvpm: remove oldMichael Palimaka2015-11-112-26/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-block/gparted: Drop oldPacho Ramos2015-11-072-90/+0
| | | | Package-Manager: portage-2.2.23
* sys-block/gparted: Version bumpPacho Ramos2015-11-072-0/+91
| | | | Package-Manager: portage-2.2.23
* sys-block/open-iscsi: Merge unnecessary udev dep removalMichał Górny2015-10-261-5/+3
|\ | | | | | | Pull-Request: https://github.com/gentoo/gentoo/pull/209
| * sys-block/open-iscsi: Use doexe instead of juggling with permissionsJakub Jirutka2015-10-261-4/+2
| |
| * sys-block/open-iscsi: Remove unnecessary dependency (bug #563082)Jakub Jirutka2015-10-261-1/+1
| |
* | sys-block/di: Bump to version 4.37Lars Wendler2015-10-202-0/+38
| | | | | | | | | | Package-Manager: portage-2.2.23 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* | sys-block/fio: arm stable, bug #561756Markus Meier2015-10-171-1/+1
|/ | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* sys-block/parted: Fix crash on resizing FAT16 (bug #562136 by Nico R.).Jeroen Roovers2015-10-102-0/+123
| | | | Package-Manager: portage-2.2.22
* sys-block/fio: Stable for PPC64 (bug #561756).Jeroen Roovers2015-10-041-1/+1
| | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches
* Add missing remote-id type=sourceforgeJustin Lecher2015-10-013-5/+12
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-block/fio: delete wrong arch USE flag checkingMike Frysinger2015-09-303-3/+3
| | | | | | | USE flags that are not available for an arch should be masked in their profile, not have ad-hoc checks in ebuilds. Since the arm profile was updated at some point to mask USE=glusterfs, we can drop the wrong code in these ebuilds.
* sys-block/fio: x86 stable wrt bug #561756Agostino Sarubbo2015-09-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-block/ms-sys: Bump to version 2.5.1Lars Wendler2015-09-302-0/+37
| | | | | Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/fio: amd64 stable wrt bug #561756Agostino Sarubbo2015-09-291-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-block/fio: version bump to 2.2.10Mike Frysinger2015-09-282-0/+90
|
* sys-block/fio: echo configure step for debuggingMike Frysinger2015-09-281-2/+4
|
* sys-block/fio: fix inverted USE=static logicMike Frysinger2015-09-281-1/+1
|
* sys-block/fio: add USE=static supportGwendal Grignou2015-09-281-1/+2
|
* Update hashes in ManifestJustin Lecher2015-09-2325-39/+39
| | | | | | Add missing SHA512 and WHIRLPOOL hashes Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-block/thin-provisioning-tools: Stable for PPC64 (bug #555116).Jeroen Roovers2015-09-221-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-block/rts_pstor: Fix build with kernel 4.2.0Vikraman Choudhury2015-09-172-0/+45
| | | | | | Gentoo-Bug: 559668 Package-Manager: portage-2.2.20.1
* sys-block/rts5229: Fix build with kernel 4.2.0Vikraman Choudhury2015-09-172-0/+34
| | | | | | Gentoo-Bug: 559424 Package-Manager: portage-2.2.20.1
* sys-block/gparted: x86 stable wrt bug #551826Agostino Sarubbo2015-09-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-block/gparted: amd64 stable wrt bug #551826Mikle Kolyada2015-09-081-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --ignore-arches
* sys-block/mbuffer: ppc stable wrt bug #556146Agostino Sarubbo2015-09-061-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-block/gparted: Drop oldPacho Ramos2015-09-052-91/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-block/gparted: Version bump, needs gettext as DEPEND (#555006)Pacho Ramos2015-09-052-0/+91
| | | | Package-Manager: portage-2.2.20.1
* sys-block/zram-init: version bump, sync with mv overlayJauhien Piatlicki2015-09-012-0/+53
| | | | Package-Manager: portage-2.2.20.1
* sys-block/open-iscsi: fixing perms on an installed script to be execMatthew Thode2015-08-281-2/+4
| | | | Package-Manager: portage-2.2.20.1