dev-vcs/bzr-gtk: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Pacho Ramos
2017-01-15 11:24:27 +01:00
parent b7fcfdc29e
commit 89174ff2b5
3 changed files with 0 additions and 101 deletions

View File

@@ -1,2 +1 @@
DIST bzr-gtk-0.103.0.tar.gz 210971 SHA256 5dc8b222d36f1a1d5d9a4c5048b9c5c2febb653e70a9a752dae941f58d34e2fe SHA512 b95496e514b2144ffc70f516360c4f59f885ad2105a8b989ac469313dada9d5ebf05fa5b11f4e6cb16f41f0b5380159ff974f867391387f702dd35ca6dd4fe27 WHIRLPOOL 7d9a2ea8d27ed25e6f2f3a83e0eed292b758dd25942c3f26b99cf2f267b9242c77d4be814dce6d86e226fc710752ff5e1664554fe5c151fd2da051eb69c6a21b
DIST bzr-gtk-0.104.0.tar.gz 218863 SHA256 c6d378d5111ca3483de7c54ffd9f6c7264407f567c9556e76e802b9c55ff419b SHA512 d39a1303570dd7504cad9211f3b1c86d3e6f022535c262b7b5f7b19899b362ff7b01d9f19e557cb4391d7ccf1470635ebc5d5380d2d5216b6610c4e8e1b7b6a3 WHIRLPOOL 26f611122ba3a08cc281a9d8490ed53dedad5a64d13567518ea1697285fe6f1eaa331847f928b5ac91cb35e7deef0c7bef0f9f38eddb5f3abc8dec67a3f9772d

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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="https://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="gnome-keyring gpg nautilus"
DEPEND=">=dev-vcs/bzr-1.6_rc1
dev-python/pygobject
dev-python/notify-python
>=dev-python/pycairo-1.0"
RDEPEND="${DEPEND}
nautilus? ( >=dev-python/nautilus-python-1.0 )
dev-python/notify-python
gnome-keyring? ( dev-python/gnome-keyring-python )
gpg? ( app-crypt/seahorse )"
S="${WORKDIR}/${MY_P}"
#TODO: src_test
src_prepare() {
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/$(get_libdir)/nautilus/
rm -rf "${D}"$(python_get_libdir --final-ABI)/site-packages/bzrlib/plugins/gtk/nautilus-bzr.py
fi
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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="https://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome-keyring gpg nautilus"
DEPEND=">=dev-vcs/bzr-1.6_rc1
dev-python/pygobject
dev-python/notify-python
>=dev-python/pycairo-1.0"
RDEPEND="${DEPEND}
nautilus? ( >=dev-python/nautilus-python-1.0 )
dev-python/notify-python
gnome-keyring? ( dev-python/gnome-keyring-python )
gpg? ( app-crypt/seahorse )"
S="${WORKDIR}/${MY_P}"
#TODO: src_test
src_prepare() {
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/$(get_libdir)/nautilus/
rm -rf "${D}"$(python_get_libdir --final-ABI)/site-packages/bzrlib/plugins/gtk/nautilus-bzr.py
fi
}