summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:48:02 +0000
committerMaxim Koltsov <maksbotan@gentoo.org>2013-07-18 12:48:02 +0000
commitc6ebe140198422d77008ba3dc184281730569249 (patch)
treef0495c73bf7dfc9cb4bb51a7a1f1fc042fb0bddf /app-leechcraft/lc-musiczombie
parentBump, delete old, fix qwt deps in lemon & liznoo, add vader use to azoth and ... (diff)
downloadgentoo-2-c6ebe140198422d77008ba3dc184281730569249.tar.gz
gentoo-2-c6ebe140198422d77008ba3dc184281730569249.tar.bz2
gentoo-2-c6ebe140198422d77008ba3dc184281730569249.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-musiczombie')
-rw-r--r--app-leechcraft/lc-musiczombie/ChangeLog7
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild24
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild24
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.98.ebuild24
-rw-r--r--app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.99.ebuild (renamed from app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild)2
5 files changed, 7 insertions, 74 deletions
diff --git a/app-leechcraft/lc-musiczombie/ChangeLog b/app-leechcraft/lc-musiczombie/ChangeLog
index 193ccc2cf57c..03e19b0422d8 100644
--- a/app-leechcraft/lc-musiczombie/ChangeLog
+++ b/app-leechcraft/lc-musiczombie/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-leechcraft/lc-musiczombie
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.5 2013/07/03 16:09:51 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/ChangeLog,v 1.6 2013/07/18 12:48:02 maksbotan Exp $
+
+*lc-musiczombie-0.5.99 (18 Jul 2013)
+
+ 18 Jul 2013; <maks@gentoo.org> +lc-musiczombie-0.5.99.ebuild:
+ Bump app-leechcraft/lc-musiczombie to 0.5.99, thanks to 0xd34df00d
*lc-musiczombie-0.5.98 (03 Jul 2013)
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild
deleted file mode 100644
index 3a811bc6c9e7..000000000000
--- a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.95.ebuild
+++ /dev/null
@@ -1,24 +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-musiczombie/lc-musiczombie-0.5.95.ebuild,v 1.1 2013/05/02 15:32:57 pinkbyte Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="MusicBrainz client plugin for LeechCraft"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug acoustid"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- acoustid? ( media-libs/chromaprint )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)
- "
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild
deleted file mode 100644
index 181d789518d8..000000000000
--- a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.97.ebuild
+++ /dev/null
@@ -1,24 +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-musiczombie/lc-musiczombie-0.5.97.ebuild,v 1.1 2013/06/11 17:32:53 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="MusicBrainz client plugin for LeechCraft"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug acoustid"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- acoustid? ( media-libs/chromaprint )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)
- "
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.98.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.98.ebuild
deleted file mode 100644
index 801e7a326f21..000000000000
--- a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.98.ebuild
+++ /dev/null
@@ -1,24 +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-musiczombie/lc-musiczombie-0.5.98.ebuild,v 1.1 2013/07/03 16:09:51 maksbotan Exp $
-
-EAPI="4"
-
-inherit leechcraft
-
-DESCRIPTION="MusicBrainz client plugin for LeechCraft"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug acoustid"
-
-DEPEND="~app-leechcraft/lc-core-${PV}
- acoustid? ( media-libs/chromaprint )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs="
- $(cmake-utils_use_with acoustid MUSICZOMBIE_CHROMAPRINT)
- "
- cmake-utils_src_configure
-}
diff --git a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild b/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.99.ebuild
index 717cb6a12dad..6bab13e1e529 100644
--- a/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.96.ebuild
+++ b/app-leechcraft/lc-musiczombie/lc-musiczombie-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-musiczombie/lc-musiczombie-0.5.96.ebuild,v 1.1 2013/05/26 19:52:55 maksbotan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-musiczombie/lc-musiczombie-0.5.99.ebuild,v 1.1 2013/07/18 12:48:02 maksbotan Exp $
EAPI="4"