rafaelmartins    14/12/21 17:29:51

  Modified:             ChangeLog
  Added:                marrie-0.3.2.ebuild
  Removed:              marrie-0.3.1-r1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  media-sound/marrie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   4 Dec 2014 06:14:45 -0000       1.8
+++ ChangeLog   21 Dec 2014 17:29:51 -0000      1.9
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/marrie
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.8 
2014/12/04 06:14:45 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.9 
2014/12/21 17:29:51 rafaelmartins Exp $
+
+*marrie-0.3.2 (21 Dec 2014)
+
+  21 Dec 2014; Rafael G. Martins <[email protected]>
+  +marrie-0.3.2.ebuild, -marrie-0.3.1-r1.ebuild:
+  version bump
 
 *marrie-0.3.1-r1 (04 Dec 2014)
 



1.1                  media-sound/marrie/marrie-0.3.2.ebuild

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

Index: marrie-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3.2.ebuild,v 1.1 
2014/12/21 17:29:51 rafaelmartins Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )

GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
        GIT_ECLASS="git-r3"
        EGIT_REPO_URI="git://github.com/rafaelmartins/marrie.git
                https://github.com/rafaelmartins/marrie.git";
fi

inherit distutils-r1 ${GIT_ECLASS}

DESCRIPTION="A simple podcast client that runs on the Command Line Interface"
HOMEPAGE="https://github.com/rafaelmartins/marrie";

SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
if [[ ${PV} = *9999* ]]; then
        SRC_URI=""
        KEYWORDS=""
fi

LICENSE="BSD"
SLOT="0"
IUSE="doc"

RDEPEND="
        dev-python/setuptools
        dev-python/feedparser"
DEPEND="${RDEPEND}
        doc? ( dev-python/docutils )"

src_compile() {
        distutils-r1_src_compile
        if use doc; then
                rst2html.py README.rst marrie.html || die "rst2html.py failed"
        fi
}

src_install() {
        distutils-r1_src_install
        if use doc; then
                dohtml marrie.html
        fi
}

pkg_postinst() {
        distutils-r1_pkg_postinst
        elog
        elog "You'll need a media player and a file downloader."
        elog "Recommended packages: net-misc/wget and media-video/mplayer"
        elog
}




Reply via email to