rafaelmartins    14/12/04 06:14:45

  Modified:             marrie-9999.ebuild ChangeLog
  Added:                marrie-0.3.1-r1.ebuild
  Removed:              marrie-0.3.1.ebuild
  Log:
  revbump. fixes #514570 and moves to distutils-r1
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.6                  media-sound/marrie/marrie-9999.ebuild

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

Index: marrie-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- marrie-9999.ebuild  6 Jul 2014 12:53:19 -0000       1.5
+++ marrie-9999.ebuild  4 Dec 2014 06:14:45 -0000       1.6
@@ -1,23 +1,22 @@
 # 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-9999.ebuild,v 1.5 
2014/07/06 12:53:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.6 
2014/12/04 06:14:45 rafaelmartins Exp $
 
-EAPI=4
+EAPI=5
 
-PYTHON_DEPEND="2:2.7"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
+PYTHON_COMPAT=( python2_7 )
 
-HG_ECLASS=""
+GIT_ECLASS=""
 if [[ ${PV} = *9999* ]]; then
-       HG_ECLASS="mercurial"
-       EHG_REPO_URI="http://hg.rafaelmartins.eng.br/marrie/";
+       GIT_ECLASS="git-r3"
+       EGIT_REPO_URI="git://github.com/rafaelmartins/marrie.git
+               https://github.com/rafaelmartins/marrie.git";
 fi
 
-inherit distutils ${HG_ECLASS}
+inherit distutils-r1 ${GIT_ECLASS}
 
 DESCRIPTION="A simple podcast client that runs on the Command Line Interface"
-HOMEPAGE="http://projects.rafaelmartins.eng.br/marrie/";
+HOMEPAGE="https://github.com/rafaelmartins/marrie";
 
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 KEYWORDS="~amd64 ~x86"
@@ -30,28 +29,28 @@
 SLOT="0"
 IUSE="doc"
 
-RDEPEND="dev-python/feedparser"
+RDEPEND="
+       dev-python/setuptools
+       dev-python/feedparser"
 DEPEND="${RDEPEND}
        doc? ( dev-python/docutils )"
 
-PYTHON_MODNAME="marrie.py"
-
 src_compile() {
-       distutils_src_compile
+       distutils-r1_src_compile
        if use doc; then
                rst2html.py README.rst marrie.html || die "rst2html.py failed"
        fi
 }
 
 src_install() {
-       distutils_src_install
+       distutils-r1_src_install
        if use doc; then
                dohtml marrie.html
        fi
 }
 
 pkg_postinst() {
-       distutils_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"



1.8                  media-sound/marrie/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   6 Jul 2014 12:53:19 -0000       1.7
+++ ChangeLog   4 Dec 2014 06:14:45 -0000       1.8
@@ -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.7 
2014/07/06 12:53:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.8 
2014/12/04 06:14:45 rafaelmartins Exp $
+
+*marrie-0.3.1-r1 (04 Dec 2014)
+
+  04 Dec 2014; Rafael G. Martins <[email protected]>
+  +marrie-0.3.1-r1.ebuild, -marrie-0.3.1.ebuild, marrie-9999.ebuild:
+  revbump. fixes #514570 and moves to distutils-r1
 
   06 Jul 2014; Michał Górny <[email protected]> marrie-0.3.1.ebuild,
   marrie-9999.ebuild:



1.1                  media-sound/marrie/marrie-0.3.1-r1.ebuild

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

Index: marrie-0.3.1-r1.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.1-r1.ebuild,v 
1.1 2014/12/04 06:14:45 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