public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: qmpdclient-9999.ebuild ChangeLog qmpdclient-1.2.1.ebuild
@ 2011-03-14 17:35 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-14 17:35 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/14 17:35:45

  Modified:             qmpdclient-9999.ebuild ChangeLog
                        qmpdclient-1.2.1.ebuild
  Log:
  Updated live ebuilds and synced 1.2.1 with 9999
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-sound/qmpdclient/qmpdclient-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?r1=1.2&r2=1.3

Index: qmpdclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qmpdclient-9999.ebuild	21 Jun 2010 17:38:57 -0000	1.2
+++ qmpdclient-9999.ebuild	14 Mar 2011 17:35:45 -0000	1.3
@@ -1,32 +1,30 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.2 2010/06/21 17:38:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.3 2011/03/14 17:35:45 angelos Exp $
 
 EAPI=3
-
 inherit cmake-utils git
 
 DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
 HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
 #SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2"
-EGIT_REPO_URI="http://github.com/Voker57/qmpdclient.git"
+EGIT_REPO_URI="http://github.com/Voker57/${PN}.git"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="debug"
 
-DEPEND="
-	x11-libs/qt-gui:4[dbus]
-	x11-libs/qt-xmlpatterns:4
-"
+DEPEND="x11-libs/qt-gui:4[dbus]
+	x11-libs/qt-webkit:4
+	x11-libs/qt-xmlpatterns:4"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${PN}
 
-DOCS="AUTHORS README THANKSTO Changelog"
-
-src_configure() {
-	local mycmakeargs=( "-DVERSION=${PV}" )
-	cmake-utils_src_configure
+pkg_setup() {
+	DOCS="AUTHORS README THANKSTO Changelog"
 }
+
+pkg_postinst() { fdo-mime_desktop_database_update; }
+pkg_postrm() { fdo-mime_desktop_database_update; }



1.75                 media-sound/qmpdclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.75&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.75&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?r1=1.74&r2=1.75

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	18 Feb 2011 14:53:09 -0000	1.74
+++ ChangeLog	14 Mar 2011 17:35:45 -0000	1.75
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.74 2011/02/18 14:53:09 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.75 2011/03/14 17:35:45 angelos Exp $
+
+  14 Mar 2011; <angelos@gentoo.org> qmpdclient-1.2.1.ebuild,
+  qmpdclient-9999.ebuild:
+  Updated live ebuilds and synced 1.2.1 with 9999
 
 *qmpdclient-1.2.1 (18 Feb 2011)
 



1.2                  media-sound/qmpdclient/qmpdclient-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?r1=1.1&r2=1.2

Index: qmpdclient-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qmpdclient-1.2.1.ebuild	18 Feb 2011 14:53:09 -0000	1.1
+++ qmpdclient-1.2.1.ebuild	14 Mar 2011 17:35:45 -0000	1.2
@@ -1,13 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild,v 1.1 2011/02/18 14:53:09 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild,v 1.2 2011/03/14 17:35:45 angelos Exp $
 
-EAPI="2"
-
-LANGSLONG="cs_CZ de_DE fr_FR it_IT nl_NL nn_NO no_NO ru_RU sv_SE tr_TR uk_UA"
-LANGS="zh_CN zh_TW pt_BR "
-
-inherit qt4-r2
+EAPI=3
+inherit fdo-mime cmake-utils
 
 DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
 HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
@@ -15,70 +11,19 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug dbus"
+KEYWORDS=""
+IUSE="debug"
 
-DEPEND="x11-libs/qt-gui:4[dbus?]
+DEPEND="x11-libs/qt-gui:4[dbus]
 	x11-libs/qt-webkit:4
 	x11-libs/qt-xmlpatterns:4"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${PN}"
+S=${WORKDIR}/${PN}
 
-DOCS="AUTHORS README THANKSTO Changelog"
-
-src_prepare() {
-	# Fix the install path
-	sed -i -e "s:PREFIX = /usr/local:PREFIX = /usr:" ${PN}.pro \
-		|| die "sed failed (install path)"
-
-	# nostrip fix
-	sed -i -e "s:^CONFIG += :CONFIG += nostrip :" ${PN}.pro \
-		|| die "sed failed (nostrip)"
-
-	sed -i -e "s:+= -O2 -g0 -s:+= -O2 -g0:" ${PN}.pro \
-		|| die "sed failed (nostrip)"
-
-	# fix installation folder name
-	sed -i "s:share/QMPDClient:share/qmpdclient:" ${PN}.pro src/config.cpp \
-		|| die "failed to fix installation directory"
-
-	# check dbus
-	if ! use dbus; then
-		sed -i -e "s/message(DBus notifier:\ enabled)/message(DBus notifier:\ disabled)/" \
-			-e "s/CONFIG\ +=\ nostrip\ qdbus//" \
-			-e "s/SOURCES\ +=\ src\/notifications_dbus.cpp/SOURCES\ +=\ src\/notifications_nodbus.cpp/" \
-			${PN}.pro || die "disabling dbus failed"
-	fi
-	qt4-r2_src_prepare
+pkg_setup() {
+	DOCS="AUTHORS README THANKSTO Changelog"
 }
 
-src_compile() {
-	emake || die "emake failed"
-	# generate translations
-	emake translate || die "failed to generate translations"
-	cd "${S}"/lang
-	for X in *.ts;do
-		lrelease "${X}" || die "lrelease failed"
-	done
-}
-
-src_install() {
-	qt4-r2_src_install
-
-	#install translations
-	insinto /usr/share/${PN}/translations/
-	local LANG=
-	for LANG in ${LINGUAS};do
-	    for X in ${LANGSLONG};do
-			if [[ ${LANG} == ${X%_*} ]];then
-		    	doins -r lang/${X}.qm || die "failed to install translations"
-			fi
-	    done
-		for X in ${LANGS};do
-			if [[ ${LANG} == ${X} ]]; then
-				doins -r lang/${X}.qm || die "failed to install translations"
-			fi
-		done
-	done
-}
+pkg_postinst() { fdo-mime_desktop_database_update; }
+pkg_postrm() { fdo-mime_desktop_database_update; }






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

* [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: qmpdclient-9999.ebuild ChangeLog qmpdclient-1.2.1.ebuild
@ 2011-03-19  9:55 Christoph Mende (angelos)
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-19  9:55 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/19 09:55:23

  Modified:             qmpdclient-9999.ebuild ChangeLog
                        qmpdclient-1.2.1.ebuild
  Log:
  Restored -DVERSION to avoid calling git
  
  (Portage version: 2.2.0_alpha27/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-sound/qmpdclient/qmpdclient-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild?r1=1.3&r2=1.4

Index: qmpdclient-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qmpdclient-9999.ebuild	14 Mar 2011 17:35:45 -0000	1.3
+++ qmpdclient-9999.ebuild	19 Mar 2011 09:55:23 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.3 2011/03/14 17:35:45 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-9999.ebuild,v 1.4 2011/03/19 09:55:23 angelos Exp $
 
 EAPI=3
-inherit cmake-utils git
+inherit fdo-mime cmake-utils git
 
 DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display"
 HOMEPAGE="http://bitcheese.net/wiki/QMPDClient"
@@ -26,5 +26,10 @@
 	DOCS="AUTHORS README THANKSTO Changelog"
 }
 
+src_configure() {
+	mycmakeargs=( "-DVERSION=${PV}" )
+	cmake-utils_src_configure
+}
+
 pkg_postinst() { fdo-mime_desktop_database_update; }
 pkg_postrm() { fdo-mime_desktop_database_update; }



1.77                 media-sound/qmpdclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	15 Mar 2011 18:46:07 -0000	1.76
+++ ChangeLog	19 Mar 2011 09:55:23 -0000	1.77
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/qmpdclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.76 2011/03/15 18:46:07 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/ChangeLog,v 1.77 2011/03/19 09:55:23 angelos Exp $
+
+  19 Mar 2011; Christoph Mende <angelos@gentoo.org> qmpdclient-1.2.1.ebuild,
+  qmpdclient-9999.ebuild:
+  Restored -DVERSION to avoid calling git
 
   15 Mar 2011; <angelos@gentoo.org> qmpdclient-1.2.1.ebuild:
   Restored keywords, those were dropped by accident



1.4                  media-sound/qmpdclient/qmpdclient-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild?r1=1.3&r2=1.4

Index: qmpdclient-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qmpdclient-1.2.1.ebuild	15 Mar 2011 18:46:07 -0000	1.3
+++ qmpdclient-1.2.1.ebuild	19 Mar 2011 09:55:23 -0000	1.4
@@ -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/qmpdclient/qmpdclient-1.2.1.ebuild,v 1.3 2011/03/15 18:46:07 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmpdclient/qmpdclient-1.2.1.ebuild,v 1.4 2011/03/19 09:55:23 angelos Exp $
 
 EAPI=3
 inherit fdo-mime cmake-utils
@@ -26,5 +26,10 @@
 	DOCS="AUTHORS README THANKSTO Changelog"
 }
 
+src_configure() {
+	mycmakeargs=( "-DVERSION=${PV}" )
+	cmake-utils_src_configure
+}
+
 pkg_postinst() { fdo-mime_desktop_database_update; }
 pkg_postrm() { fdo-mime_desktop_database_update; }






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

end of thread, other threads:[~2011-03-19  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 17:35 [gentoo-commits] gentoo-x86 commit in media-sound/qmpdclient: qmpdclient-9999.ebuild ChangeLog qmpdclient-1.2.1.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-19  9:55 Christoph Mende (angelos)

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