summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/lvm2: bump.Robin H. Johnson2016-10-2115-13/+305
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/lvm2: Stable for HPPA (bug #575764).Jeroen Roovers2016-10-011-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches
* sys-fs/lvm2-2.02.116-r4: add alpha keywordTobias Klausmann2016-05-261-1/+1
| | | | | | Gentoo-Bug: 575764 Package-Manager: portage-2.3.0_rc1
* sys-fs/lvm2: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-189-9/+9
|
* sys-fs/lvm2: fix build w/newer glibc #580062Mike Frysinger2016-04-192-0/+128
|
* update sources.redhat.com to sourceware.orgMike Frysinger2016-04-1914-42/+42
|
* sys-fs/lvm2: drop old <2.02.116 versionsMike Frysinger2016-04-0211-1546/+0
|
* sys-fs/lvm2: mark 2.02.116 arm64/s390/sh stableMike Frysinger2016-04-021-1/+1
|
* sys-fs/lvm2: arm stable, bug #575764Markus Meier2016-03-241-1/+1
| | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm"
* sys-fs/lvm2: ia64 stable wrt bug #575764Agostino Sarubbo2016-03-201-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-fs/lvm2: ppc64 stable wrt bug #575764Agostino Sarubbo2016-03-171-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-fs/lvm2: ppc stable wrt bug #575764Agostino Sarubbo2016-03-161-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-fs/lvm2: fix issue building with USE=systemdDoug Goldstein2016-03-143-0/+3
| | | | | | | | | | When building with USE=systemd, we need to pull it in since it is built against. Gentoo-Bug: 570788 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* sys-fs/lvm2: make depend() in lvm init script quietDoug Goldstein2016-03-145-0/+1281
| | | | | | | | | | | | | | The depend() function makes a call to lvm which can produce output on stderr which might seem concerning to some but is really just harmless. We are checking to see if we need lvmetad to be able to start up properly. At the same time make sure all possible versions receive updated init scripts. Gentoo-Bug: 577308 Gentoo-Bug: 573384 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* sys-fs/lvm2: EAPI6 conversion from Lars Wendler (polynomial-c).Robin H. Johnson2016-03-103-4/+293
| | | | Package-Manager: portage-2.2.27
* sys-fs/lvm2: bump per bug #572352.Robin H. Johnson2016-03-094-0/+634
| | | | Package-Manager: portage-2.2.27
* sys-fs/lvm2: amd64 stable wrt bug #575764Mikle Kolyada2016-03-051-1/+1
| | | | Package-Manager: portage-2.2.26
* sys-fs/lvm2: add myself to maintainersDoug Goldstein2016-02-261-0/+5
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* sys-fs/lvm2: Add revbumps to fix #461564Marc Schiffbauer2016-01-254-1/+578
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-6/+6
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-fs/lvm2: bump to fix lvmetad init script dependDoug Goldstein2016-01-042-4/+7
| | | | | | | | | | In my previous bump I incorrectly left the hardcoded dependency on lvmetad so the lvm script still always depended on lvmetad. This fixes that and makes it truly dynamic and adds instructions so that people can ensure their next boot works properly. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
* sys-fs/lvm2: add missing dependency for USE=lvm2create_initrdDoug Goldstein2015-12-271-1/+4
| | | | | | | | USE=lvm2create_initrd needs app-arch/cpio Gentoo-Bug: 500308 Signed-off-by: Doug Goldstein <cardoe@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/lvm2: conditionally depend on lvmetadDoug Goldstein2015-12-272-1/+135
| | | | | | | | | | | | | If the user has configured their system to be dependent on lvmetad in /etc/lvm/lvm.conf then we need to depend on lvmetad starting up. Otherwise it shouldn't be necessary and won't be started. Gentoo-Bug: 503016 Gentoo-Bug: 525614 Gentoo-Bug: 554918 Gentoo-Bug: 565154 Signed-off-by: Doug Goldstein <cardoe@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/lvm2: fix missing dir for lvmetadDoug Goldstein2015-12-272-0/+293
| | | | | | | | | lvmetad fails to start up due to /run/lvm not existing when it the system needs it to start. This ensures the directory is created. Gentoo-Bug: 521960 Signed-off-by: Doug Goldstein <cardoe@gentoo.org> Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/lvm2: Bump to version 2.02.136Lars Wendler2015-12-036-0/+521
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-fs/lvm2: ia64 stable wrt bug #559910Mikle Kolyada2015-11-081-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-fs/lvm2: workaround for building with USE="cman" enabledSergey Popov2015-11-021-0/+275
| | | | | | | | | | | | Currently LVM installs systemd units and services unconditionally, which breaks if USE="clvm" is enabled. This commit adds proper REQUIRED_USE blocker and installs systemd related files only when USE="systemd" is enabled Gentoo-Bug: 522430 Package-Manager: portage-2.2.23
* sys-fs/lvm2: ppc stable wrt bug #559910Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-fs/lvm2: sparc stable wrt bug #559910Mikle Kolyada2015-10-161-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-fs/lvm2: fix 'static' USE flagJulian Ospald2015-10-031-0/+272
| | | | | Currently, only eudev has non-broken static-libs support. There is no reason to prevent eudev users from using it.
* sys-fs/lvm2: arm stable, bug #559910Markus Meier2015-10-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm"
* sys-fs/lvm2: Stable for PPC64 (bug #559910).Jeroen Roovers2015-10-031-1/+1
| | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches
* sys-fs/lvm2: Stable for HPPA (bug #559910).Jeroen Roovers2015-10-031-1/+1
| | | | | Package-Manager: portage-2.2.22 RepoMan-Options: --ignore-arches
* sys-fs/lvm2: add alpha keywordTobias Klausmann2015-10-011-1/+1
| | | | | | Gentoo-Bug: 559910 Package-Manager: portage-2.2.22
* sys-fs/lvm2: x86 stable wrt bug #559910Agostino Sarubbo2015-09-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-fs/lvm2: amd64 stable wrt bug #559910Agostino Sarubbo2015-09-291-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https for kernel.org and redhat.comJustin Lecher2015-08-245-5/+5
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/lvm2: use slots/subslots w/readlineMike Frysinger2015-08-215-8/+8
|
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-092-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0832-0/+2745
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed