summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-block/parted: Reintroduce PED_ASSERT with correct assertionJeroen Roovers2020-01-032-1/+1
| | | | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Bug: https://bugs.gentoo.org/704704 Fixes: 1af57544e419afdbc54cb6dc76e053593e4bb088 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-block/parted: Fix segfault when USE=-debugJeroen Roovers2020-01-032-1/+13
| | | | | | | | | PED_ASSERT does funky stuff to atr_c_locale when USE=-debug, causing freelocale() to fail on exiting labels/atari.c. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Closes: https://bugs.gentoo.org/704704 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-block/f3: drop oldThomas Deutschmann2019-12-313-136/+0
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/f3: amd64 & x86 stableThomas Deutschmann2019-12-311-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/storcli: missing DEPEND="app-arch/unzip"Thomas Deutschmann2019-12-264-8/+8
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/storcli: remove unnecessary slash stripThomas Deutschmann2019-12-262-2/+2
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/storcli: amd64 & x86 stableThomas Deutschmann2019-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/storcli: bump to v7.1211Thomas Deutschmann2019-12-262-0/+69
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/di: Removed oldLars Wendler2019-12-252-39/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/di: Bump to version 4.47.3Lars Wendler2019-12-252-0/+39
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/sas3ircu-16: whitespace fixes per reviewRobin H. Johnson2019-12-171-0/+2
| | | | | Fixes: https://github.com/gentoo/gentoo/pull/13656#pullrequestreview-319312873 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-block/sas3ircu: version bump to 16Victor Payno2019-12-172-0/+91
| | | | | | Fixes: https://github.com/gentoo/gentoo/pull/13656 Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* */*: [QA] Remove redundant `|| die` guardsDavid Seifert2019-12-112-2/+2
| | | | | | | | | | | | * Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-119-2/+11
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-*/*: drop last-rited pkgsAaron Bauman2019-12-097-148/+0
| | | | | | | | | Closes: https://bugs.gentoo.org/697210 Closes: https://bugs.gentoo.org/697212 Closes: https://bugs.gentoo.org/697198 Closes: https://bugs.gentoo.org/697158 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-block/kvpm: Switch to ecm.eclassAndreas Sturmlechner2019-12-091-12/+14
| | | | | Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sys-block/gparted: Depend on dev-util/itstoolMatt Turner2019-12-041-0/+1
| | | | | | The macros from yelp.m4 use itstool. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-block/gparted: Drop yelp-tools depMatt Turner2019-12-041-1/+0
| | | | | | Only needed if regenerating the configure script. Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-block/gparted: Version bump 1.0.0Antoine Gicquel2019-12-042-0/+86
| | | | | | | Closes: https://bugs.gentoo.org/687256 Closes: https://github.com/gentoo/gentoo/pull/13829 Signed-off-by: Antoine Gicquel <antoine.gicquel@mailoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* sys-block/parted: touch doc/pt_BR/Makefile.inJeroen Roovers2019-12-031-0/+5
| | | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Bug: https://bugs.gentoo.org/697680 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
* sys-block/arcconf: updated metadata.xmlConrad Kostecki2019-12-031-5/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Reassign most of eva@'s packagesMichał Górny2019-11-301-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/mbuffer: amd64 stable wrt bug #701306Agostino Sarubbo2019-11-291-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/mbuffer: ppc stable wrt bug #701306Agostino Sarubbo2019-11-281-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/mbuffer: x86 stable (bug #701306)Thomas Deutschmann2019-11-271-1/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/mbuffer: add missing RESTRICT="!test? ( test )"Thomas Deutschmann2019-11-271-2/+4
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/mbuffer: bump to v20191016Thomas Deutschmann2019-11-272-0/+66
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/smp_utils: drop oldAaron Bauman2019-11-232-20/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-block/viaideinfo: Drop EAPI 0 ebuildMichał Górny2019-11-231-20/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/scsiping: Drop EAPI 0 ebuildMichał Górny2019-11-231-31/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/scsiping: Stabilize 0.0.1-r1 everywhereMichał Górny2019-11-231-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/arcconf: amd64 stable wrt bug #682768Agostino Sarubbo2019-11-152-2/+2
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/open-iscsi: Bump to version 2.1.0Lars Wendler2019-11-152-0/+141
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/viaideinfo: amd64 stable wrt bug #697190Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/viaideinfo: x86 stable wrt bug #697190Agostino Sarubbo2019-11-121-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/fio: fix USE=gtk build failure, bug #699878Sergei Trofimovich2019-11-112-0/+45
| | | | | | | | | | | | | | | | | With USE=gtk build failed as: ``` gclient.c:333:2: error: too many arguments to function 'strncpy' 333 | strncpy(message, sizeof(message), "%s", status_message); | ^~~~~~~ ``` Picked upstream fix as-is. Reported-by: Rafal Kupiec Closes: https://bugs.gentoo.org/699878 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* sys-block/fio: bump to v3.16Thomas Deutschmann2019-11-113-0/+131
| | | | | | | | Closes: https://bugs.gentoo.org/692632 Closes: https://bugs.gentoo.org/677796 Closes: https://bugs.gentoo.org/690214 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* sys-block/open-iscsi: remove unused patchesMichael Mair-Keimberger2019-11-073-205/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13067 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sys-block/scsiping: EAPI7 bumpRobin H. Johnson2019-11-071-0/+31
| | | | | | Fixes: https://bugs.gentoo.org/show_bug.cgi?id=697200 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-block/tapecat: EAPI-7 revbumpLars Wendler2019-11-071-3/+3
| | | | | | Closes: https://bugs.gentoo.org/697204 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/endpoint: EAPI-7 revbumpLars Wendler2019-11-071-11/+10
| | | | | | Closes: https://bugs.gentoo.org/697192 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/iscsitarget: Remove last-rited pkgMichał Górny2019-11-0522-1176/+0
| | | | | Closes: https://bugs.gentoo.org/696376 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/dellmgr: Remove last-rited pkgMichał Górny2019-11-054-70/+0
| | | | | Bug: https://bugs.gentoo.org/696252 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-block/megacli: add a new revision to fix bug #689996Agostino Sarubbo2019-11-041-0/+80
| | | | | | Bug: https://bugs.gentoo.org/689996 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-block/eject-bsd: remove last rited pkgMikle Kolyada2019-11-035-67/+0
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-block/nbd: arm stable wrt bug #694992Mikle Kolyada2019-11-011-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sys-block/di: Bump to version 4.47.2Lars Wendler2019-10-312-0/+39
| | | | | Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-block/devio: Port to EAPI 7David Seifert2019-10-191-10/+2
| | | | | | Closes: https://bugs.gentoo.org/697194 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-block/mtx: Port to EAPI 7David Seifert2019-10-182-8/+26
| | | | | | Closes: https://bugs.gentoo.org/697202 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* sys-block/partimage: migrate to sys-libs/pamMikle Kolyada2019-10-121-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>