public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/pymazon: ChangeLog pymazon-0.9.1.ebuild
@ 2011-12-09 14:38 Jim Ramsay (lack)
  0 siblings, 0 replies; only message in thread
From: Jim Ramsay (lack) @ 2011-12-09 14:38 UTC (permalink / raw
  To: gentoo-commits

lack        11/12/09 14:38:37

  Modified:             ChangeLog
  Added:                pymazon-0.9.1.ebuild
  Log:
  Version 0.9.1 is released
  
  (Portage version: 2.1.10.39/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-misc/pymazon/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pymazon/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pymazon/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pymazon/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/pymazon/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Feb 2011 18:47:18 -0000	1.6
+++ ChangeLog	9 Dec 2011 14:38:36 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/pymazon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/ChangeLog,v 1.6 2011/02/11 18:47:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/ChangeLog,v 1.7 2011/12/09 14:38:36 lack Exp $
+
+*pymazon-0.9.1 (09 Dec 2011)
+
+  09 Dec 2011; Jim Ramsay <jim_ramsay@gentoo.org> +pymazon-0.9.1.ebuild:
+  Version 0.9.1 is released
 
   11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> pymazon-0.9-r1.ebuild:
   Stable on amd64 wrt bug #354005



1.1                  net-misc/pymazon/pymazon-0.9.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pymazon/pymazon-0.9.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pymazon/pymazon-0.9.1.ebuild?rev=1.1&content-type=text/plain

Index: pymazon-0.9.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/pymazon/pymazon-0.9.1.ebuild,v 1.1 2011/12/09 14:38:36 lack Exp $

EAPI=4
PYTHON_DEPEND="2"
inherit eutils distutils fdo-mime

MY_P="Pymazon-${PV}"
DESCRIPTION="Downloader for the Amazon.com MP3 music store"
HOMEPAGE="http://code.google.com/p/pymazon/"
SRC_URI="http://pymazon.googlecode.com/files/${MY_P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gtk +qt4"

DEPEND="gtk? ( dev-python/pygtk )
	qt4? ( dev-python/PyQt4 )"
RDEPEND="${DEPEND}
	dev-python/pycrypto"
S="${WORKDIR}/pymazon"

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_install() {
	distutils_src_install

	insinto /usr/share/pixmaps
	newins pymazon/resource/icons/download.png pymazon.png

	if ! use gtk && ! use qt4; then
		EXTRA_FIELDS="\nTerminal=true\nNoDisplay=true"
		DEFAULTARGS=" -c"
	fi
	make_desktop_entry "pymazon${DEFAULTARGS}" "Pymazon MP3 Downloader" \
		pymazon "Network;FileTransfer" \
		"MimeType=audio/x-amzxml;${EXTRA_FIELDS}"

	insinto /usr/share/mime/packages
	doins "${FILESDIR}/amz.xml"
}

pkg_postinst() {
	distutils_pkg_postinst
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	einfo "To link pymazon with your amazon.com account, visit:"
	einfo "  http://www.amazon.com/gp/dmusic/after_download_manager_install.html"
}

pkg_postrm() {
	distutils_pkg_postrm
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-09 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-09 14:38 [gentoo-commits] gentoo-x86 commit in net-misc/pymazon: ChangeLog pymazon-0.9.1.ebuild Jim Ramsay (lack)

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