summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-29 07:18:05 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-06-29 07:18:05 +0000
commitdac4ef894b68273697b7d532a5eeef60c56dc36c (patch)
tree920d93f665042a8e4d77bbeeaf54b7a743c00138 /dev-util/tailor
parentStable on amd64 wrt bug #323729 (diff)
downloadhistorical-dac4ef894b68273697b7d532a5eeef60c56dc36c.tar.gz
historical-dac4ef894b68273697b7d532a5eeef60c56dc36c.tar.bz2
historical-dac4ef894b68273697b7d532a5eeef60c56dc36c.zip
Delete older ebuilds.
Diffstat (limited to 'dev-util/tailor')
-rw-r--r--dev-util/tailor/files/tailor-0.9.29-compare_trees.patch10
-rw-r--r--dev-util/tailor/tailor-0.9.29-r1.ebuild27
-rw-r--r--dev-util/tailor/tailor-0.9.30.ebuild27
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-util/tailor/files/tailor-0.9.29-compare_trees.patch b/dev-util/tailor/files/tailor-0.9.29-compare_trees.patch
deleted file mode 100644
index 00d56f8d9b81..000000000000
--- a/dev-util/tailor/files/tailor-0.9.29-compare_trees.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- vcpx/repository/bzr.py 2007-07-10 19:49:12.000000000 +0300
-+++ vcpx/repository/bzr.py 2007-10-28 22:40:06.000000000 +0200
-@@ -22,7 +22,6 @@
- from bzrlib import errors
- from bzrlib.add import smart_add_tree
- from bzrlib.bzrdir import BzrDir
--from bzrlib.delta import compare_trees
- from bzrlib.osutils import normpath, pathjoin
- from bzrlib.plugin import load_plugins
-
diff --git a/dev-util/tailor/tailor-0.9.29-r1.ebuild b/dev-util/tailor/tailor-0.9.29-r1.ebuild
deleted file mode 100644
index 25b47c0d8297..000000000000
--- a/dev-util/tailor/tailor-0.9.29-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.29-r1.ebuild,v 1.1 2007/10/28 21:04:23 hawking Exp $
-
-NEED_PYTHON=2.4
-
-inherit eutils distutils
-
-DESCRIPTION="A tool to migrate changesets between version control systems."
-HOMEPAGE="http://wiki.darcs.net/index.html/Tailor"
-SRC_URI="http://darcs.arstecnica.it/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PYTHON_MODNAME="vcpx"
-
-src_unpack() {
- distutils_src_unpack
-
- epatch "${FILESDIR}/${P}-compare_trees.patch"
-}
diff --git a/dev-util/tailor/tailor-0.9.30.ebuild b/dev-util/tailor/tailor-0.9.30.ebuild
deleted file mode 100644
index 1be01b336d13..000000000000
--- a/dev-util/tailor/tailor-0.9.30.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.30.ebuild,v 1.1 2007/11/14 08:24:51 robbat2 Exp $
-
-NEED_PYTHON=2.4
-
-inherit distutils
-
-DESCRIPTION="A tool to migrate changesets between version control systems."
-HOMEPAGE="http://wiki.darcs.net/index.html/Tailor"
-SRC_URI="http://darcs.arstecnica.it/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc ~x86-fbsd"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PYTHON_MODNAME="vcpx"
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog "Tailor does not explicitly depend on any other VCS."
- elog "You should emerge whatever VCS(s) that you want to use seperately."
-}