* [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog
@ 2011-05-03 18:22 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-05-03 18:22 UTC (permalink / raw
To: gentoo-commits
arfrever 11/05/03 18:22:33
Modified: ChangeLog
Added: kvirc-4.2_pre5816.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha30_p40/cvs/Linux x86_64)
Revision Changes Path
1.133 net-irc/kvirc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.133&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.133&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?r1=1.132&r2=1.133
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog 25 Apr 2011 16:30:15 -0000 1.132
+++ ChangeLog 3 May 2011 18:22:33 -0000 1.133
@@ -1,6 +1,12 @@
# ChangeLog for net-irc/kvirc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.132 2011/04/25 16:30:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.133 2011/05/03 18:22:33 arfrever Exp $
+
+*kvirc-4.2_pre5816 (03 May 2011)
+
+ 03 May 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +kvirc-4.2_pre5816.ebuild:
+ Version bump.
25 Apr 2011; Markos Chandras <hwoarang@gentoo.org> kvirc-4.2_pre5727.ebuild:
Stable on amd64 wrt bug #364371
1.1 net-irc/kvirc/kvirc-4.2_pre5816.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.1&content-type=text/plain
Index: kvirc-4.2_pre5816.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.1 2011/05/03 18:22:33 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
inherit cmake-utils multilib python
DESCRIPTION="Advanced IRC Client"
HOMEPAGE="http://www.kvirc.net/"
SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="kvirc"
SLOT="4"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus qt-webkit +ssl theora +transparency"
RDEPEND=">=dev-libs/crypto++-5.6.0-r1
sys-libs/zlib
x11-libs/libX11
>=x11-libs/qt-core-4.6
>=x11-libs/qt-gui-4.6
>=x11-libs/qt-sql-4.6
dcc_video? (
media-libs/libv4l
theora? ( media-libs/libogg media-libs/libtheora )
)
kde? ( >=kde-base/kdelibs-4 )
oss? ( audiofile? ( media-libs/audiofile ) )
perl? ( dev-lang/perl )
phonon? ( || ( media-libs/phonon >=x11-libs/qt-phonon-4.6 ) )
qt-dbus? ( >=x11-libs/qt-dbus-4.6 )
qt-webkit? ( >=x11-libs/qt-webkit-4.6 )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
>=dev-util/cmake-2.6.4
dev-util/pkgconfig
x11-proto/scrnsaverproto
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )"
RDEPEND="${RDEPEND}
gsm? ( media-sound/gsm )"
DOCS="ChangeLog doc/FAQ"
pkg_setup() {
if use audiofile && ! use oss; then
die "USE=\"audiofile\" requires USE=\"oss\""
fi
if use theora && ! use dcc_video; then
die "USE=\"theora\" requires USE=\"dcc_video\""
fi
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
VERSIO_PRAESENS="${PV#*_pre}"
einfo "Setting of revision number to ${VERSIO_PRAESENS}"
sed -e "/#define KVI_DEFAULT_FRAME_CAPTION/s/KVI_VERSION/& \" r${VERSIO_PRAESENS}\"/" -i src/kvirc/ui/KviMainWindow.cpp || die "Setting of revision number failed"
}
src_configure() {
local libdir="$(get_libdir)"
local mycmakeargs=(
-DLIB_SUFFIX=${libdir#lib}
-DMANUAL_REVISION=${VERSIO_PRAESENS}
-DWANT_COEXISTENCE=1
-DWANT_CRYPT=1
-DWANT_CRYPTOPP=1
-DWANT_ENV_FLAGS=1
-DWANT_VERBOSE=1
$(cmake-utils_use_want audiofile AUDIOFILE)
$(cmake-utils_use_want dcc_video DCC_VIDEO)
$(cmake-utils_use_want dcc_voice DCC_VOICE)
$(cmake-utils_use_want debug DEBUG)
$(cmake-utils_use_want doc DOXYGEN)
$(cmake-utils_use_want gsm GSM)
$(cmake-utils_use_want ipc IPC)
$(cmake-utils_use_want ipv6 IPV6)
$(cmake-utils_use_want kde KDE4)
$(cmake-utils_use_want nls GETTEXT)
$(cmake-utils_use_want oss OSS)
$(cmake-utils_use_want perl PERL)
$(cmake-utils_use_want phonon PHONON)
$(cmake-utils_use_want profile MEMORY_PROFILE)
$(cmake-utils_use_want python PYTHON)
$(cmake-utils_use_want qt-dbus QTDBUS)
$(cmake-utils_use_want qt-webkit QTWEBKIT)
$(cmake-utils_use_want ssl OPENSSL)
$(cmake-utils_use_want theora OGG_THEORA)
$(cmake-utils_use_want transparency TRANSPARENCY)
)
cmake-utils_src_configure
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog
@ 2011-06-08 9:33 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-06-08 9:33 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/06/08 09:33:24
Modified: kvirc-4.2_pre5816.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #370519
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Revision Changes Path
1.2 net-irc/kvirc/kvirc-4.2_pre5816.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?r1=1.1&r2=1.2
Index: kvirc-4.2_pre5816.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kvirc-4.2_pre5816.ebuild 3 May 2011 18:22:33 -0000 1.1
+++ kvirc-4.2_pre5816.ebuild 8 Jun 2011 09:33:24 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.1 2011/05/03 18:22:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.2 2011/06/08 09:33:24 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@
LICENSE="kvirc"
SLOT="4"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus qt-webkit +ssl theora +transparency"
RDEPEND=">=dev-libs/crypto++-5.6.0-r1
1.134 net-irc/kvirc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 3 May 2011 18:22:33 -0000 1.133
+++ ChangeLog 8 Jun 2011 09:33:24 -0000 1.134
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/kvirc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.133 2011/05/03 18:22:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.134 2011/06/08 09:33:24 hwoarang Exp $
+
+ 08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kvirc-4.2_pre5816.ebuild:
+ Stable on amd64 wrt bug #370519
*kvirc-4.2_pre5816 (03 May 2011)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog
@ 2011-06-19 13:51 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-06-19 13:51 UTC (permalink / raw
To: gentoo-commits
maekke 11/06/19 13:51:54
Modified: kvirc-4.2_pre5816.ebuild ChangeLog
Log:
x86 stable, bug #370519
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Revision Changes Path
1.3 net-irc/kvirc/kvirc-4.2_pre5816.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?r1=1.2&r2=1.3
Index: kvirc-4.2_pre5816.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kvirc-4.2_pre5816.ebuild 8 Jun 2011 09:33:24 -0000 1.2
+++ kvirc-4.2_pre5816.ebuild 19 Jun 2011 13:51:54 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.2 2011/06/08 09:33:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.3 2011/06/19 13:51:54 maekke Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@
LICENSE="kvirc"
SLOT="4"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
IUSE="audiofile dcc_video +dcc_voice debug doc gsm +ipc ipv6 kde +nls oss +perl +phonon profile +python +qt-dbus qt-webkit +ssl theora +transparency"
RDEPEND=">=dev-libs/crypto++-5.6.0-r1
1.135 net-irc/kvirc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.135&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.135&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?r1=1.134&r2=1.135
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog 8 Jun 2011 09:33:24 -0000 1.134
+++ ChangeLog 19 Jun 2011 13:51:54 -0000 1.135
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/kvirc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.134 2011/06/08 09:33:24 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.135 2011/06/19 13:51:54 maekke Exp $
+
+ 19 Jun 2011; Markus Meier <maekke@gentoo.org> kvirc-4.2_pre5816.ebuild:
+ x86 stable, bug #370519
08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> kvirc-4.2_pre5816.ebuild:
Stable on amd64 wrt bug #370519
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog
@ 2012-02-04 9:57 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-02-04 9:57 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/02/04 09:57:11
Modified: kvirc-4.2_pre5816.ebuild ChangeLog
Log:
Convert to EAPI4 so we can use REQUIRED_USE to force certain useflag combinations. Bug #327231
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.4 net-irc/kvirc/kvirc-4.2_pre5816.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild?r1=1.3&r2=1.4
Index: kvirc-4.2_pre5816.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kvirc-4.2_pre5816.ebuild 19 Jun 2011 13:51:54 -0000 1.3
+++ kvirc-4.2_pre5816.ebuild 4 Feb 2012 09:57:10 -0000 1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.3 2011/06/19 13:51:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/kvirc-4.2_pre5816.ebuild,v 1.4 2012/02/04 09:57:10 hwoarang Exp $
-EAPI="3"
+EAPI="4"
PYTHON_DEPEND="python? 2"
inherit cmake-utils multilib python
@@ -44,15 +44,9 @@
DOCS="ChangeLog doc/FAQ"
-pkg_setup() {
- if use audiofile && ! use oss; then
- die "USE=\"audiofile\" requires USE=\"oss\""
- fi
-
- if use theora && ! use dcc_video; then
- die "USE=\"theora\" requires USE=\"dcc_video\""
- fi
+REQUIRED_USE="audiofile? ( oss ) theora? ( dcc_video )"
+pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
1.139 net-irc/kvirc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.139&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?rev=1.139&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/kvirc/ChangeLog?r1=1.138&r2=1.139
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog 18 Sep 2011 13:45:07 -0000 1.138
+++ ChangeLog 4 Feb 2012 09:57:10 -0000 1.139
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/kvirc
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.138 2011/09/18 13:45:07 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.139 2012/02/04 09:57:10 hwoarang Exp $
+
+ 04 Feb 2012; Markos Chandras <hwoarang@gentoo.org> kvirc-4.2_pre5816.ebuild:
+ Convert to EAPI4 so we can use REQUIRED_USE to force certain useflag
+ combinations. Bug #327231
18 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Add Arfrever as proxy maintainer with proxy-maintainers as herd.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-02-04 9:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 9:57 [gentoo-commits] gentoo-x86 commit in net-irc/kvirc: kvirc-4.2_pre5816.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-06-19 13:51 Markus Meier (maekke)
2011-06-08 9:33 Markos Chandras (hwoarang)
2011-05-03 18:22 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox