summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-p2p/eiskaltdcpp/ChangeLog7
-rw-r--r--net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild16
-rw-r--r--net-p2p/eiskaltdcpp/metadata.xml1
3 files changed, 11 insertions, 13 deletions
diff --git a/net-p2p/eiskaltdcpp/ChangeLog b/net-p2p/eiskaltdcpp/ChangeLog
index 60d4d8715033..e77bb8879347 100644
--- a/net-p2p/eiskaltdcpp/ChangeLog
+++ b/net-p2p/eiskaltdcpp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/eiskaltdcpp
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.14 2010/10/14 15:24:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.15 2010/10/25 13:34:31 pva Exp $
+
+ 25 Oct 2010; Peter Volkov <pva@gentoo.org> eiskaltdcpp-9999.ebuild,
+ metadata.xml:
+ 9999 ebuild update: Upstream moved on git, don't use net-libs/wt any more,
+ thank Nikoly for this job.
14 Oct 2010; Peter Volkov <pva@gentoo.org> eiskaltdcpp-9999.ebuild,
metadata.xml:
diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
index f802a608953c..5684b5262c94 100644
--- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
+++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.14 2010/10/14 15:24:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.15 2010/10/25 13:34:31 pva Exp $
EAPI="2"
LANGS="be bg en es fr hu pl ru sr uk"
CMAKE_MIN_VERSION="2.6.0"
-inherit qt4-r2 cmake-utils subversion
+inherit qt4-r2 cmake-utils git
DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library"
HOMEPAGE="http://eiskaltdc.googlecode.com/"
-ESVN_REPO_URI="http://${PN%pp}.googlecode.com/svn/branches/trunk/"
+EGIT_REPO_URI="git://github.com/negativ/${PN}.git"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS=""
-IUSE="dbus +emoticons examples -gnome -gtk -javascript kde libnotify lua +qt4 sounds spell upnp web"
+IUSE="dbus +emoticons examples -gnome -gtk -javascript kde libnotify lua +qt4 sounds spell upnp"
RDEPEND="
app-arch/bzip2
@@ -45,7 +45,6 @@ RDEPEND="
)
spell? ( app-text/aspell )
)
- web? ( net-libs/wt[extjs] )
"
DEPEND="${RDEPEND}
>=dev-libs/boost-1.34.1
@@ -53,13 +52,9 @@ DEPEND="${RDEPEND}
"
DOCS="AUTHORS ChangeLog.txt"
-pkg_setup() {
- use gtk && ewarn "GTK UI is very experimental, only Qt4 frontend is stable."
-}
-
src_configure() {
# linguas
- local langs
+ local langs x
for x in ${LANGS}; do
use linguas_${x} && langs+=" ${x}"
done
@@ -77,7 +72,6 @@ src_configure() {
"$(cmake-utils_use gtk USE_GTK)"
"$(cmake-utils_use gnome USE_LIBGNOME2)"
"$(cmake-utils_use libnotify USE_LIBNOTIFY)"
- "$(cmake-utils_use web USE_WT)"
"$(cmake-utils_use emoticons WITH_EMOTICONS)"
"$(cmake-utils_use examples WITH_EXAMPLES)"
"$(cmake-utils_use lua WITH_LUASCRIPTS)"
diff --git a/net-p2p/eiskaltdcpp/metadata.xml b/net-p2p/eiskaltdcpp/metadata.xml
index d2b290eaf132..066634552f06 100644
--- a/net-p2p/eiskaltdcpp/metadata.xml
+++ b/net-p2p/eiskaltdcpp/metadata.xml
@@ -20,6 +20,5 @@
<flag name="emoticons">Install emoticon packs</flag>
<flag name="sounds">Install sound files</flag>
<flag name="upnp">Forward ports using UPnP</flag>
- <flag name="web">Enable <pkg>net-libs/wt</pkg> based web interface</flag>
</use>
</pkgmetadata>