public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/a8/
@ 2017-05-06  2:08 Michael Orlitzky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2017-05-06  2:08 UTC (permalink / raw
  To: gentoo-commits

commit:     63662256c74912785d7f8d6fbcbfe6265b406534
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 02:06:59 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sat May  6 02:06:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63662256

dev-util/a8: remove unused version 0.11-r2.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-util/a8/Manifest          |  1 -
 dev-util/a8/a8-0.11-r2.ebuild | 48 -------------------------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-util/a8/Manifest b/dev-util/a8/Manifest
index 4e10d1f1bd9..eb357cb91ed 100644
--- a/dev-util/a8/Manifest
+++ b/dev-util/a8/Manifest
@@ -1,2 +1 @@
-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

diff --git a/dev-util/a8/a8-0.11-r2.ebuild b/dev-util/a8/a8-0.11-r2.ebuild
deleted file mode 100644
index c07bd2e5082..00000000000
--- a/dev-util/a8/a8-0.11-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/a8/
@ 2017-01-02  9:54 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2017-01-02  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     66f18e6e17392ac14bc9bbce7d9a2080246234b3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  2 09:50:49 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan  2 09:53:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f18e6e

dev-util/a8: x86 stable wrt bug #595900

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/a8/a8-1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/a8/a8-1.0.ebuild b/dev-util/a8/a8-1.0.ebuild
index 09a8f5f..7676f40 100644
--- a/dev-util/a8/a8-1.0.ebuild
+++ b/dev-util/a8/a8-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/a8/
@ 2016-12-20 19:16 Tobias Klausmann
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann @ 2016-12-20 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     836f516181f746bba20eee3853e33a5d7afd6d5b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 19:15:37 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 19:15:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836f5161

dev-util/a8-1.0-r0: stable on amd64

Gentoo-Bug: 595900

 dev-util/a8/a8-1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/a8/a8-1.0.ebuild b/dev-util/a8/a8-1.0.ebuild
index f479756..09a8f5f 100644
--- a/dev-util/a8/a8-1.0.ebuild
+++ b/dev-util/a8/a8-1.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/a8/
@ 2015-09-25 14:20 Agostino Sarubbo
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2015-09-25 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     26177f37c4a9dafd1cdaef1e4e4f0aa890ce6f5b
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 14:20:47 2015 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 14:20:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26177f37

dev-util/a8: x86 stable wrt bug #521046

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

 dev-util/a8/a8-0.11-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/a8/a8-0.11-r2.ebuild b/dev-util/a8/a8-0.11-r2.ebuild
index 09a8f5f..1c39548 100644
--- a/dev-util/a8/a8-0.11-r2.ebuild
+++ b/dev-util/a8/a8-0.11-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=">=dev-python/dbus-python-1[${PYTHON_USEDEP}]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-06  2:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-06  2:08 [gentoo-commits] repo/gentoo:master commit in: dev-util/a8/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02  9:54 Agostino Sarubbo
2016-12-20 19:16 Tobias Klausmann
2015-09-25 14:20 Agostino Sarubbo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox