summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:47:25 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:47:25 +0000
commit33b181f4067be96313bac09998b633daf7fe8a00 (patch)
tree4699fcc6f716fba0a66a59430bbe641d9b43ad3f /app-leechcraft/lc-lmp
parentBump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff)
downloadgentoo-2-33b181f4067be96313bac09998b633daf7fe8a00.tar.gz
gentoo-2-33b181f4067be96313bac09998b633daf7fe8a00.tar.bz2
gentoo-2-33b181f4067be96313bac09998b633daf7fe8a00.zip
Bump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and fix metacontacts use.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/lc-lmp')
-rw-r--r--app-leechcraft/lc-lmp/ChangeLog7
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.5.85.ebuild28
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild30
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.5.96.ebuild30
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild30
-rw-r--r--app-leechcraft/lc-lmp/lc-lmp-0.5.99.ebuild (renamed from app-leechcraft/lc-lmp/lc-lmp-0.5.98.ebuild)2
6 files changed, 7 insertions, 120 deletions
diff --git a/app-leechcraft/lc-lmp/ChangeLog b/app-leechcraft/lc-lmp/ChangeLog
index 4adf45952129..26504d7937b6 100644
--- a/app-leechcraft/lc-lmp/ChangeLog
+++ b/app-leechcraft/lc-lmp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-lmp
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.5 2013/07/03 16:08:42 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/ChangeLog,v 1.6 2013/07/18 12:47:25 maksbotan Exp $
+
+*lc-lmp-0.5.99 (18 Jul 2013)
+
+ 18 Jul 2013; <maks@gentoo.org> +lc-lmp-0.5.99.ebuild:
+ Bump app-leechcraft/lc-lmp to 0.5.99, thanks to 0xd34df00d
*lc-lmp-0.5.98 (03 Jul 2013)
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.85.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.85.ebuild
deleted file mode 100644
index b5400a0fc5d2..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-0.5.85.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.85.ebuild,v 1.1 2013/03/08 22:02:05 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug kde +mpris +mp3tunes"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- kde? ( media-libs/phonon )
- !kde? ( dev-qt/qtphonon:4 )
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:4 )
- dev-qt/qtdeclarative:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable mpris LMP_MPRIS)
- $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)"
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild
deleted file mode 100644
index 4e6f8c08d550..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.95.ebuild,v 1.1 2013/05/02 15:32:29 pinkbyte Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +graffiti kde +mpris +mp3tunes"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- graffiti? ( media-libs/flac )
- kde? ( media-libs/phonon )
- !kde? ( dev-qt/qtphonon:4 )
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:4 )
- dev-qt/qtdeclarative:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable graffiti LMP_GRAFFITI)
- $(cmake-utils_use_enable mpris LMP_MPRIS)
- $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)"
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.96.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.96.ebuild
deleted file mode 100644
index 383633013107..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-0.5.96.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.96.ebuild,v 1.1 2013/05/26 19:51:25 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +graffiti kde +mpris +mp3tunes"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- graffiti? ( media-libs/flac )
- kde? ( media-libs/phonon )
- !kde? ( dev-qt/qtphonon:4 )
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:4 )
- dev-qt/qtdeclarative:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable graffiti LMP_GRAFFITI)
- $(cmake-utils_use_enable mpris LMP_MPRIS)
- $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)"
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild
deleted file mode 100644
index a9830b89c035..000000000000
--- a/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.97.ebuild,v 1.1 2013/06/11 17:31:19 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="LeechCraft Media Player, Phonon-based audio/video player."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug +graffiti kde +mpris +mp3tunes"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- graffiti? ( media-libs/flac )
- kde? ( media-libs/phonon )
- !kde? ( dev-qt/qtphonon:4 )
- media-libs/taglib
- mpris? ( dev-qt/qtdbus:4 )
- dev-qt/qtdeclarative:4"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_enable graffiti LMP_GRAFFITI)
- $(cmake-utils_use_enable mpris LMP_MPRIS)
- $(cmake-utils_use_enable mp3tunes LMP_MP3TUNES)"
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-lmp/lc-lmp-0.5.98.ebuild b/app-leechcraft/lc-lmp/lc-lmp-0.5.99.ebuild
index dae38eb52df8..56839b6804c8 100644
--- a/app-leechcraft/lc-lmp/lc-lmp-0.5.98.ebuild
+++ b/app-leechcraft/lc-lmp/lc-lmp-0.5.99.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.98.ebuild,v 1.1 2013/07/03 16:08:42 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-lmp/lc-lmp-0.5.99.ebuild,v 1.1 2013/07/18 12:47:25 maksbotan Exp $
EAPI="4"