summaryrefslogtreecommitdiff
path: root/net-libs/jreen/jreen-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/jreen/jreen-9999.ebuild')
-rw-r--r--net-libs/jreen/jreen-9999.ebuild19
1 files changed, 12 insertions, 7 deletions
diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
index 1314a9a7295..931fcd7b616 100644
--- a/net-libs/jreen/jreen-9999.ebuild
+++ b/net-libs/jreen/jreen-9999.ebuild
@@ -4,24 +4,29 @@
EAPI=4
-EGIT_REPO_URI="https://github.com/euroelessar/jreen.git"
-[[ ${PV} == *9999 ]] && GIT_ECLASS="git-2"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="http://dev.gentoo.org/~jmbsvicetto/distfiles/snapshots/${P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ GIT_ECLASS="git-2"
+ EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
+ KEYWORDS=""
+fi
+
inherit qt4-r2 cmake-utils ${GIT_ECLASS}
DESCRIPTION="Qt XMPP library"
-HOMEPAGE="http://gitorious.org/jreen"
-[[ ${PV} == *9999 ]] || SRC_URI=""
+HOMEPAGE="https://github.com/euroelessar/jreen"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
IUSE="debug"
DEPEND="
- >=x11-libs/qt-core-4.6.0
- >=x11-libs/qt-gui-4.6.0
>=app-crypt/qca-2.0.3
>=net-dns/libidn-1.20
+ >=x11-libs/qt-core-4.6.0
+ >=x11-libs/qt-gui-4.6.0
"
RDEPEND="${DEPEND}"