summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2011-02-25 22:33:58 +0000
committerChristian Faulhammer <fauli@gentoo.org>2011-02-25 22:33:58 +0000
commit3324b99388fe0d54fe7e4874780a09199a19cd20 (patch)
treea5c573a2349a1709e430b16cb5cc267ee6caa983 /dev-vcs/bzr-gtk
parentFix incomplete rdepends and use switches, bug #356317. (diff)
downloadhistorical-3324b99388fe0d54fe7e4874780a09199a19cd20.tar.gz
historical-3324b99388fe0d54fe7e4874780a09199a19cd20.tar.bz2
historical-3324b99388fe0d54fe7e4874780a09199a19cd20.zip
clean up
Package-Manager: portage-2.1.9.40/cvs/Linux i686
Diffstat (limited to 'dev-vcs/bzr-gtk')
-rw-r--r--dev-vcs/bzr-gtk/ChangeLog6
-rw-r--r--dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild47
2 files changed, 5 insertions, 48 deletions
diff --git a/dev-vcs/bzr-gtk/ChangeLog b/dev-vcs/bzr-gtk/ChangeLog
index 02c23a447ff0..f4316a62f105 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.8 2011/01/22 16:29:38 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.9 2011/02/25 22:33:58 fauli Exp $
+
+ 25 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
+ -bzr-gtk-0.98.0.ebuild:
+ clean up
22 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
bzr-gtk-0.99.0.ebuild:
diff --git a/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild b/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild
deleted file mode 100644
index ede59d9284a0..000000000000
--- a/dev-vcs/bzr-gtk/bzr-gtk-0.98.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2010 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.98.0.ebuild,v 1.4 2010/08/12 21:23:05 fauli 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 libnotify nautilus"
-
-DEPEND=">=dev-vcs/bzr-1.6_rc1
- <dev-vcs/bzr-2.2.0
- >=dev-python/pygtk-2.8
- nautilus? ( dev-python/nautilus-python )
- >=dev-python/pycairo-1.0"
-RDEPEND="${DEPEND}
- gnome-keyring? ( dev-python/gnome-keyring-python )
- gpg? ( app-crypt/seahorse )
- sourceview? (
- dev-python/pygtksourceview
- gconf? ( dev-python/gconf-python )
- )"
-
-S="${WORKDIR}/${MY_P}"
-
-#TODO: src_test
-
-src_install() {
- distutils_src_install
-
- if use libnotify; then
- insinto /etc/xdg/autostart
- doins bzr-notify.desktop
- fi
-}