* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-04-06 0:04 Andreas HAttel (dilfridge)
0 siblings, 0 replies; 7+ messages in thread
From: Andreas HAttel (dilfridge) @ 2013-04-06 0:04 UTC (permalink / raw
To: gentoo-commits
dilfridge 13/04/06 00:04:46
Modified: ChangeLog
Added: kopete-4.10.2.ebuild
Log:
Version bump KDE SC 4.10.2
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path
1.359 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.359&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.359&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.358&r2=1.359
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -r1.358 -r1.359
--- ChangeLog 2 Apr 2013 20:51:44 -0000 1.358
+++ ChangeLog 6 Apr 2013 00:04:46 -0000 1.359
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.358 2013/04/02 20:51:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.359 2013/04/06 00:04:46 dilfridge Exp $
+
+*kopete-4.10.2 (05 Apr 2013)
+
+ 05 Apr 2013; Andreas K. Huettel <dilfridge@gentoo.org> +kopete-4.10.2.ebuild:
+ Version bump KDE SC 4.10.2
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.1.ebuild:
Stable for ppc64, wrt to bug #462890
1.1 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.1&content-type=text/plain
Index: kopete-4.10.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.1 2013/04/06 00:04:46 dilfridge Exp $
EAPI=5
KDE_HANDBOOK="optional"
KMNAME="kdenetwork"
KDE_SCM="svn"
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
RESTRICT=test
# Available plugins
#
# addbookmarks: NO DEPS
# alias: NO DEPS (disabled upstream)
# autoreplace: NO DEPS
# contactnotes: NO DEPS
# highlight: NO DEPS
# history: NO DEPS
# latex: virtual/latex as RDEPEND
# nowlistening: NO DEPS
# otr: libotr
# pipes: NO DEPS
# privacy: NO DEPS
# statistics: dev-db/sqlite:3
# texteffect: NO DEPS
# translator: NO DEPS
# urlpicpreview: NO DEPS
# webpresence: libxml2 libxslt
# NOTE: By default we enable all plugins that don't have any dependencies
PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
+nowlistening otr +pipes +privacy +statistics +texteffect +translator
+urlpicpreview webpresence"
# Available protocols
#
# gadu: net-libs/libgadu @since 4.3
# groupwise: app-crypt/qca:2
# irc: NO DEPS, probably will fail so inform user about it
# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK
# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM
# meanwhile: net-libs/meanwhile
# msn: libmsn == this is wlm plugin, we disable msn one
# oscar: NO DEPS
# qq: NO DEPS
# telepathy: net-libs/decibel
# testbed: NO DEPS
# winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
# yahoo: media-libs/jasper
# zeroconf (bonjour): NO DEPS
PROTOCOLS="gadu groupwise jingle meanwhile msn oscar qq skype
sms testbed winpopup +xmpp yahoo zeroconf"
# disabled protocols
# telepathy: net-libs/decibel
# irc: NO DEPS
IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
COMMONDEPEND="
dev-libs/libpcre
$(add_kdebase_dep kdepimlibs)
media-libs/qimageblitz
>=dev-qt/qtgui-4.4.0:4[mng]
!aqua? ( x11-libs/libXScrnSaver )
gadu? ( >=net-libs/libgadu-1.8.0[threads] )
groupwise? ( app-crypt/qca:2 )
jingle? (
>=media-libs/mediastreamer-2.3.0
media-libs/speex
net-libs/ortp
)
meanwhile? ( net-libs/meanwhile )
msn? ( >=net-libs/libmsn-4.1 )
otr? ( >=net-libs/libotr-3.2.0 <net-libs/libotr-4.0.0 )
statistics? ( dev-db/sqlite:3 )
v4l? ( media-libs/libv4l )
webpresence? (
dev-libs/libxml2
dev-libs/libxslt
)
xmpp? (
app-crypt/qca:2
net-dns/libidn
)
yahoo? ( media-libs/jasper )
"
RDEPEND="${COMMONDEPEND}
latex? (
|| (
media-gfx/imagemagick
media-gfx/graphicsmagick[imagemagick]
)
virtual/latex-base
)
sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca-ossl )
winpopup? ( net-fs/samba )
"
# telepathy? ( net-libs/decibel )"
DEPEND="${COMMONDEPEND}
!aqua? ( x11-proto/scrnsaverproto )
"
src_prepare() {
sed -e "s:lib/mozilla:$(get_libdir)/mozilla:" \
-i kopete/protocols/skype/skypebuttons/CMakeLists.txt || die "sed failed"
kde4-meta_src_prepare
}
src_configure() {
local x x2
# Handle common stuff
mycmakeargs=(
$(cmake-utils_use_with jingle GOOGLETALK)
$(cmake-utils_use_with jingle LiboRTP)
$(cmake-utils_use_with jingle Mediastreamer)
$(cmake-utils_use_with jingle Speex)
$(cmake-utils_use_disable v4l VIDEOSUPPORT)
)
# enable protocols
for x in ${PROTOCOLS}; do
case ${x/+/} in
msn) x2=Libmsn ;;
zeroconf) x2=bonjour ;;
xmpp) x2=jabber ;;
*) x2='' ;;
esac
mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
done
# enable plugins
for x in ${PLUGINS}; do
mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
done
kde4-meta_src_configure
}
pkg_postinst() {
kde4-meta_pkg_postinst
#if use telepathy; then
# elog "To use kopete telepathy plugins, you need to start gabble first:"
# elog "GABBLE_PERSIST=1 telepathy-gabble &"
# elog "export TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'"
#fi
if ! use ssl; then
if use xmpp || use msn; then # || use irc; then
if ! has_version app-crypt/qca-ossl ; then
elog "In order to use ssl in xmpp and msn you'll need to"
elog "install app-crypt/qca-ossl package."
fi
fi
fi
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-04-18 18:47 Chris Reffett (creffett)
0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett (creffett) @ 2013-04-18 18:47 UTC (permalink / raw
To: gentoo-commits
creffett 13/04/18 18:47:04
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Remove USE="qq" wrt bug 464660.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Revision Changes Path
1.2 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.1&r2=1.2
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kopete-4.10.2.ebuild 6 Apr 2013 00:04:46 -0000 1.1
+++ kopete-4.10.2.ebuild 18 Apr 2013 18:47:04 -0000 1.2
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.1 2013/04/06 00:04:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.2 2013/04/18 18:47:04 creffett Exp $
EAPI=5
@@ -49,18 +49,18 @@
# meanwhile: net-libs/meanwhile
# msn: libmsn == this is wlm plugin, we disable msn one
# oscar: NO DEPS
-# qq: NO DEPS
# telepathy: net-libs/decibel
# testbed: NO DEPS
# winpopup: NO DEPS (we're adding samba as RDEPEND so it works)
# yahoo: media-libs/jasper
# zeroconf (bonjour): NO DEPS
-PROTOCOLS="gadu groupwise jingle meanwhile msn oscar qq skype
+PROTOCOLS="gadu groupwise jingle meanwhile msn oscar skype
sms testbed winpopup +xmpp yahoo zeroconf"
# disabled protocols
# telepathy: net-libs/decibel
# irc: NO DEPS
+# qq: NO DEPS
IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}"
1.360 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.360&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.360&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.359&r2=1.360
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.359
retrieving revision 1.360
diff -u -r1.359 -r1.360
--- ChangeLog 6 Apr 2013 00:04:46 -0000 1.359
+++ ChangeLog 18 Apr 2013 18:47:04 -0000 1.360
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.359 2013/04/06 00:04:46 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.360 2013/04/18 18:47:04 creffett Exp $
+
+ 18 Apr 2013; Chris Reffett <creffett@gentoo.org> kopete-4.10.2.ebuild:
+ Remove USE="qq" wrt bug 464660.
*kopete-4.10.2 (05 Apr 2013)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-04-18 19:17 Chris Reffett (creffett)
0 siblings, 0 replies; 7+ messages in thread
From: Chris Reffett (creffett) @ 2013-04-18 19:17 UTC (permalink / raw
To: gentoo-commits
creffett 13/04/18 19:17:14
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Also actually disable QQ by default, thanks to kensington for the catch
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Revision Changes Path
1.3 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.2&r2=1.3
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kopete-4.10.2.ebuild 18 Apr 2013 18:47:04 -0000 1.2
+++ kopete-4.10.2.ebuild 18 Apr 2013 19:17:14 -0000 1.3
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.2 2013/04/18 18:47:04 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.3 2013/04/18 19:17:14 creffett Exp $
EAPI=5
@@ -137,6 +137,8 @@
mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
done
+ mycmakeargs+="-DWITH_qq=OFF"
+
# enable plugins
for x in ${PLUGINS}; do
mycmakeargs+=($(cmake-utils_use_with ${x/+/}))
1.361 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.361&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.361&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.360&r2=1.361
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -r1.360 -r1.361
--- ChangeLog 18 Apr 2013 18:47:04 -0000 1.360
+++ ChangeLog 18 Apr 2013 19:17:14 -0000 1.361
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.360 2013/04/18 18:47:04 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.361 2013/04/18 19:17:14 creffett Exp $
+
+ 18 Apr 2013; Chris Reffett <creffett@gentoo.org> kopete-4.10.2.ebuild:
+ Also actually disable QQ by default, thanks to kensington for the catch
18 Apr 2013; Chris Reffett <creffett@gentoo.org> kopete-4.10.2.ebuild:
Remove USE="qq" wrt bug 464660.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-04-29 12:44 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-29 12:44 UTC (permalink / raw
To: gentoo-commits
ago 13/04/29 12:44:48
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Stable for amd64, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.3&r2=1.4
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kopete-4.10.2.ebuild 18 Apr 2013 19:17:14 -0000 1.3
+++ kopete-4.10.2.ebuild 29 Apr 2013 12:44:48 -0000 1.4
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.3 2013/04/18 19:17:14 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.4 2013/04/29 12:44:48 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
1.362 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.362&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.362&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.361&r2=1.362
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- ChangeLog 18 Apr 2013 19:17:14 -0000 1.361
+++ ChangeLog 29 Apr 2013 12:44:48 -0000 1.362
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.361 2013/04/18 19:17:14 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.362 2013/04/29 12:44:48 ago Exp $
+
+ 29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
+ Stable for amd64, wrt to bug #466074
18 Apr 2013; Chris Reffett <creffett@gentoo.org> kopete-4.10.2.ebuild:
Also actually disable QQ by default, thanks to kensington for the catch
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-04-30 9:40 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-30 9:40 UTC (permalink / raw
To: gentoo-commits
ago 13/04/30 09:40:32
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Stable for x86, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.4&r2=1.5
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- kopete-4.10.2.ebuild 29 Apr 2013 12:44:48 -0000 1.4
+++ kopete-4.10.2.ebuild 30 Apr 2013 09:40:32 -0000 1.5
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.4 2013/04/29 12:44:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.5 2013/04/30 09:40:32 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
1.363 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.363&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.363&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.362&r2=1.363
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- ChangeLog 29 Apr 2013 12:44:48 -0000 1.362
+++ ChangeLog 30 Apr 2013 09:40:32 -0000 1.363
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.362 2013/04/29 12:44:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.363 2013/04/30 09:40:32 ago Exp $
+
+ 30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
+ Stable for x86, wrt to bug #466074
29 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
Stable for amd64, wrt to bug #466074
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-05-01 11:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-01 11:51 UTC (permalink / raw
To: gentoo-commits
ago 13/05/01 11:51:13
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Stable for ppc, wrt to bug #466074
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.5&r2=1.6
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kopete-4.10.2.ebuild 30 Apr 2013 09:40:32 -0000 1.5
+++ kopete-4.10.2.ebuild 1 May 2013 11:51:12 -0000 1.6
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.5 2013/04/30 09:40:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.6 2013/05/01 11:51:12 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
1.364 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.364&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.364&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.363&r2=1.364
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.363
retrieving revision 1.364
diff -u -r1.363 -r1.364
--- ChangeLog 30 Apr 2013 09:40:32 -0000 1.363
+++ ChangeLog 1 May 2013 11:51:12 -0000 1.364
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.363 2013/04/30 09:40:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.364 2013/05/01 11:51:12 ago Exp $
+
+ 01 May 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
+ Stable for ppc, wrt to bug #466074
30 Apr 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
Stable for x86, wrt to bug #466074
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog
@ 2013-05-05 10:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-05 10:14 UTC (permalink / raw
To: gentoo-commits
ago 13/05/05 10:14:45
Modified: kopete-4.10.2.ebuild ChangeLog
Log:
Stable for ppc64, wrt to bug #466074
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 kde-base/kopete/kopete-4.10.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild?r1=1.6&r2=1.7
Index: kopete-4.10.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- kopete-4.10.2.ebuild 1 May 2013 11:51:12 -0000 1.6
+++ kopete-4.10.2.ebuild 5 May 2013 10:14:45 -0000 1.7
@@ -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/kde-base/kopete/kopete-4.10.2.ebuild,v 1.6 2013/05/01 11:51:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.10.2.ebuild,v 1.7 2013/05/05 10:14:45 ago Exp $
EAPI=5
@@ -10,7 +10,7 @@
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
-KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96
1.365 kde-base/kopete/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.365&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.365&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.364&r2=1.365
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- ChangeLog 1 May 2013 11:51:12 -0000 1.364
+++ ChangeLog 5 May 2013 10:14:45 -0000 1.365
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kopete
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.364 2013/05/01 11:51:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.365 2013/05/05 10:14:45 ago Exp $
+
+ 05 May 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
+ Stable for ppc64, wrt to bug #466074
01 May 2013; Agostino Sarubbo <ago@gentoo.org> kopete-4.10.2.ebuild:
Stable for ppc, wrt to bug #466074
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-05-05 10:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-18 18:47 [gentoo-commits] gentoo-x86 commit in kde-base/kopete: kopete-4.10.2.ebuild ChangeLog Chris Reffett (creffett)
-- strict thread matches above, loose matches on Subject: below --
2013-05-05 10:14 Agostino Sarubbo (ago)
2013-05-01 11:51 Agostino Sarubbo (ago)
2013-04-30 9:40 Agostino Sarubbo (ago)
2013-04-29 12:44 Agostino Sarubbo (ago)
2013-04-18 19:17 Chris Reffett (creffett)
2013-04-06 0:04 Andreas HAttel (dilfridge)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox