summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-05-17 21:36:59 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-05-17 21:36:59 +0000
commit1d3cfa190721c58315b29a24536ef81f64c756fc (patch)
tree71ed81a854970c171f380d5cdb7fdeba85d5054b /mail-client
parentVersion bump. (diff)
downloadgentoo-2-1d3cfa190721c58315b29a24536ef81f64c756fc.tar.gz
gentoo-2-1d3cfa190721c58315b29a24536ef81f64c756fc.tar.bz2
gentoo-2-1d3cfa190721c58315b29a24536ef81f64c756fc.zip
Removed old version.
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/alot/ChangeLog5
-rw-r--r--mail-client/alot/alot-0.2.1-r1.ebuild49
2 files changed, 4 insertions, 50 deletions
diff --git a/mail-client/alot/ChangeLog b/mail-client/alot/ChangeLog
index ed8a8a63ae00..efdd91c78ac2 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.7 2012/05/17 21:31:57 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.8 2012/05/17 21:36:59 aidecoe Exp $
+
+ 17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.2.1-r1.ebuild:
+ Removed old version.
17 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> alot-0.3.1.ebuild,
metadata.xml:
diff --git a/mail-client/alot/alot-0.2.1-r1.ebuild b/mail-client/alot/alot-0.2.1-r1.ebuild
deleted file mode 100644
index 51d4df1350cd..000000000000
--- a/mail-client/alot/alot-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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."
-}