Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 537758 - media-sound/gbsplay still uses berlios.de
Summary: media-sound/gbsplay still uses berlios.de
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: berlios.de
  Show dependency tree
 
Reported: 2015-01-25 23:38 UTC by Jeroen Roovers (RETIRED)
Modified: 2016-01-16 16:57 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 Jeroen Roovers (RETIRED) gentoo-dev 2015-01-25 23:38:07 UTC
grep berlios *.ebuild
HOMEPAGE="http://gbsplay.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
Comment 1 David Seifert gentoo-dev 2016-01-16 16:57:28 UTC
When fixing bug 571000, I also removed all references to berlios.

commit 5b8fb13399e24aca92c35b82de0d94585263d2a4
Author: David Seifert <soap@gentoo.org>
Date:   Sat Jan 16 17:51:48 2016 +0100

    media-sound/gbsplay: add -std=gnu89 to CFLAGS to restore pre-GCC5 semantics
    
    Gentoo-Bug: 571000
    Also bump ebuild to EAPI=6. Fix -Werror=format-security errors.