diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-04-20 12:35:50 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-04-20 12:35:50 +0000 |
commit | 511804795a3595a0011d6cfa19f136ddf19581d1 (patch) | |
tree | a3b0eb598b540ca053513fd290222ee01ea96334 /media-sound/amarok | |
parent | Drop libxmlpp mask. (diff) | |
download | gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.tar.gz gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.tar.bz2 gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.zip |
Dropped the dev-db/{mysql,mariadb} dep for use flag embedded and unified it on the virtual/mysql dep.
Moved from the dev-db/mysql[minimal] check on pkg_postinst to virtual/mysql[minimal] now that I've added the minimal use flag to the virtual/mysql ebuilds.
Added the handbook use flag which should fix bug 354035. Thanks to Andreas Hüttel for the help.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 12 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.3.2-r1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.4.0.90.ebuild | 14 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.4.0.ebuild | 14 |
4 files changed, 21 insertions, 23 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index 365314c14e10..d706dd98cbe3 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.402 2011/04/20 11:48:44 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.403 2011/04/20 12:35:50 jmbsvicetto Exp $ + + 20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + amarok-2.3.2-r1.ebuild, amarok-2.4.0.ebuild, amarok-2.4.0.90.ebuild: + Dropped the dev-db/{mysql,mariadb} dep for use flag embedded and unified it + on the virtual/mysql dep. + Moved from the dev-db/mysql[minimal] check on pkg_postinst to + virtual/mysql[minimal] now that I've added the minimal use flag to the + virtual/mysql ebuilds. + Added the handbook use flag which should fix bug 354035. Thanks to Andreas + Hüttel for the help. 20 Apr 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> amarok-2.4.0.90.ebuild, +files/amarok-2.4.0.90-fix-plugin-detection.patch: diff --git a/media-sound/amarok/amarok-2.3.2-r1.ebuild b/media-sound/amarok/amarok-2.3.2-r1.ebuild index 5ca44482f737..7806f63bfaa9 100644 --- a/media-sound/amarok/amarok-2.3.2-r1.ebuild +++ b/media-sound/amarok/amarok-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.3.2-r1.ebuild,v 1.7 2011/04/19 02:40:12 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.3.2-r1.ebuild,v 1.8 2011/04/20 12:35:50 jmbsvicetto Exp $ EAPI="3" @@ -152,7 +152,7 @@ pkg_postinst() { elog "to configure the external db and migrate your data from the embedded database." echo - if has_version "dev-db/mysql[minimal]"; then + if has_version "virtual/mysql[minimal]"; then elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." echo diff --git a/media-sound/amarok/amarok-2.4.0.90.ebuild b/media-sound/amarok/amarok-2.4.0.90.ebuild index f1cd484a84fb..3e25a5bbf9fc 100644 --- a/media-sound/amarok/amarok-2.4.0.90.ebuild +++ b/media-sound/amarok/amarok-2.4.0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.2 2011/04/20 11:48:44 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.3 2011/04/20 12:35:50 jmbsvicetto Exp $ EAPI="3" @@ -23,7 +23,7 @@ HOMEPAGE="http://amarok.kde.org/" LICENSE="GPL-2" SLOT="4" -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp opengl playdar +player semantic-desktop upnp +utils" +IUSE="cdda daap debug +embedded handbook ipod lastfm mp3tunes mtp opengl playdar +player semantic-desktop upnp +utils" # Tests require gmock - http://code.google.com/p/gmock/ # It's not in the tree yet @@ -38,7 +38,7 @@ COMMONDEPEND=" >=app-misc/strigi-0.5.7[dbus,qt4] $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?') sys-libs/zlib - >=virtual/mysql-5.1 + >=virtual/mysql-5.1[embedded?] x11-libs/qt-script >=x11-libs/qtscriptgenerator-0.1.0 cdda? ( @@ -46,12 +46,6 @@ COMMONDEPEND=" $(add_kdebase_dep libkcompactdisc) $(add_kdebase_dep kdemultimedia-kioslaves) ) - embedded? ( - || ( - >=dev-db/mysql-5.1.50-r3[embedded] - >=dev-db/mariadb-5.1.50[embedded] - ) - ) ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-0.3.0 ) mp3tunes? ( @@ -156,7 +150,7 @@ pkg_postinst() { elog "to configure the external db and migrate your data from the embedded database." echo - if has_version "dev-db/mysql[minimal]"; then + if has_version "virtual/mysql[minimal]"; then elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." echo diff --git a/media-sound/amarok/amarok-2.4.0.ebuild b/media-sound/amarok/amarok-2.4.0.ebuild index c452fbf05272..5a0fae801729 100644 --- a/media-sound/amarok/amarok-2.4.0.ebuild +++ b/media-sound/amarok/amarok-2.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.ebuild,v 1.4 2011/04/19 02:40:05 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.ebuild,v 1.5 2011/04/20 12:35:50 jmbsvicetto Exp $ EAPI="3" @@ -23,7 +23,7 @@ HOMEPAGE="http://amarok.kde.org/" LICENSE="GPL-2" SLOT="4" -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp opengl +player semantic-desktop +utils" +IUSE="cdda daap debug +embedded handbook ipod lastfm mp3tunes mtp opengl +player semantic-desktop +utils" # Tests require gmock - http://code.google.com/p/gmock/ # It's not in the tree yet @@ -38,7 +38,7 @@ COMMONDEPEND=" >=app-misc/strigi-0.5.7[dbus,qt4] $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?') sys-libs/zlib - >=virtual/mysql-5.1 + >=virtual/mysql-5.1[embedded?] x11-libs/qt-script >=x11-libs/qtscriptgenerator-0.1.0 cdda? ( @@ -46,12 +46,6 @@ COMMONDEPEND=" $(add_kdebase_dep libkcompactdisc) $(add_kdebase_dep kdemultimedia-kioslaves) ) - embedded? ( - || ( - >=dev-db/mysql-5.1.50-r3[embedded] - >=dev-db/mariadb-5.1.50[embedded] - ) - ) ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-0.3.0 ) mp3tunes? ( @@ -145,7 +139,7 @@ pkg_postinst() { elog "to configure the external db and migrate your data from the embedded database." echo - if has_version "dev-db/mysql[minimal]"; then + if has_version "virtual/mysql[minimal]"; then elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." echo |