diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-14 08:24:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-11-14 08:24:51 +0000 |
commit | ff8877763acdab0328b7c0dfdb33022ff0277b71 (patch) | |
tree | 38146b5458f563f7653486ee9f71b303848023b3 /dev-util/tailor | |
parent | Stable on amd64, bug #197313. (diff) | |
download | gentoo-2-ff8877763acdab0328b7c0dfdb33022ff0277b71.tar.gz gentoo-2-ff8877763acdab0328b7c0dfdb33022ff0277b71.tar.bz2 gentoo-2-ff8877763acdab0328b7c0dfdb33022ff0277b71.zip |
Version bump.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-util/tailor')
-rw-r--r-- | dev-util/tailor/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/tailor/files/digest-tailor-0.9.30 | 3 | ||||
-rw-r--r-- | dev-util/tailor/tailor-0.9.30.ebuild | 27 |
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-util/tailor/ChangeLog b/dev-util/tailor/ChangeLog index c537acfad03d..138ae5ad53f3 100644 --- a/dev-util/tailor/ChangeLog +++ b/dev-util/tailor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/tailor # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.7 2007/10/28 21:04:23 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.8 2007/11/14 08:24:51 robbat2 Exp $ + +*tailor-0.9.30 (14 Nov 2007) + + 14 Nov 2007; Robin H. Johnson <robbat2@gentoo.org> +tailor-0.9.30.ebuild: + Version bump. *tailor-0.9.29-r1 (28 Oct 2007) diff --git a/dev-util/tailor/files/digest-tailor-0.9.30 b/dev-util/tailor/files/digest-tailor-0.9.30 new file mode 100644 index 000000000000..9074c262cd9c --- /dev/null +++ b/dev-util/tailor/files/digest-tailor-0.9.30 @@ -0,0 +1,3 @@ +MD5 ae4558c677238be0f0c1db832690c67f tailor-0.9.30.tar.gz 210757 +RMD160 e58110ff2e9b06a7890340e019d73961e0357f42 tailor-0.9.30.tar.gz 210757 +SHA256 ebfb4c17a1d737b12d9962c391aa2c8868d3d3fe0e3ee7f909682e8362db6862 tailor-0.9.30.tar.gz 210757 diff --git a/dev-util/tailor/tailor-0.9.30.ebuild b/dev-util/tailor/tailor-0.9.30.ebuild new file mode 100644 index 000000000000..1be01b336d13 --- /dev/null +++ b/dev-util/tailor/tailor-0.9.30.ebuild @@ -0,0 +1,27 @@ +# 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." +} |