dev-util/a8: version bump to 1.0

This commit is contained in:
Julian Ospald
2015-09-20 01:46:40 +02:00
parent 9cfbe321d6
commit efa3fbf6cb
3 changed files with 63 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST a8-0.11.tar.gz 39435 SHA256 0ef94e70f0b97de0ecfdd7297f70435b52efbdf3a04e0b8ba1927d3535cca7f2 SHA512 253aa8161a195d4dd1d1fb392338478c179b5878e672d94baffa99a5e7e42f1deeb6d1dc8bbc9f3991411ca231d054a71ab96be1aae7925a22347d478832e0a2 WHIRLPOOL f64d61b6a59d03c2cd9e78f57c01842ea0b7e2c3542aa533cdf7c15d6c9e41750d4581ca5d7348beb311754e273e168275e36d80daca00ca58e999559f3ef348
DIST a8-1.0.tar.gz 45677 SHA256 7a843a2a3c9ebd372ea7f746009f15b158dc64f72aa8c24fc6b69a5796dc7b7f SHA512 61abe87423ccfa1f3ec121fd1c29f25aa11d4c6a5d1b3e164f580aab59697a2dd24a456bb0fb80dd04f61ee283fa3abeb6e9de602b4f00aef5c82201b75fbd81 WHIRLPOOL 91f0c7f456c8ba664fe35cccc483acbb6556194680ef2cb5bd807ce702b1ad08a782aff4acaf6d10fdc6e74f6b5b87b82bcdd694ff819bc13b8b1138f8c455fa

49
dev-util/a8/a8-1.0.ebuild Normal file
View File

@@ -0,0 +1,49 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 eutils gnome2-utils
DESCRIPTION="An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser"
HOMEPAGE="https://github.com/aliafshar/a8"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}]
dev-python/logbook[${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.22[${PYTHON_USEDEP}]
>=dev-python/pygtkhelpers-0.4.3[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
>=x11-libs/vte-0.28.2-r206:0[python,${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
app-editors/gvim
app-editors/vim"
PATCHES=( "${FILESDIR}"/${P}-argparse.patch )
python_install_all() {
distutils-r1_python_install_all
doicon -s 48 a8/data/icons/a8.png
make_desktop_entry ${PN} ${PN} ${PN} 'Development;IDE'
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

View File

@@ -0,0 +1,13 @@
https://code.google.com/p/abominade/issues/detail?id=26
https://bugzilla.redhat.com/show_bug.cgi?id=700596
--- a8-0.11/setup.py
+++ a8-0.11/setup.py
@@ -19,7 +19,6 @@
'psutil',
'logbook',
'pygtkhelpers>=0.4.3',
- 'argparse',
'pyyaml',
],
packages = [