yngwin      14/12/13 06:43:36

  Modified:             ChangeLog
  Added:                picard-1.3.ebuild
  Log:
  lazy version bump (still needs distutils-r1 conversion and fix for bug 
#403629)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x0F9C590B7FF324F6!)

Revision  Changes    Path
1.47                 media-sound/picard/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog   3 Nov 2013 09:56:29 -0000       1.46
+++ ChangeLog   13 Dec 2014 06:43:36 -0000      1.47
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/picard
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.46 
2013/11/03 09:56:29 yngwin Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/ChangeLog,v 1.47 
2014/12/13 06:43:36 yngwin Exp $
+
+*picard-1.3 (13 Dec 2014)
+
+  13 Dec 2014; Ben de Groot <[email protected]> +picard-1.3.ebuild:
+  lazy version bump (still needs distutils-r1 conversion and fix for bug
+  #403629)
 
 *picard-1.2-r1 (03 Nov 2013)
 



1.1                  media-sound/picard/picard-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/picard-1.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/picard/picard-1.3.ebuild?rev=1.1&content-type=text/plain

Index: picard-1.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/picard/picard-1.3.ebuild,v 1.1 
2014/12/13 06:43:36 yngwin Exp $

EAPI=5
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.6 3.*"
inherit eutils distutils

MY_P="${P/_/}"
DESCRIPTION="An improved rewrite/port of the Picard Tagger using Qt"
HOMEPAGE="http://musicbrainz.org/doc/PicardQt";
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/picard/${MY_P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acoustid +cdda nls"

DEPEND="dev-python/PyQt4[X]
        media-libs/mutagen
        acoustid? ( >=media-libs/chromaprint-1.0[tools] )
        cdda? ( >=media-libs/libdiscid-0.1.1 )"
RDEPEND="${DEPEND}"

# doesn't work with ebuilds
RESTRICT="test"

S=${WORKDIR}/${MY_P}
DOCS="AUTHORS.txt NEWS.txt"

src_compile() {
        distutils_src_compile $(use nls || echo "--disable-locales")
}

src_install() {
        distutils_src_install --disable-autoupdate --skip-build \
                $(use nls || echo "--disable-locales")

        doicon picard.ico
        domenu picard.desktop
}

pkg_postinst() {
        distutils_pkg_postinst
        echo
        ewarn "If you are upgrading Picard and it does not start"
        ewarn "try removing Picard's settings:"
        ewarn " rm ~/.config/MusicBrainz/Picard.conf"
        elog
        elog "You should set the environment variable BROWSER to something like"
        elog "\"firefox '%s' &\" to let python know which browser to use."
}




Reply via email to