diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-03-25 08:45:09 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-03-25 08:45:09 +0000 |
commit | 626f949693e0d979be1ccaffc187032e4215bdb0 (patch) | |
tree | 7d2371326b016b2c2939fdeb062b3db15558b2f4 /mail-client | |
parent | Add new CALLIGRA_FEATURES entry sheets, as this component got renamed (diff) | |
download | gentoo-2-626f949693e0d979be1ccaffc187032e4215bdb0.tar.gz gentoo-2-626f949693e0d979be1ccaffc187032e4215bdb0.tar.bz2 gentoo-2-626f949693e0d979be1ccaffc187032e4215bdb0.zip |
mail-client/alot-0.2.1-r1: vcs-snapshot is used in the ebuild...
...instead of custom src_unpack().
(Portage version: 2.1.10.50/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/alot/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/alot/alot-0.2.1-r1.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/mail-client/alot/ChangeLog b/mail-client/alot/ChangeLog index 85c1a41d7e8d..06fac1120784 100644 --- a/mail-client/alot/ChangeLog +++ b/mail-client/alot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/alot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.4 2012/03/25 08:33:46 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.5 2012/03/25 08:45:09 aidecoe Exp $ + + 25 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.2.1-r1.ebuild: + vcs-snapshot is used in the ebuild instead of custom src_unpack(). *alot-0.2.1-r1 (25 Mar 2012) diff --git a/mail-client/alot/alot-0.2.1-r1.ebuild b/mail-client/alot/alot-0.2.1-r1.ebuild index f73dd1aeb82f..51d4df1350cd 100644 --- a/mail-client/alot/alot-0.2.1-r1.ebuild +++ b/mail-client/alot/alot-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.2.1-r1.ebuild,v 1.1 2012/03/25 08:33:46 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.2.1-r1.ebuild,v 1.2 2012/03/25 08:45:09 aidecoe Exp $ EAPI=4 @@ -8,7 +8,7 @@ PYTHON_DEPEND="2:2.7" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="2.[456] 3.*" -inherit distutils versionator +inherit distutils vcs-snapshot versionator MY_PV=$(replace_version_separator 2 '') MY_P="${PN}-${MY_PV}" @@ -33,11 +33,6 @@ RDEPEND=" DOCS="CUSTOMIZE FAQ" -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - src_prepare() { distutils_src_prepare |