idella4     15/02/25 06:12:48

  Modified:             ChangeLog
  Added:                svnmailer-1.0.9-r1.ebuild
  Removed:              svnmailer-1.0.9.ebuild
  Log:
  revbump; convert -> distutils-r1, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.6                  dev-vcs/svnmailer/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   24 Mar 2014 16:19:07 -0000      1.5
+++ ChangeLog   25 Feb 2015 06:12:47 -0000      1.6
@@ -1,6 +1,12 @@
 # ChangeLog for dev-vcs/svnmailer
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.5 
2014/03/24 16:19:07 xarthisius Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/svnmailer/ChangeLog,v 1.6 
2015/02/25 06:12:47 idella4 Exp $
+
+*svnmailer-1.0.9-r1 (25 Feb 2015)
+
+  25 Feb 2015; Ian Delaney <idel...@gentoo.org> +svnmailer-1.0.9-r1.ebuild,
+  -svnmailer-1.0.9.ebuild:
+  revbump; convert -> distutils-r1, rm old
 
   24 Mar 2014; Kacper Kowalik <xarthis...@gentoo.org> metadata.xml:
   Drop maintainership



1.1                  dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: svnmailer-1.0.9-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild,v 1.1 
2015/02/25 06:12:47 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1

inherit distutils-r1

DESCRIPTION="A subversion commit notifier written in Python"
HOMEPAGE="http://opensource.perlig.de/svnmailer/";
SRC_URI="http://storage.perlig.de/svnmailer/${P}.tar.bz2";

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="${DEPEND}
        dev-vcs/subversion[python,${PYTHON_USEDEP}]
        virtual/mta"
RDEPEND="${DEPEND}"

pkg_setup() {
        python-single-r1_pkg_setup
}

python_prepare_all() {
        sed -i -e "s:man/man1:share/&:" setup.py || die
        distutils-r1_python_prepare_all
}

python_install_all() {
        local HTML_DOCS=( docs/. )
        distutils-r1_python_install_all
}




Reply via email to