summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2012-02-09 11:25:34 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2012-02-09 11:25:34 +0000
commit0ea7c233c5d22b55cd0b1d1effc24eadff03e6bc (patch)
tree1f040829f537dd841c48fa8cd414e8700cb1f646 /net-misc/leechcraft-core
parentversion bump (diff)
downloadhistorical-0ea7c233c5d22b55cd0b1d1effc24eadff03e6bc.tar.gz
historical-0ea7c233c5d22b55cd0b1d1effc24eadff03e6bc.tar.bz2
historical-0ea7c233c5d22b55cd0b1d1effc24eadff03e6bc.zip
Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'net-misc/leechcraft-core')
-rw-r--r--net-misc/leechcraft-core/ChangeLog9
-rw-r--r--net-misc/leechcraft-core/leechcraft-core-0.4.96-r1.ebuild66
-rw-r--r--net-misc/leechcraft-core/leechcraft-core-0.5.0.ebuild (renamed from net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild)4
3 files changed, 10 insertions, 69 deletions
diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog
index 5284f768b26b..daba37f90550 100644
--- a/net-misc/leechcraft-core/ChangeLog
+++ b/net-misc/leechcraft-core/ChangeLog
@@ -1,6 +1,13 @@
# 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.7 2012/02/04 19:12:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.8 2012/02/09 11:18:09 maksbotan Exp $
+
+*leechcraft-core-0.5.0 (09 Feb 2012)
+
+ 09 Feb 2012; Maxim Koltsov <maksbotan@gentoo.org>
+ +leechcraft-core-0.5.0.ebuild, -leechcraft-core-0.4.96-r1.ebuild,
+ -leechcraft-core-0.4.97.ebuild:
+ Bumped LeechCraft to 0.5.0, removed 0.4.96-r1 and 0.4.97
04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> leechcraft-core-0.4.99.ebuild:
Stable for amd64, wrt bug #400605
diff --git a/net-misc/leechcraft-core/leechcraft-core-0.4.96-r1.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.4.96-r1.ebuild
deleted file mode 100644
index 1a1a824370dc..000000000000
--- a/net-misc/leechcraft-core/leechcraft-core-0.4.96-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2011 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.4.96-r1.ebuild,v 1.1 2011/12/16 18:40:47 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.39
- 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="-DENABLE_HTTP=OFF
- -DENABLE_POSHUKU=OFF
- -DENABLE_TORRENT=OFF
- -DENABLE_AGGREGATOR=OFF
- -DENABLE_NUFELLA=OFF
- -DENABLE_DBUSMANAGER=OFF
- -DENABLE_DEADLYRICS=OFF
- -DENABLE_HISTORYHOLDER=OFF
- -DENABLE_LMP=OFF
- -DENABLE_NETWORKMONITOR=OFF
- -DENABLE_SEEKTHRU=OFF
- -DENABLE_CHATTER=OFF
- -DENABLE_FTP=OFF
- -DENABLE_EISKALTDCPP=OFF
- -DENABLE_YASD=OFF
- -DENABLE_ANHERO=OFF
- -DENABLE_KINOTIFY=OFF
- -DENABLE_VGRABBER=OFF
- -DENABLE_NEWLIFE=OFF
- -DENABLE_PYLC=OFF
- -DENABLE_POC=OFF
- -DENABLE_AUSCRIE=OFF
- -DENABLE_SUMMARY=OFF
- -DENABLE_TABPP=OFF
- -DENABLE_SECMAN=OFF
- -DENABLE_QROSP=OFF
- -DENABLE_POPISHU=OFF
- -DENABLE_GLANCE=OFF
- -DENABLE_SHELLOPEN=OFF"
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
- make_desktop_entry leechcraft "LeechCraft" leechcraft.png
-}
diff --git a/net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.5.0.ebuild
index d86492224b00..b3572707b2cc 100644
--- a/net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild
+++ b/net-misc/leechcraft-core/leechcraft-core-0.5.0.ebuild
@@ -1,6 +1,6 @@
-# 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-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild,v 1.1 2011/12/31 12:10:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/leechcraft-core-0.5.0.ebuild,v 1.1 2012/02/09 11:18:09 maksbotan Exp $
EAPI="4"