diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-22 15:10:39 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-22 15:10:39 +0000 |
commit | 8d082b3c367a4089dce414e29e965949eaf2df19 (patch) | |
tree | 70e3e88aaba1a6c7f19106832a1572c41a121040 /dev-util | |
parent | Stable on alpha, bug #255191 (diff) | |
download | gentoo-2-8d082b3c367a4089dce414e29e965949eaf2df19.tar.gz gentoo-2-8d082b3c367a4089dce414e29e965949eaf2df19.tar.bz2 gentoo-2-8d082b3c367a4089dce414e29e965949eaf2df19.zip |
Version bump.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/tailor/ChangeLog | 9 | ||||
-rw-r--r-- | dev-util/tailor/tailor-0.9.35.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/dev-util/tailor/ChangeLog b/dev-util/tailor/ChangeLog index 50b9f52ed71c..b6546d67a871 100644 --- a/dev-util/tailor/ChangeLog +++ b/dev-util/tailor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/tailor -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.9 2008/03/12 18:58:47 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.10 2009/03/22 15:10:39 nelchael Exp $ + +*tailor-0.9.35 (22 Mar 2009) + + 22 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> +tailor-0.9.35.ebuild: + Version bump. 12 Mar 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Removing Marien Zwart (marienz, #107204) from metadata.xml. diff --git a/dev-util/tailor/tailor-0.9.35.ebuild b/dev-util/tailor/tailor-0.9.35.ebuild new file mode 100644 index 000000000000..80224043b820 --- /dev/null +++ b/dev-util/tailor/tailor-0.9.35.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.35.ebuild,v 1.1 2009/03/22 15:10:39 nelchael 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." +} |