diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:00:57 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 13:00:57 +0000 |
commit | 5f69519791d3486f4678fb748ef97be09bd5ae61 (patch) | |
tree | 50a2bf23d7ca3d5800cb5e273670325c4358279b /dev-vcs/bzr-gtk | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-5f69519791d3486f4678fb748ef97be09bd5ae61.tar.gz gentoo-2-5f69519791d3486f4678fb748ef97be09bd5ae61.tar.bz2 gentoo-2-5f69519791d3486f4678fb748ef97be09bd5ae61.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-vcs/bzr-gtk')
-rw-r--r-- | dev-vcs/bzr-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | dev-vcs/bzr-gtk/bzr-gtk-0.100.0.ebuild | 55 | ||||
-rw-r--r-- | dev-vcs/bzr-gtk/metadata.xml | 2 |
3 files changed, 6 insertions, 59 deletions
diff --git a/dev-vcs/bzr-gtk/ChangeLog b/dev-vcs/bzr-gtk/ChangeLog index d494935c683b..c604de49fcda 100644 --- a/dev-vcs/bzr-gtk/ChangeLog +++ b/dev-vcs/bzr-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-vcs/bzr-gtk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.20 2013/01/30 19:01:30 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.21 2014/11/13 13:00:57 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -bzr-gtk-0.100.0.ebuild, + metadata.xml: + Drop old (#508854) 30 Jan 2013; Agostino Sarubbo <ago@gentoo.org> bzr-gtk-0.103.0.ebuild: Stable for x86, wrt bug #418969 diff --git a/dev-vcs/bzr-gtk/bzr-gtk-0.100.0.ebuild b/dev-vcs/bzr-gtk/bzr-gtk-0.100.0.ebuild deleted file mode 100644 index bd9d6d9bdd45..000000000000 --- a/dev-vcs/bzr-gtk/bzr-gtk-0.100.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.100.0.ebuild,v 1.6 2012/09/30 18:38:37 armin76 Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_P="/${P/_rc/rc}" - -DESCRIPTION="A GTK+ interfaces to most Bazaar operations" -HOMEPAGE="http://bazaar-vcs.org/bzr-gtk" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gconf gnome-keyring gpg +sourceview nautilus" - -DEPEND=">=dev-vcs/bzr-1.6_rc1 - dev-python/pygtk:2 - dev-python/notify-python - >=dev-python/pycairo-1.0" -RDEPEND="${DEPEND} - nautilus? ( <dev-python/nautilus-python-1.0 !>=gnome-base/nautilus-3.0 ) - dev-python/notify-python - gnome-keyring? ( dev-python/gnome-keyring-python ) - gpg? ( app-crypt/seahorse ) - sourceview? ( - dev-python/pygtksourceview:2 - gconf? ( dev-python/gconf-python:2 ) - )" - -S="${WORKDIR}/${MY_P}" - -#TODO: src_test - -src_prepare() { - # Remove after release of > 0.99.0 - cp "${FILESDIR}"/credits.pickle "${S}"/credits.pickle -} - -src_install() { - distutils_src_install - insinto /etc/xdg/autostart - doins bzr-notify.desktop - if ! use nautilus - then - rm -rf "${D}"/usr/lib/nautilus/ - rm -rf "${D}"/usr/lib/python2.7/site-packages/bzrlib/plugins/gtk/nautilus-bzr.py - fi -} diff --git a/dev-vcs/bzr-gtk/metadata.xml b/dev-vcs/bzr-gtk/metadata.xml index 0ed18363654e..1394c148c83a 100644 --- a/dev-vcs/bzr-gtk/metadata.xml +++ b/dev-vcs/bzr-gtk/metadata.xml @@ -9,9 +9,7 @@ is also part of bzr-gtk. </longdescription> <use> - <flag name="gconf">Enable GConf support</flag> <flag name="gpg">Support signing with GnuPG.</flag> - <flag name="sourceview">Enable GtkSourceView support</flag> <flag name="nautilus">Integrate with Nautilus file manager</flag> </use> </pkgmetadata> |