public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: media-sound/cuberok/
@ 2012-02-06 13:15 Ben de Groot
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot @ 2012-02-06 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0b6ef06a1282dfcd3493e992b6e60c61ca3b9cb3
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Mon Feb  6 13:15:06 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Mon Feb  6 13:15:06 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=0b6ef06a

media-sound/cuberok: let's commit the updated Manifest too :)

---
 media-sound/cuberok/Manifest |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/media-sound/cuberok/Manifest b/media-sound/cuberok/Manifest
index c44b310..3107a54 100644
--- a/media-sound/cuberok/Manifest
+++ b/media-sound/cuberok/Manifest
@@ -1,2 +1 @@
-DIST cuberok-0.0.10.tar.gz 476768 RMD160 b0fdd6ef0efbe48899874f1d07f78ceb33f26036 SHA1 7cf4d8acd5278d9bdf4aa736c7f6df4207302bda SHA256 29d40ab228b940612c98954feef6d485a064f46b2b0212edbec76f2c6b525a6d
-DIST cuberok-0.0.11.tar.gz 492013 RMD160 3f5215d46e562495d9237147e4a812045f314913 SHA1 eead90a0400c6487f71093c66f2e33f3f5fb71ad SHA256 33f4e4c9dbc3b4ede506ce58363d19a2fe9481d7bb3d64858c3ab28bc5039bad
+DIST cuberok-0.1.0.tar.gz 777727 SHA256 089604cb777e8d98b4567747336b9b4c304db8ddc9762ef4316cd988cf071336 SHA512 883ee448a2e7a6757082ddfdaec2aade5fcf4ec187b55991cb71a5a3c6d6408d1b2f7b4db61cc6b2fdecd7e835948bf8c31184d946fd603b5f54a5f4e8b3df72 WHIRLPOOL 6b8e26b77d3db1234cfe8374675042e8bec4f4ce934adc0dc98a546b9f835c71602af59d816a19c6b03f443c67a9312ca5e3450c8198f738061573850a3fd868



^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] proj/qt:master commit in: media-sound/cuberok/
@ 2012-02-06 13:13 Ben de Groot
  0 siblings, 0 replies; 2+ messages in thread
From: Ben de Groot @ 2012-02-06 13:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c7837c8b44837171c7179952ccd0a7247eb2268b
Author:     Ben de Groot <yngwin <AT> gmail <DOT> com>
AuthorDate: Mon Feb  6 13:12:43 2012 +0000
Commit:     Ben de Groot <yngwin <AT> gmail <DOT> com>
CommitDate: Mon Feb  6 13:12:43 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c7837c8b

media-sound/cuberok: version bump to 0.1.0

---
 media-sound/cuberok/cuberok-0.0.10-r1.ebuild       |   28 --------------------
 ...{cuberok-0.0.11.ebuild => cuberok-0.1.0.ebuild} |    9 +++---
 2 files changed, 4 insertions(+), 33 deletions(-)

diff --git a/media-sound/cuberok/cuberok-0.0.10-r1.ebuild b/media-sound/cuberok/cuberok-0.0.10-r1.ebuild
deleted file mode 100644
index 3ac2215..0000000
--- a/media-sound/cuberok/cuberok-0.0.10-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-inherit multilib qt4-edge
-
-DESCRIPTION="Qt4 lightweight music player"
-HOMEPAGE="http://code.google.com/p/cuberok/"
-SRC_URI="http://cuberok.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug mp3"
-
-DEPEND="media-libs/gstreamer
-	media-libs/taglib
-	x11-libs/qt-gui:4
-	x11-libs/qt-sql:4"
-RDEPEND="${DEPEND}
-	mp3? ( media-plugins/gst-plugins-mad )"
-
-src_install() {
-	emake INSTALL_ROOT="${D}/usr" install || die "emake install failed"
-	dodoc ChangeLog || die
-	doicon images/cuberok.png || die
-}

diff --git a/media-sound/cuberok/cuberok-0.0.11.ebuild b/media-sound/cuberok/cuberok-0.1.0.ebuild
similarity index 88%
rename from media-sound/cuberok/cuberok-0.0.11.ebuild
rename to media-sound/cuberok/cuberok-0.1.0.ebuild
index f21a950..6321a22 100644
--- a/media-sound/cuberok/cuberok-0.0.11.ebuild
+++ b/media-sound/cuberok/cuberok-0.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 inherit eutils multilib qt4-edge
 
 DESCRIPTION="Qt4 lightweight music player"
@@ -33,7 +33,6 @@ RDEPEND="${DEPEND}
 
 PATCHES=(
 	"${FILESDIR}/${PN}-9999-no-automagic-deps.patch"
-	"${FILESDIR}/${PN}-ffmpeg-includes.patch"
 )
 
 pkg_setup() {
@@ -64,7 +63,7 @@ src_configure() {
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}/usr" install || die "emake install failed"
-	dodoc ChangeLog || die
-	doicon images/cuberok.png || die
+	emake INSTALL_ROOT="${D}/usr" install
+	dodoc ChangeLog
+	doicon images/${PN}.png
 }



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-06 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06 13:15 [gentoo-commits] proj/qt:master commit in: media-sound/cuberok/ Ben de Groot
  -- strict thread matches above, loose matches on Subject: below --
2012-02-06 13:13 Ben de Groot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox