diff options
author | 2010-12-21 08:51:19 +0000 | |
---|---|---|
committer | 2010-12-21 08:51:19 +0000 | |
commit | 66a2676559193be7b60331caab10ee73d14662a1 (patch) | |
tree | b5b2212bfc0cfecb69be7fbaf5cda9c83d1c959f /net-p2p | |
parent | amd64 stable, bug #349186, thank Agostino Sarubbo for testing. Drop old. (diff) | |
download | gentoo-2-66a2676559193be7b60331caab10ee73d14662a1.tar.gz gentoo-2-66a2676559193be7b60331caab10ee73d14662a1.tar.bz2 gentoo-2-66a2676559193be7b60331caab10ee73d14662a1.zip |
amd64 stable, bug #349186, thank Agostino Sarubbo for testing. Drop old.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.3.ebuild | 56 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild | 4 |
3 files changed, 7 insertions, 59 deletions
diff --git a/net-p2p/eiskaltdcpp/ChangeLog b/net-p2p/eiskaltdcpp/ChangeLog index 33ba7727c80e..856b68477e9f 100644 --- a/net-p2p/eiskaltdcpp/ChangeLog +++ b/net-p2p/eiskaltdcpp/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2010/12/20 18:52:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.20 2010/12/21 08:51:19 pva Exp $ + + 21 Dec 2010; Peter Volkov <pva@gentoo.org> -eiskaltdcpp-2.0.3.ebuild, + eiskaltdcpp-2.1.1.ebuild: + amd64 stable, bug #349186, thank Agostino Sarubbo for testing. Drop old. 20 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> eiskaltdcpp-2.1.1.ebuild: diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.3.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.3.ebuild deleted file mode 100644 index 74ddba464975..000000000000 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.0.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# 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-2.0.3.ebuild,v 1.3 2010/09/03 07:41:04 pva Exp $ - -EAPI="3" - -LANGS="be en fr hu pl ru sr uk" -CMAKE_MIN_VERSION="2.6.0" -inherit qt4-r2 cmake-utils - -DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library" -HOMEPAGE="http://eiskaltdc.googlecode.com/" -SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.xz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="javascript kde spell" - -RDEPEND=" - =net-libs/libupnp-1.6* - app-arch/bzip2 - sys-libs/zlib - >=dev-libs/openssl-0.9.8 - virtual/libiconv - >=x11-libs/qt-gui-4.4.0:4[dbus] - javascript? ( - x11-libs/qt-script - x11-libs/qtscriptgenerator - ) - kde? ( kde-base/oxygen-icons ) - spell? ( app-text/aspell ) -" -DEPEND="${RDEPEND} - app-arch/xz-utils - >=dev-libs/boost-1.34.1 - dev-util/pkgconfig -" -DOCS="AUTHORS ChangeLog.txt" - -src_configure() { - # linguas - local langs - for x in ${LANGS}; do - use linguas_${x} && langs+=" ${x}" - done - - local mycmakeargs=( - -DFREE_SPACE_BAR_C="1" - "$(cmake-utils_use javascript USE_JS)" - "$(cmake-utils_use kde USE_ICON_THEME)" - "$(cmake-utils_use spell USE_ASPELL)" - -Dlinguas="${langs}" - ) - cmake-utils_src_configure -} diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild index 2f56db6c0357..947d4942a882 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild @@ -1,6 +1,6 @@ # 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-2.1.1.ebuild,v 1.2 2010/12/20 18:52:25 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.1.1.ebuild,v 1.3 2010/12/21 08:51:19 pva Exp $ EAPI="3" @@ -14,7 +14,7 @@ SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.xz" LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="dbus +emoticons examples -gnome -gtk -javascript libnotify lua +qt4 pcre sounds spell upnp" RDEPEND=" |