diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 19:34:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-23 19:34:25 +0000 |
commit | 3731cfe80ad80f581e67c4ea58ed539585cdf9a9 (patch) | |
tree | 16a5208c649c65e0662c32b1536424ca529a7459 /net-im/kmess | |
parent | Update the metadata. (diff) | |
download | gentoo-2-3731cfe80ad80f581e67c4ea58ed539585cdf9a9.tar.gz gentoo-2-3731cfe80ad80f581e67c4ea58ed539585cdf9a9.tar.bz2 gentoo-2-3731cfe80ad80f581e67c4ea58ed539585cdf9a9.zip |
Initial commit of live ebuilds. Moved from kde overlay
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'net-im/kmess')
-rw-r--r-- | net-im/kmess/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/kmess/kmess-2.0.9999.ebuild | 61 | ||||
-rw-r--r-- | net-im/kmess/kmess-9999.ebuild | 60 |
3 files changed, 129 insertions, 1 deletions
diff --git a/net-im/kmess/ChangeLog b/net-im/kmess/ChangeLog index 754b3a368a3c..44ef48d48ced 100644 --- a/net-im/kmess/ChangeLog +++ b/net-im/kmess/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/kmess # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/ChangeLog,v 1.65 2010/10/12 19:36:07 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/ChangeLog,v 1.66 2010/10/23 19:34:25 hwoarang Exp $ + +*kmess-9999 (23 Oct 2010) +*kmess-2.0.9999 (23 Oct 2010) + + 23 Oct 2010; Markos Chandras <hwoarang@gentoo.org> +kmess-2.0.9999.ebuild, + +kmess-9999.ebuild: + Initial commit of live ebuilds. Moved from kde overlay 12 Oct 2010; Markos Chandras <hwoarang@gentoo.org> -kmess-2.0.3.ebuild: Remove old ebuild diff --git a/net-im/kmess/kmess-2.0.9999.ebuild b/net-im/kmess/kmess-2.0.9999.ebuild new file mode 100644 index 000000000000..f825ffcf2acf --- /dev/null +++ b/net-im/kmess/kmess-2.0.9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-2.0.9999.ebuild,v 1.1 2010/10/23 19:34:25 hwoarang Exp $ + +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" +EGIT_REPO_URI="git://gitorious.org/kmess/kmess.git" +EGIT_BRANCH="kmess-2.0.x" + +inherit git kde4-base + +DESCRIPTION="KMess is an alternative MSN Messenger chat client for Linux" +HOMEPAGE="http://www.kmess.org" + +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 +} diff --git a/net-im/kmess/kmess-9999.ebuild b/net-im/kmess/kmess-9999.ebuild new file mode 100644 index 000000000000..10b9e056f0e0 --- /dev/null +++ b/net-im/kmess/kmess-9999.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kmess/kmess-9999.ebuild,v 1.1 2010/10/23 19:34:25 hwoarang Exp $ + +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" +EGIT_REPO_URI="git://gitorious.org/kmess/kmess.git" + +inherit git kde4-base + +DESCRIPTION="KMess is an alternative MSN Messenger chat client for Linux" +HOMEPAGE="http://www.kmess.org" + +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 +} |