From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- dev-vcs/svnmailer/Manifest | 2 +- dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild | 37 --------------------------- dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild | 39 +++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 38 deletions(-) delete mode 100644 dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild create mode 100644 dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild (limited to 'dev-vcs/svnmailer') diff --git a/dev-vcs/svnmailer/Manifest b/dev-vcs/svnmailer/Manifest index b74cd8af7232..d71ce45cf2df 100644 --- a/dev-vcs/svnmailer/Manifest +++ b/dev-vcs/svnmailer/Manifest @@ -1,3 +1,3 @@ DIST svnmailer-1.0.9.tar.bz2 354935 BLAKE2B 72a46c39f11295cb789fdc5b1f01162b9cd150828cde15cefef826b0eb44f580abd7a0ce5a56c4e3eb8741b03a7b45a6b5faeb0b58e60baace91949f40cd5ff8 SHA512 2dae9b123e3f511f022cf4d0db75b30b7fad33719382a7ab57897726ababc73bf24bb838cd92258ee5573996e1fef9805f8afbe958694e7cb4682433dba9a6e0 -EBUILD svnmailer-1.0.9-r1.ebuild 760 BLAKE2B 83de962b83e0e9acdc27bbf668dbac5f070b7b76b05fd702f273a5787f9a854d5d5bda9eee4c9542128da8ff62ab59319807527eae4e1ff84d67e340406fc02e SHA512 d7bcc686bb9dfedee4e7992215e69df72f53a83552fbda0efa5e02963b25be22fb2f32898c66460119378128985668a286183a47b7065d8c7326b336779af25d +EBUILD svnmailer-1.0.9-r2.ebuild 793 BLAKE2B a284571e2ce587d2f1925be7cae187401b4faeb7a6b569f938fa04f806e700272511075c9f871542157f1a6c5c6880859089fa519a9f453394659260a3a23bb9 SHA512 c576d46556c119ef8e77b914ea9456c0ea6ae093f18bce138b31812bc5192c1c26ce70aeb1f6bf29c322cdd4d5772e0cc5f2e6dd1a6bba2ed6c39db5ac093b2b MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild b/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild deleted file mode 100644 index 27d43db65303..000000000000 --- a/dev-vcs/svnmailer/svnmailer-1.0.9-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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 -} diff --git a/dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild b/dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild new file mode 100644 index 000000000000..0d5e77c6f358 --- /dev/null +++ b/dev-vcs/svnmailer/svnmailer-1.0.9-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +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} + $(python_gen_cond_dep ' + dev-vcs/subversion[python,${PYTHON_MULTI_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 +} -- cgit v1.2.3