diff options
author | 2013-09-04 18:50:10 +0000 | |
---|---|---|
committer | 2013-09-04 18:50:10 +0000 | |
commit | f122463279974fb64c809cd6c705b99ec6cb069e (patch) | |
tree | 33e86e64445447b9fb4157f147c86969be947b0d /net-p2p | |
parent | Version bump, bug 480830 (diff) | |
download | gentoo-2-f122463279974fb64c809cd6c705b99ec6cb069e.tar.gz gentoo-2-f122463279974fb64c809cd6c705b99ec6cb069e.tar.bz2 gentoo-2-f122463279974fb64c809cd6c705b99ec6cb069e.zip |
Version bump, wrt bug #482982. Sync live ebuild, updated maintainer's email address
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/eiskaltdcpp/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild | 134 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/eiskaltdcpp/metadata.xml | 2 |
4 files changed, 146 insertions, 4 deletions
diff --git a/net-p2p/eiskaltdcpp/ChangeLog b/net-p2p/eiskaltdcpp/ChangeLog index 0ff6f7e1dbff..1b2dadc2ee56 100644 --- a/net-p2p/eiskaltdcpp/ChangeLog +++ b/net-p2p/eiskaltdcpp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/eiskaltdcpp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.54 2013/07/13 07:48:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/ChangeLog,v 1.55 2013/09/04 18:50:10 pinkbyte Exp $ + +*eiskaltdcpp-2.2.9 (04 Sep 2013) + + 04 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> +eiskaltdcpp-2.2.9.ebuild, + eiskaltdcpp-9999.ebuild, metadata.xml: + Version bump, wrt bug #482982. Sync live ebuild, updated maintainer's email + address 13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> eiskaltdcpp-2.2.8-r1.ebuild: Stable for x86, wrt bug #476232 diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild new file mode 100644 index 000000000000..0470211ecc08 --- /dev/null +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild @@ -0,0 +1,134 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-2.2.9.ebuild,v 1.1 2013/09/04 18:50:10 pinkbyte Exp $ + +EAPI="5" + +LANGS="be bg cs de el en es fr hu it pl pt_BR ru sk sr@latin uk" + +[[ ${PV} = *9999* ]] && VCS_ECLASS="git-2" || VCS_ECLASS="" +inherit cmake-utils ${VCS_ECLASS} + +DESCRIPTION="Qt4 based client for DirectConnect and ADC protocols, based on DC++ library" +HOMEPAGE="http://eiskaltdc.googlecode.com/" + +LICENSE="GPL-2 GPL-3" +SLOT="0" +IUSE="cli daemon dbus +dht +emoticons examples -gtk idn -javascript json libcanberra libnotify lua +minimal pcre +qt4 sound spell sqlite upnp -xmlrpc" +for x in ${LANGS}; do + IUSE="${IUSE} linguas_${x}" +done + +REQUIRED_USE=" + cli? ( ^^ ( json xmlrpc ) ) + emoticons? ( || ( gtk qt4 ) ) + dbus? ( qt4 ) + javascript? ( qt4 ) + json? ( !xmlrpc ) + libcanberra? ( gtk ) + libnotify? ( gtk ) + spell? ( qt4 ) + sound? ( || ( gtk qt4 ) ) + sqlite? ( qt4 ) +" + +if [[ ${PV} != *9999* ]]; then + SRC_URI="http://${PN/pp/}.googlecode.com/files/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +else + EGIT_REPO_URI="git://github.com/${PN}/${PN}.git" + KEYWORDS="" +fi + +RDEPEND=" + app-arch/bzip2 + >=dev-libs/boost-1.38 + >=dev-libs/openssl-0.9.8 + sys-apps/attr + sys-devel/gettext + sys-libs/zlib + virtual/libiconv + idn? ( net-dns/libidn ) + lua? ( >=dev-lang/lua-5.1 ) + pcre? ( >=dev-libs/libpcre-4.2 ) + upnp? ( >=net-libs/miniupnpc-1.6 ) + cli? ( + >=dev-lang/perl-5.10 + perl-core/Getopt-Long + dev-perl/Data-Dump + dev-perl/Term-ShellUI + json? ( dev-perl/JSON-RPC ) + xmlrpc? ( dev-perl/RPC-XML ) + ) + daemon? ( xmlrpc? ( >=dev-libs/xmlrpc-c-1.19.0[abyss,cxx] ) ) + gtk? ( + x11-libs/pango + x11-libs/gtk+:3 + >=dev-libs/glib-2.24:2 + x11-themes/hicolor-icon-theme + libcanberra? ( media-libs/libcanberra ) + libnotify? ( >=x11-libs/libnotify-0.4.1 ) + ) + qt4? ( + >=dev-qt/qtgui-4.6.0:4 + dbus? ( >=dev-qt/qtdbus-4.6.0:4 ) + javascript? ( + dev-qt/qtscript:4 + x11-libs/qtscriptgenerator + ) + spell? ( app-text/aspell ) + sqlite? ( dev-qt/qtsql:4[sqlite] ) + ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" +DOCS="AUTHORS ChangeLog.txt" + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-major-version) -lt 4 ]] || \ + ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 4 ]] ) \ + && die "Sorry, but gcc-4.4 and earlier won't work." + fi +} + +src_configure() { + # linguas + local langs x + for x in ${LANGS}; do + use linguas_${x} && langs+=" ${x}" + done + + local mycmakeargs=( + -DLIB_INSTALL_DIR="$(get_libdir)" + -Dlinguas="${langs}" + -DLOCAL_MINIUPNP=OFF + -DUSE_GTK=OFF + -DUSE_LIBGNOME2=OFF + "$(use cli && cmake-utils_use json USE_CLI_JSONRPC)" + "$(use cli && cmake-utils_use xmlrpc USE_CLI_XMLRPC)" + "$(cmake-utils_use daemon NO_UI_DAEMON)" + "$(use daemon && cmake-utils_use json JSONRPC_DAEMON)" + "$(use daemon && cmake-utils_use xmlrpc XMLRPC_DAEMON)" + "$(cmake-utils_use dbus DBUS_NOTIFY)" + "$(cmake-utils_use dht WITH_DHT)" + "$(cmake-utils_use emoticons WITH_EMOTICONS)" + "$(cmake-utils_use examples WITH_EXAMPLES)" + "$(cmake-utils_use gtk USE_GTK3)" + "$(cmake-utils_use idn USE_IDNA)" + "$(cmake-utils_use javascript USE_JS)" + "$(cmake-utils_use libcanberra LIBCANBERRA)" + "$(cmake-utils_use libnotify USE_LIBNOTIFY)" + "$(cmake-utils_use lua LUA_SCRIPT)" + "$(cmake-utils_use lua WITH_LUASCRIPTS)" + "$(cmake-utils_use !minimal WITH_DEV_FILES)" + "$(cmake-utils_use pcre PERL_REGEX)" + "$(cmake-utils_use qt4 USE_QT)" + "$(cmake-utils_use sound WITH_SOUNDS)" + "$(cmake-utils_use spell USE_ASPELL)" + "$(cmake-utils_use sqlite USE_QT_SQLITE)" + "$(cmake-utils_use upnp USE_MINIUPNP)" + ) + cmake-utils_src_configure +} diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index 937f7a43be1f..ae3f64a30728 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.36 2013/07/10 04:59:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild,v 1.37 2013/09/04 18:50:10 pinkbyte Exp $ EAPI="5" @@ -70,7 +70,8 @@ RDEPEND=" libnotify? ( >=x11-libs/libnotify-0.4.1 ) ) qt4? ( - >=dev-qt/qtgui-4.6.0:4[dbus(+)?] + >=dev-qt/qtgui-4.6.0:4 + dbus? ( >=dev-qt/qtdbus-4.6.0:4 ) javascript? ( dev-qt/qtscript:4 x11-libs/qtscriptgenerator diff --git a/net-p2p/eiskaltdcpp/metadata.xml b/net-p2p/eiskaltdcpp/metadata.xml index 9ad01e0e669a..2041198f26d6 100644 --- a/net-p2p/eiskaltdcpp/metadata.xml +++ b/net-p2p/eiskaltdcpp/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>proxy-maintainers</herd> <maintainer> - <email>nikoli@lavabit.com</email> + <email>nikoli@gmx.us</email> <name>Nikoli</name> </maintainer> <longdescription lang="en"> |