Ebuild
23. Februar 2012, 02:01
Integrated version control support for your desktop
| alpha | amd64 | arm | hppa | ia64 | m68k | mips | ppc | ppc64 | s390 | sh | sparc | x86 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0.15.0.5 | – | ~ | – | – | – | – | – | – | – | – | – | – | ~ |
Paketbeschreibung:
Integrated version control support for your desktop
Kategorie:
ÄNDERUNGSPROTOKOLL
# ChangeLog for dev-vcs/rabbitvcs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/ChangeLog,v 1.8 2012/03/07 23:11:43 xmw Exp $ *rabbitvcs-0.15.0.5-r1 (07 Mar 2012) 07 Mar 2012; Michael Weber (xmw) +rabbitvcs-0.15.0.5-r1.ebuild: Revbump to fix nautilus-3 support, thanks to Simon Maurer for the testing (bug 407249) 05 Feb 2012; Mike Gilbert (floppym) rabbitvcs-0.14.2.1.ebuild, rabbitvcs-0.15.0.5.ebuild: Inherit multilib. *rabbitvcs-0.15.0.5 (10 Nov 2011) 10 Nov 2011; Michael Weber (xmw) -rabbitvcs-0.14.1.1.ebuild, +rabbitvcs-0.15.0.5.ebuild: Version bump (thanks to Rion for the report, bug 389593) 24 Oct 2011; Alexandre Rostovtsev (tetromino) rabbitvcs-0.14.1.1.ebuild, rabbitvcs-0.14.2.1.ebuild: Depend on correct slot of pygobject. 07 Jun 2011; Peter Volkov (pva) rabbitvcs-0.14.2.1.ebuild: Update elog message: don't need to run nautilus twice any more, thank Rion for this fix. *rabbitvcs-0.14.2.1 (10 May 2011) 10 May 2011; Michael Weber (xmw) -rabbitvcs-0.13.3.ebuild, rabbitvcs-0.14.1.1.ebuild, +rabbitvcs-0.14.2.1.ebuild: Version bump, fixed RDEPEND (thanks to Rion bug 354319) *rabbitvcs-0.14.1.1 (06 Feb 2011) 06 Feb 2011; Michael Weber (xmw) +rabbitvcs-0.14.1.1.ebuild: Version bump (thanks to Rion <rion4ik@gmail.com> for the ebuild on bug 350686) and added use flag git. *rabbitvcs-0.13.3 (26 Oct 2010) 26 Oct 2010; Michael Weber (xmw) +rabbitvcs-0.13.3.ebuild, +metadata.xml: Initial import, fixes 303221. Thanks to Rion <rion4ik@gmail.com> for the previous versions.
FEHLER
No bugs found
USE-FLAGS
| cli | Eanble console based frontend |
| diff | Use for diff command dev-util/meld |
| gedit | Enable plugin for app-editors/gedit |
| git | Enable plugin for dev-vcs/git |
| nautilus | Enable extension for gnome-base/nautilus |
| spell | Adds dictionary support |
| thunar | Enable extension for xfce-base/thunar |
KOMPILIER-ABHÄNGIGKEITEN
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| sys-apps/sed | Super-useful stream editor |
LAUFZEITABHÄNGIGKEITEN
| app-editors/gedit | A text editor for the GNOME desktop |
| dev-lang/python | Python is an interpreted, interactive, object-oriented programming language. |
| dev-python/configobj | Simple config file reader and writer |
| dev-python/dbus-python | Python bindings for the D-Bus messagebus |
| dev-python/dulwich | Dulwich is a pure-Python implementation of the Git file formats and protocols. |
| dev-python/gnome-vfs-python | Python bindings for the GnomeVFS library |
| dev-python/gtkspell-python | GtkSpell bindings for Python |
| dev-python/nautilus-python | Python bindings for the Nautilus file manager |
| dev-python/pygobject | GLib's GObject library bindings for Python |
| dev-python/pygtk | GTK+2 bindings for Python |
| dev-python/pysvn | Object-oriented python bindings for subversion |
| dev-python/simplejson | Simple, fast, extensible JSON encoder/decoder for Python |
| dev-python/thunarx-python | Python bindings for the Thunar file manager |
| dev-util/meld | A graphical diff and merge tool |
SOURCE CODE
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rabbitvcs/rabbitvcs-0.15.0.5.ebuild,v
1.3 2012/02/05 01:43:47 floppym Exp $
EAPI=4
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit gnome2-utils multilib distutils
DESCRIPTION="Integrated version control support for your desktop"
HOMEPAGE="http://rabbitvcs.org"
SRC_URI="http://rabbitvcs.googlecode.com/files/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cli diff gedit git nautilus spell thunar"
RDEPEND="dev-python/configobj
dev-python/pygobject:2
dev-python/pygtk
dev-python/pysvn
dev-python/simplejson
diff? ( dev-util/meld )
gedit? ( app-editors/gedit )
git? ( dev-python/dulwich )
nautilus? ( >=dev-python/nautilus-python-0.7.0
dev-python/dbus-python
dev-python/gnome-vfs-python )
spell? ( dev-python/gtkspell-python )
thunar? ( dev-python/thunarx-python
dev-python/dbus-python )"
src_prepare() {
python_convert_shebangs -r 2 .
distutils_src_prepare
# we should not do gtk-update-icon-cache from setup script
# we prefer portage for that
sed -e 's/"install"/"fakeinstall"/' -i "${S}/setup.py" || die
}
src_install() {
distutils_src_install
if use cli ; then
dobin clients/cli/${PN}
fi
if use gedit ; then
insinto /usr/$(get_libdir)/gedit-2/plugins
doins clients/gedit/${PN}-plugin.py
doins clients/gedit/${PN}.gedit-plugin
fi
if use nautilus ; then
insinto /usr/$(get_libdir)/nautilus/extensions-2.0/python
doins clients/nautilus/RabbitVCS.py
insinto /usr/$(get_libdir)/nautilus/extensions-3.0/python
doins clients/nautilus-3.0/RabbitVCS.py
fi
if use thunar ; then
insinto "/usr/$(get_libdir)/thunarx-2/python"
doins clients/thunar/RabbitVCS.py
insinto "/usr/$(get_libdir)/thunarx-1/python"
doins clients/thunar/RabbitVCS.py
fi
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
distutils_pkg_postinst
gnome2_icon_cache_update
elog "You should restart file manager to changes take effect:"
use nautilus && elog "\$ nautilus -q"
use thunar && elog "\$ thunar -q && thunar &"
elog ""
elog "Also you should really look at known issues page:"
elog "http://wiki.rabbitvcs.org/wiki/support/known-issues"
}
pkg_postrm() {
distutils_pkg_postrm
gnome2_icon_cache_update
}