From 1f256194c40ef12a65dfe14a41394775a957077e Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sun, 22 Feb 2015 12:50:52 +0200 Subject: Added net-irc packages --- .../quassel-common/quassel-common-0.11.0.ebuild | 99 ++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 net-irc/quassel-common/quassel-common-0.11.0.ebuild (limited to 'net-irc/quassel-common/quassel-common-0.11.0.ebuild') diff --git a/net-irc/quassel-common/quassel-common-0.11.0.ebuild b/net-irc/quassel-common/quassel-common-0.11.0.ebuild new file mode 100644 index 00000000..f9c85b60 --- /dev/null +++ b/net-irc/quassel-common/quassel-common-0.11.0.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils eutils + +EGIT_REPO_URI="git://git.quassel-irc.org/quassel" +[[ "${PV}" == "9999" ]] && inherit git-r3 + +DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity (common files)" +HOMEPAGE="http://quassel-irc.org/" +MY_P=${P/-common} +[[ "${PV}" == "9999" ]] || SRC_URI="http://quassel-irc.org/pub/${MY_P/_/-}.tar.bz2" + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="kde" + +RDEPEND="kde? ( + || ( kde-apps/oxygen-icons kde-base/oxygen-icons:4 ) )" +DEPEND="${RDEPEND} + !