summaryrefslogtreecommitdiff
path: root/net-libs/accounts-qt/accounts-qt-1.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/accounts-qt/accounts-qt-1.13.ebuild')
-rw-r--r--net-libs/accounts-qt/accounts-qt-1.13.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/net-libs/accounts-qt/accounts-qt-1.13.ebuild b/net-libs/accounts-qt/accounts-qt-1.13.ebuild
index 95c546a0185..f40db7e5116 100644
--- a/net-libs/accounts-qt/accounts-qt-1.13.ebuild
+++ b/net-libs/accounts-qt/accounts-qt-1.13.ebuild
@@ -8,7 +8,7 @@ inherit qmake-utils
DESCRIPTION="Qt5 bindings for libaccounts-glib"
HOMEPAGE="https://01.org/gsso/"
-SRC_URI="https://accounts-sso.googlecode.com/files/${PN}-1.11.tar.bz2"
+SRC_URI="http://dev.gentoo.org/~kensington/distfiles/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -29,10 +29,7 @@ DEPEND="${RDEPEND}
test? ( dev-qt/qttest:5 )
"
-S="${WORKDIR}/${PN}-1.11"
-
src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.11-to-1.13.patch
sed -e "s|share/doc/\$\${PROJECT_NAME}|share/doc/${PF}|" -i doc/doc.pri || die
use doc || sed -e "/include( doc\/doc.pri )/d" -i ${PN}.pro || die
use test || sed -i -e '/^SUBDIRS/s/tests//' accounts-qt.pro || die "couldn't disable tests"