commit:     5cebf6d98da1e26f75d8b95d7f6104356d8ddb3b
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 12:45:01 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue May 12 12:45:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5cebf6d9

[net-libs/accounts-qt] Use new upstream tarball instead of patching.

Package-Manager: portage-2.2.18

 net-libs/accounts-qt/accounts-qt-1.13.ebuild | 5 +----
 1 file changed, 1 insertion(+), 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 95c546a..f40db7e 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"

Reply via email to