Skip to content

Commit

Permalink
app-cdr/cuecue: Remove references to berlios.de
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.1
  • Loading branch information
pacho2 committed Oct 15, 2016
1 parent 3e1d288 commit 735d08d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app-cdr/cuecue/cuecue-0.2.2-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ EAPI=6
inherit flag-o-matic

DESCRIPTION="Cuecue converts .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin"
HOMEPAGE="http://cuecue.berlios.de/"
#SRC_URI="mirror://berlios/cuecue/${P}.tar.gz"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="GPL-2"
Expand All @@ -28,14 +27,12 @@ PATCHES=(
"${FILESDIR}"/${P}-namespace.patch
"${FILESDIR}"/${P}-unused.patch
)
DOCS="CHANGES README TODO"

src_configure() {
econf \
$(use_enable flac) \
$(use_enable mp3) \
$(use_enable vorbis ogg) \
--disable-dependency-tracking \
--disable-libFLACtest \
--disable-oggtest \
--disable-vorbistest
Expand Down

0 comments on commit 735d08d

Please sign in to comment.