Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 676686 - net-misc/gerbera-1.3.0: files/gerbera-1.3.0.config has an unclosed <home> element
Summary: net-misc/gerbera-1.3.0: files/gerbera-1.3.0.config has an unclosed <home> ele...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Whyman (thev00d00) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-29 04:10 UTC by BT
Modified: 2019-01-31 20:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BT 2019-01-29 04:10:17 UTC
files/gerbera-1.3.0.config has an unclosed <home> element:

<home>/var/lib/gerbera<home>

It should be:

<home>/var/lib/gerbera</home>
Comment 1 Larry the Git Cow gentoo-dev 2019-01-31 20:56:29 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f130a7b274ed2fc3e5c880cc42951d9e50ca6cb1

commit f130a7b274ed2fc3e5c880cc42951d9e50ca6cb1
Author:     Ian Whyman <thev00d00@gentoo.org>
AuthorDate: 2019-01-31 20:55:34 +0000
Commit:     Ian Whyman <thev00d00@gentoo.org>
CommitDate: 2019-01-31 20:56:04 +0000

    net-misc/gerbera: Fix config file, tidy old files
    
    Closes: https://bugs.gentoo.org/676690
    Closes: https://bugs.gentoo.org/676686
    Package-Manager: Portage-2.3.59, Repoman-2.3.12
    Signed-off-by: Ian Whyman <thev00d00@gentoo.org>

 .../files/gerbera-1.1.0-build-failure.patch        |  14 ---
 net-misc/gerbera/files/gerbera-1.3.0.config        |   2 +-
 net-misc/gerbera/gerbera-1.3.0-r1.ebuild           | 101 +++++++++++++++++++++
 3 files changed, 102 insertions(+), 15 deletions(-)