Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stapler/
Date: Thu, 04 Jan 2018 16:32:58
Message-Id: 1515083540.fb336603ff28fee74d90fe4c7aa51b443d594a03.monsieurp@gentoo
1 commit: fb336603ff28fee74d90fe4c7aa51b443d594a03
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 16:31:59 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 16:32:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb336603
7
8 dev-python/stapler: inherit vcs-snapshot eclass.
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-python/stapler/stapler-0.4_p20160424.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/stapler/stapler-0.4_p20160424.ebuild b/dev-python/stapler/stapler-0.4_p20160424.ebuild
16 index 3cc72cc1cab..be3f7d8a2f8 100644
17 --- a/dev-python/stapler/stapler-0.4_p20160424.ebuild
18 +++ b/dev-python/stapler/stapler-0.4_p20160424.ebuild
19 @@ -5,7 +5,7 @@ EAPI=6
20
21 PYTHON_COMPAT=( python2_7 )
22
23 -inherit distutils-r1
24 +inherit distutils-r1 vcs-snapshot
25
26 # Commit Date: 26th Apr 2016
27 COMMIT="7c153e6a8f52573ff886ebf0786b64e17699443a"
28 @@ -25,5 +25,3 @@ RDEPEND="
29 DEPEND="
30 ${RDEPEND}
31 dev-python/setuptools[${PYTHON_USEDEP}]"
32 -
33 -S="${WORKDIR}/${PN}-${COMMIT}"