You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-client/alot/alot-0.2.1-r1.ebuild

50 lines
1.0 KiB

# 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.2 2012/03/25 08:45:09 aidecoe Exp $
EAPI=4
PYTHON_DEPEND="2:2.7"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[456] 3.*"
inherit distutils vcs-snapshot versionator
MY_PV=$(replace_version_separator 2 '')
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Experimental terminal UI for net-mail/notmuch written in Python"
HOMEPAGE="https://github.com/pazz/alot"
SRC_URI="${HOMEPAGE}/tarball/${MY_PV} -> ${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="
dev-python/twisted
>=dev-python/urwid-1.0.0
net-mail/mailbase
net-mail/notmuch[crypt,python]
sys-apps/file[python]
"
DOCS="CUSTOMIZE FAQ"
src_prepare() {
distutils_src_prepare
local md
for md in *.md; do
mv "${md}" "${md%.md}"
done
echo "${MY_PV}" > alot/VERSION
}
pkg_postinst() {
ewarn "Versioning scheme has been corrected. Previous 0.21 is 0.2.1 now."
}