commit: 6f9e2412f48c66b7b1ac6f42a45709a24510004e Author: Sema1011 <sema19689 <AT> gmail <DOT> com> AuthorDate: Thu Jul 24 14:59:04 2014 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Thu Jul 24 21:20:15 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=6f9e2412
[net-misc/qconnman] Update HOMEPAGE and EGIT_REPO_URI. --- net-misc/qconnman/qconnman-9999.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/net-misc/qconnman/qconnman-9999.ebuild b/net-misc/qconnman/qconnman-9999.ebuild index a180097..b278586 100644 --- a/net-misc/qconnman/qconnman-9999.ebuild +++ b/net-misc/qconnman/qconnman-9999.ebuild @@ -7,12 +7,14 @@ EAPI=4 inherit qt4-r2 git-2 DESCRIPTION="Qt4 Connman Applet" -HOMEPAGE="https://github.com/OSSystems/qconnman" -EGIT_REPO_URI="git://github.com/OSSystems/${PN}.git" +HOMEPAGE="https://bitbucket.org/devonit/qconnman" +EGIT_REPO_URI="https://bitbucket.org/devonit/${PN}.git" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="" + +### TODO: add static-libs and qt5 support IUSE="" DEPEND="net-misc/connman @@ -21,7 +23,7 @@ DEPEND="net-misc/connman dev-qt/qtgui:4" RDEPEND="${DEPEND}" -DOCS="README.md" +DOCS="AUTHORS README" src_configure() { eqmake4 ${PN}.pro PREFIX="/usr"
