summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-09-02 10:36:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-09-02 10:36:45 +0000
commitfd2fbb017a35361465a2323bb7abe3bd554b30e5 (patch)
tree989a4c94daf24004b63478195d15c7a43f0afc82 /dev-util/a8
parentAdd package description to metadata (diff)
downloadgentoo-2-fd2fbb017a35361465a2323bb7abe3bd554b30e5.tar.gz
gentoo-2-fd2fbb017a35361465a2323bb7abe3bd554b30e5.tar.bz2
gentoo-2-fd2fbb017a35361465a2323bb7abe3bd554b30e5.zip
old
(Portage version: 2.2.0_alpha122/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/a8')
-rw-r--r--dev-util/a8/ChangeLog6
-rw-r--r--dev-util/a8/a8-0.8.ebuild32
-rw-r--r--dev-util/a8/a8-0.9.ebuild54
3 files changed, 5 insertions, 87 deletions
diff --git a/dev-util/a8/ChangeLog b/dev-util/a8/ChangeLog
index d9facbb0f9d8..6b63ac52c99c 100644
--- a/dev-util/a8/ChangeLog
+++ b/dev-util/a8/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/a8
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.3 2012/09/02 10:35:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/ChangeLog,v 1.4 2012/09/02 10:36:45 ssuominen Exp $
+
+ 02 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -a8-0.8.ebuild,
+ -a8-0.9.ebuild:
+ old
*a8-0.10 (02 Sep 2012)
diff --git a/dev-util/a8/a8-0.8.ebuild b/dev-util/a8/a8-0.8.ebuild
deleted file mode 100644
index 8f4794f5f751..000000000000
--- a/dev-util/a8/a8-0.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.8.ebuild,v 1.1 2012/01/11 23:52:36 ssuominen Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.7"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser"
-HOMEPAGE="http://code.google.com/p/abominade/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-COMMON_DEPEND="dev-python/argparse
- dev-python/dbus-python
- dev-python/logbook
- dev-python/psutil
- dev-python/pyyaml
- >=dev-python/pygtk-2
- >=dev-python/pygtkhelpers-0.4.3
- x11-libs/vte:0[python]"
-RDEPEND="${COMMON_DEPEND}
- app-editors/gvim"
-DEPEND="${COMMON_DEPEND}"
diff --git a/dev-util/a8/a8-0.9.ebuild b/dev-util/a8/a8-0.9.ebuild
deleted file mode 100644
index 6e77aaf6c822..000000000000
--- a/dev-util/a8/a8-0.9.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/a8/a8-0.9.ebuild,v 1.1 2012/06/01 06:22:56 ssuominen Exp $
-
-EAPI=4
-
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.5 3.*"
-
-inherit distutils eutils gnome2-utils
-
-DESCRIPTION="An ultra-lightweight IDE, that embeds Vim, a terminal emulator, and a file browser"
-HOMEPAGE="http://code.google.com/p/abominade/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/argparse
- >=dev-python/dbus-python-1
- dev-python/logbook
- dev-python/psutil
- dev-python/pyyaml
- >=dev-python/pygtk-2.22
- >=dev-python/pygtkhelpers-0.4.3
- x11-libs/vte:0[python]"
-RDEPEND="${DEPEND}
- app-editors/gvim"
-
-src_install() {
- distutils_src_install
-
- insinto /usr/share/icons/hicolor/48x48/apps
- doins a8/data/icons/a8.png
-
- make_desktop_entry ${PN} ${PN} ${PN} 'Development;IDE'
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- distutils_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- distutils_pkg_postrm
-}