diff options
| author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 19:54:15 +0100 |
|---|---|---|
| committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 19:54:15 +0100 |
| commit | 04a9ef7684ea25dc8b820cce661c020b016ca4af (patch) | |
| tree | 460dc11a2e362d7de925560f4c19759df2483de4 /net-im/kmess/kmess-9999.ebuild | |
| parent | 2e1bccbfbb75bb16443a405007e871d94859a2d7 (diff) | |
| download | kde-04a9ef7684ea25dc8b820cce661c020b016ca4af.tar.gz kde-04a9ef7684ea25dc8b820cce661c020b016ca4af.tar.bz2 kde-04a9ef7684ea25dc8b820cce661c020b016ca4af.zip | |
[net-im/kmess]: Live ebuilds moved to gx86
Diffstat (limited to 'net-im/kmess/kmess-9999.ebuild')
| -rw-r--r-- | net-im/kmess/kmess-9999.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/net-im/kmess/kmess-9999.ebuild b/net-im/kmess/kmess-9999.ebuild deleted file mode 100644 index 3fe41109133..00000000000 --- a/net-im/kmess/kmess-9999.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -EGIT_HAS_SUBMODULES="true" -KDE_LINGUAS="ar ca da de el es et fi fr hu it ko nb nl pt_BR sk sl sv th tr zh_CN zh_TW" -inherit git kde4-base - -DESCRIPTION="KMess is an alternative MSN Messenger chat client for Linux" -HOMEPAGE="http://www.kmess.org" -EGIT_REPO_URI="git://gitorious.org/kmess/kmess.git" - -LICENSE="GPL-2" -KEYWORDS="" -SLOT="4" -IUSE="debug gif konqueror xscreensaver" - -COMMONDEPEND=" - app-crypt/qca:2 - app-crypt/qca-ossl:2 - dev-libs/libxml2 - dev-libs/libxslt - gif? ( media-libs/giflib ) - konqueror? ( >=kde-base/libkonq-${KDE_MINIMAL} ) - xscreensaver? ( x11-libs/libXScrnSaver ) -" -DEPEND="${COMMONDEPEND} - xscreensaver? ( x11-proto/scrnsaverproto ) -" -RDEPEND="${COMMONDEPEND} - !net-im/kmess:0 - konqueror? ( >=kde-base/konqueror-${KDE_MINIMAL} ) -" -RESTRICT="test" - -src_unpack() { - git_src_unpack -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with gif) - $(cmake-utils_use_with konqueror LibKonq) - $(cmake-utils_use_want xscreensaver) - ) - - kde4-base_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - echo - elog "KMess can use the following optional packages:" - elog "- www-plugins/adobe-flash provides support for winks" - echo -} |
