diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:04:29 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2012-04-22 13:04:29 +0000 |
commit | 3789923d0afd6bef35a2592ec54b374a07075097 (patch) | |
tree | 8b414011702b989062b2b36c4c0f442d7e4ad04d /net-misc/leechcraft-core | |
parent | Bump LeechCraft to 0.5.65, thanks to 0xd34df00d (diff) | |
download | gentoo-2-3789923d0afd6bef35a2592ec54b374a07075097.tar.gz gentoo-2-3789923d0afd6bef35a2592ec54b374a07075097.tar.bz2 gentoo-2-3789923d0afd6bef35a2592ec54b374a07075097.zip |
Bump LeechCraft to 0.5.65, thanks to 0xd34df00d
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-core')
-rw-r--r-- | net-misc/leechcraft-core/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/leechcraft-core/leechcraft-core-0.5.65.ebuild | 39 |
2 files changed, 46 insertions, 1 deletions
diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog index f91112c3350f..a91dbba322e9 100644 --- a/net-misc/leechcraft-core/ChangeLog +++ b/net-misc/leechcraft-core/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/leechcraft-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.12 2012/04/14 18:40:08 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.13 2012/04/22 13:04:29 maksbotan Exp $ + +*leechcraft-core-0.5.65 (22 Apr 2012) + + 22 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> + +leechcraft-core-0.5.65.ebuild: + Bump net-misc/leechcraft-core to 0.5.65, thanks to 0xd34df00d 14 Apr 2012; Maxim Koltsov <maksbotan@gentoo.org> leechcraft-core-0.5.60.ebuild, leechcraft-core-9999.ebuild: diff --git a/net-misc/leechcraft-core/leechcraft-core-0.5.65.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.5.65.ebuild new file mode 100644 index 000000000000..aa6bcc869152 --- /dev/null +++ b/net-misc/leechcraft-core/leechcraft-core-0.5.65.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.5.65.ebuild,v 1.1 2012/04/22 13:04:29 maksbotan Exp $ + +EAPI="4" + +EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git" +EGIT_PROJECT="leechcraft-${PV}" + +inherit confutils leechcraft + +DESCRIPTION="Core of LeechCraft, the modular network client" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +sqlite postgres" + +DEPEND=">=dev-libs/boost-1.46 + x11-libs/qt-core + x11-libs/qt-gui + x11-libs/qt-script + x11-libs/qt-sql[postgres?,sqlite?]" +RDEPEND="${DEPEND} + x11-libs/qt-svg" + +pkg_setup() { + confutils_require_any postgres sqlite +} + +src_configure() { + local mycmakeargs=" + -DWITH_PLUGINS=False" + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install + make_desktop_entry leechcraft "LeechCraft" leechcraft.png +} |