summaryrefslogtreecommitdiff
path: root/dev-util/bzr-svn/bzr-svn-0.4.10.ebuild
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-05-21 17:26:38 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-05-21 17:26:38 +0200
commit44f31472a60f0c3ce95bda0803f6ab8bb0b77245 (patch)
treeffdeb4fd71656bd282c8eacfa914850703721eeb /dev-util/bzr-svn/bzr-svn-0.4.10.ebuild
parentfd098818511144dc3ee3f97a9eaf8e5ceb933d4f (diff)
downloadoverlay-44f31472a60f0c3ce95bda0803f6ab8bb0b77245.tar.gz
overlay-44f31472a60f0c3ce95bda0803f6ab8bb0b77245.tar.bz2
overlay-44f31472a60f0c3ce95bda0803f6ab8bb0b77245.zip
Removed bzr-svn
Diffstat (limited to '')
-rw-r--r--dev-util/bzr-svn/bzr-svn-0.4.10.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-util/bzr-svn/bzr-svn-0.4.10.ebuild b/dev-util/bzr-svn/bzr-svn-0.4.10.ebuild
deleted file mode 100644
index 2c24217..0000000
--- a/dev-util/bzr-svn/bzr-svn-0.4.10.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils
-
-DESCRIPTION="Bazaar plugin that adds support for foreign Subversion repositories."
-HOMEPAGE="http://bazaar-vcs.org/BzrForeignBranches/Subversion"
-SRC_URI="http://samba.org/~jelmer/bzr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-util/bzr-1.0_rc1
- || ( >=dev-lang/python-2.5 >=dev-python/pysqlite-2 )
- dev-util/subversion"
-RDEPEND=""
-
-pkg_setup() {
- if ! built_with_use dev-util/subversion python; then
- eerror "${PN} requires the python bindings for dev-util/subversion"
- eerror "(USE=python)"
- die
- fi
- elog "Please make sure that you've installed dev-util/subversion"
- elog "from the same overlay as this ebuild."
-}