Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544854
Collapse All | Expand All

(-)a/media-sound/dcaenc/dcaenc-2-r1.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 6-12 EAPI=5 Link Here
6
6
7
if [[ ${PV} == 9999* ]]; then
7
if [[ ${PV} == 9999* ]]; then
8
AUTOTOOLS_AUTORECONF=1
8
AUTOTOOLS_AUTORECONF=1
9
EGIT_REPO_URI="git://gitorious.org/dtsenc/dtsenc.git"
9
EGIT_REPO_URI="https://gitlab.com/patrakov/dcaenc.git"
10
else
10
else
11
SRC_URI="http://aepatrakov.narod.ru/olderfiles/1/${P}.tar.gz"
11
SRC_URI="http://aepatrakov.narod.ru/olderfiles/1/${P}.tar.gz"
12
KEYWORDS="~amd64 ~x86"
12
KEYWORDS="~amd64 ~x86"
(-)a/media-sound/dcaenc/dcaenc-9999.ebuild (-3 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2016 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
Lines 6-12 EAPI=5 Link Here
6
6
7
if [[ ${PV} == 9999* ]]; then
7
if [[ ${PV} == 9999* ]]; then
8
AUTOTOOLS_AUTORECONF=1
8
AUTOTOOLS_AUTORECONF=1
9
EGIT_REPO_URI="git://gitorious.org/dtsenc/dtsenc.git"
9
EGIT_REPO_URI="https://gitlab.com/patrakov/dcaenc.git"
10
else
10
else
11
SRC_URI="http://aepatrakov.narod.ru/olderfiles/1/${P}.tar.gz"
11
SRC_URI="http://aepatrakov.narod.ru/olderfiles/1/${P}.tar.gz"
12
KEYWORDS="~amd64 ~x86"
12
KEYWORDS="~amd64 ~x86"
13
- 

Return to bug 544854