diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 15:13:53 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-23 15:13:53 +0000 |
commit | 81b8ac4b9a5db0157063ec91650c2d945ccead5f (patch) | |
tree | 2c081f51510bfb35269c69ecd843742de08af139 /net-irc/kvirc | |
parent | Remove old ebuilds. Requested by Arfrever (diff) | |
download | gentoo-2-81b8ac4b9a5db0157063ec91650c2d945ccead5f.tar.gz gentoo-2-81b8ac4b9a5db0157063ec91650c2d945ccead5f.tar.bz2 gentoo-2-81b8ac4b9a5db0157063ec91650c2d945ccead5f.zip |
Remove old ebuilds. Requested by Arfrever
(Portage version: 2.1.9.49/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/kvirc')
-rw-r--r-- | net-irc/kvirc/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/kvirc/kvirc-4.2_pre5727.ebuild | 101 |
2 files changed, 4 insertions, 102 deletions
diff --git a/net-irc/kvirc/ChangeLog b/net-irc/kvirc/ChangeLog index 6f7698629407..5262908bd9fb 100644 --- a/net-irc/kvirc/ChangeLog +++ b/net-irc/kvirc/ChangeLog @@ -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.135 2011/06/19 13:51:54 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/kvirc/ChangeLog,v 1.136 2011/06/23 15:13:53 hwoarang Exp $ + + 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> -kvirc-4.2_pre5727.ebuild: + Remove old ebuilds. Requested by Arfrever 19 Jun 2011; Markus Meier <maekke@gentoo.org> kvirc-4.2_pre5816.ebuild: x86 stable, bug #370519 diff --git a/net-irc/kvirc/kvirc-4.2_pre5727.ebuild b/net-irc/kvirc/kvirc-4.2_pre5727.ebuild deleted file mode 100644 index 490efd94650b..000000000000 --- a/net-irc/kvirc/kvirc-4.2_pre5727.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# 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_pre5727.ebuild,v 1.3 2011/04/25 16:30:15 hwoarang 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 -} |