summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2011-12-31 12:17:45 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2011-12-31 12:17:45 +0000
commit2b2ec710d2c33623e41509a32aa3b835f4936c51 (patch)
tree0caef8fd027d7ace7d7dca01c0fb006304111323 /net-misc/leechcraft-core
parentprivate-headers is gone from Qt-4.8.0 hence we make it mandatory only when ap... (diff)
downloadhistorical-2b2ec710d2c33623e41509a32aa3b835f4936c51.tar.gz
historical-2b2ec710d2c33623e41509a32aa3b835f4936c51.tar.bz2
historical-2b2ec710d2c33623e41509a32aa3b835f4936c51.zip
Bump LeechCraft to 0.4.97, remove 0.4.85 and 0.4.90
Package-Manager: portage-2.1.10.41/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.85.ebuild72
-rw-r--r--net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild (renamed from net-misc/leechcraft-core/leechcraft-core-0.4.90.ebuild)4
3 files changed, 10 insertions, 75 deletions
diff --git a/net-misc/leechcraft-core/ChangeLog b/net-misc/leechcraft-core/ChangeLog
index 06d7be8c6e98..223eb35acbaa 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.4 2011/12/16 18:40:47 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-core/ChangeLog,v 1.5 2011/12/31 12:10:51 maksbotan Exp $
+
+*leechcraft-core-0.4.97 (31 Dec 2011)
+
+ 31 Dec 2011; Maxim Koltsov <maksbotan@gentoo.org>
+ -leechcraft-core-0.4.85.ebuild, -leechcraft-core-0.4.90.ebuild,
+ +leechcraft-core-0.4.97.ebuild:
+ Bump to 0.4.97, remove 0.4.80 and 0.4.90
*leechcraft-core-0.4.96-r1 (16 Dec 2011)
diff --git a/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild
deleted file mode 100644
index cb54cd0121e5..000000000000
--- a/net-misc/leechcraft-core/leechcraft-core-0.4.85.ebuild
+++ /dev/null
@@ -1,72 +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.85.ebuild,v 1.1 2011/08/22 18:28:23 maksbotan Exp $
-
-EAPI="2"
-
-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() {
- if use debug ; then
- CMAKE_BUILD_TYPE="RelWithDebInfo"
- else
- CMAKE_BUILD_TYPE="Release"
- fi
- local mycmakeargs="-DLEECHCRAFT_VERSION=${PV}
- -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.90.ebuild b/net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild
index c3ee69cec6b9..d86492224b00 100644
--- a/net-misc/leechcraft-core/leechcraft-core-0.4.90.ebuild
+++ b/net-misc/leechcraft-core/leechcraft-core-0.4.97.ebuild
@@ -1,8 +1,8 @@
# 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.90.ebuild,v 1.1 2011/09/14 17:02:07 maksbotan Exp $
+# $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 $
-EAPI="2"
+EAPI="4"
EGIT_REPO_URI="git://github.com/0xd34df00d/leechcraft.git"
EGIT_PROJECT="leechcraft-${PV}"