* [gentoo-commits] proj/kde:master commit in: kde-base/juk/
@ 2011-05-26 1:15 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 4+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 1:15 UTC (permalink / raw
To: gentoo-commits
commit: b05d4a1d55acce9384e15fdf6c0f9b785e734413
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 01:07:02 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 01:08:48 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b05d4a1d
[kde-base/juk] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/juk/juk-4.6.80.ebuild | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/kde-base/juk/juk-4.6.80.ebuild b/kde-base/juk/juk-4.6.80.ebuild
new file mode 100644
index 0000000..428940e
--- /dev/null
+++ b/kde-base/juk/juk-4.6.80.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="Jukebox and music manager for KDE."
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug musicbrainz"
+
+DEPEND="
+ >=media-libs/taglib-1.6
+ musicbrainz? ( media-libs/tunepimp )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with musicbrainz TunePimp)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/juk/
@ 2012-04-03 20:07 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2012-04-03 20:07 UTC (permalink / raw
To: gentoo-commits
commit: 75278379475748ae476967ab8e3bcf82535d396c
Author: Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Tue Apr 3 20:07:46 2012 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Apr 3 20:07:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=75278379
[kde-base/juk] Disable tunepimp support, bug 410551
(Portage version: 2.1.10.54/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/juk/juk-4.8.2.ebuild | 6 +++---
kde-base/juk/juk-4.8.49.9999.ebuild | 6 +++---
kde-base/juk/juk-9999.ebuild | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/kde-base/juk/juk-4.8.2.ebuild b/kde-base/juk/juk-4.8.2.ebuild
index d100f78..67394ad 100644
--- a/kde-base/juk/juk-4.8.2.ebuild
+++ b/kde-base/juk/juk-4.8.2.ebuild
@@ -10,17 +10,17 @@ inherit kde4-meta
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug musicbrainz"
+IUSE="debug"
DEPEND="
>=media-libs/taglib-1.6
- musicbrainz? ( media-libs/tunepimp )
"
RDEPEND="${DEPEND}"
src_configure() {
+ # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp support
mycmakeargs=(
- $(cmake-utils_use_with musicbrainz TunePimp)
+ -DWITH_TunePimp=OFF
)
kde4-meta_src_configure
diff --git a/kde-base/juk/juk-4.8.49.9999.ebuild b/kde-base/juk/juk-4.8.49.9999.ebuild
index a9a6155..4288660 100644
--- a/kde-base/juk/juk-4.8.49.9999.ebuild
+++ b/kde-base/juk/juk-4.8.49.9999.ebuild
@@ -10,17 +10,17 @@ inherit kde4-meta
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS=""
-IUSE="debug musicbrainz"
+IUSE="debug"
DEPEND="
>=media-libs/taglib-1.6
- musicbrainz? ( media-libs/tunepimp )
"
RDEPEND="${DEPEND}"
src_configure() {
+ # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp support
mycmakeargs=(
- $(cmake-utils_use_with musicbrainz TunePimp)
+ -DWITH_TunePimp=OFF
)
kde4-meta_src_configure
diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild
index a9a6155..4288660 100644
--- a/kde-base/juk/juk-9999.ebuild
+++ b/kde-base/juk/juk-9999.ebuild
@@ -10,17 +10,17 @@ inherit kde4-meta
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS=""
-IUSE="debug musicbrainz"
+IUSE="debug"
DEPEND="
>=media-libs/taglib-1.6
- musicbrainz? ( media-libs/tunepimp )
"
RDEPEND="${DEPEND}"
src_configure() {
+ # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp support
mycmakeargs=(
- $(cmake-utils_use_with musicbrainz TunePimp)
+ -DWITH_TunePimp=OFF
)
kde4-meta_src_configure
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/juk/
@ 2012-04-05 19:47 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2012-04-05 19:47 UTC (permalink / raw
To: gentoo-commits
commit: 14dcf2cba4d55123d32e9673b74eb16901c5c5ce
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 5 19:47:04 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 5 19:47:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=14dcf2cb
[kde-base/juk] Migrate to split git repo.
(Portage version: 2.1.10.55/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/juk/juk-4.8.49.9999.ebuild | 6 +++---
kde-base/juk/juk-9999.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/kde-base/juk/juk-4.8.49.9999.ebuild b/kde-base/juk/juk-4.8.49.9999.ebuild
index 4288660..a9ce859 100644
--- a/kde-base/juk/juk-4.8.49.9999.ebuild
+++ b/kde-base/juk/juk-4.8.49.9999.ebuild
@@ -5,8 +5,8 @@
EAPI=4
KDE_HANDBOOK="optional"
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS=""
@@ -23,5 +23,5 @@ src_configure() {
-DWITH_TunePimp=OFF
)
- kde4-meta_src_configure
+ kde4-base_src_configure
}
diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild
index 4288660..a9ce859 100644
--- a/kde-base/juk/juk-9999.ebuild
+++ b/kde-base/juk/juk-9999.ebuild
@@ -5,8 +5,8 @@
EAPI=4
KDE_HANDBOOK="optional"
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="Jukebox and music manager for KDE."
KEYWORDS=""
@@ -23,5 +23,5 @@ src_configure() {
-DWITH_TunePimp=OFF
)
- kde4-meta_src_configure
+ kde4-base_src_configure
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/juk/
@ 2013-08-28 15:47 Michael Palimaka
0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2013-08-28 15:47 UTC (permalink / raw
To: gentoo-commits
commit: 08b2d59785c81cba4bd65853bc1ac3f520acc89e
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 15:44:10 2013 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 15:44:10 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=08b2d597
[kde-base/juk] Update HOMEPAGE wrt bug #478920.
Package-Manager: portage-2.2.1
---
kde-base/juk/juk-4.11.49.9999.ebuild | 1 +
kde-base/juk/juk-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git a/kde-base/juk/juk-4.11.49.9999.ebuild b/kde-base/juk/juk-4.11.49.9999.ebuild
index 8394c2c..870b9dc 100644
--- a/kde-base/juk/juk-4.11.49.9999.ebuild
+++ b/kde-base/juk/juk-4.11.49.9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Jukebox and music manager for KDE."
+HOMEPAGE="http://www.kde.org/applications/multimedia/juk/"
KEYWORDS=""
IUSE="debug"
diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild
index 8394c2c..870b9dc 100644
--- a/kde-base/juk/juk-9999.ebuild
+++ b/kde-base/juk/juk-9999.ebuild
@@ -8,6 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Jukebox and music manager for KDE."
+HOMEPAGE="http://www.kde.org/applications/multimedia/juk/"
KEYWORDS=""
IUSE="debug"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-28 15:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 19:47 [gentoo-commits] proj/kde:master commit in: kde-base/juk/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2013-08-28 15:47 Michael Palimaka
2012-04-03 20:07 Andreas Hüttel
2011-05-26 1:15 Jorge Manuel B. S. Vicetto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox