diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-10-05 14:58:34 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-10-05 14:58:34 +0000 |
commit | 9e1a983a6f40415fb3253a8e716d8b3b70760cb4 (patch) | |
tree | b6819ee605f8665de5f47005110c8050e661559a /dev-util/rej/rej-0.16.ebuild | |
parent | fix changelog header; remove useless inherit eutils (diff) | |
download | historical-9e1a983a6f40415fb3253a8e716d8b3b70760cb4.tar.gz historical-9e1a983a6f40415fb3253a8e716d8b3b70760cb4.tar.bz2 historical-9e1a983a6f40415fb3253a8e716d8b3b70760cb4.zip |
Version bump, adds a mercucial patch queue tool
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'dev-util/rej/rej-0.16.ebuild')
-rw-r--r-- | dev-util/rej/rej-0.16.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/rej/rej-0.16.ebuild b/dev-util/rej/rej-0.16.ebuild new file mode 100644 index 000000000000..7385b9c7dcef --- /dev/null +++ b/dev-util/rej/rej-0.16.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rej/rej-0.16.ebuild,v 1.1 2005/10/05 14:58:33 dsd Exp $ + +DESCRIPTION="A utility for solving diff/patch rejects" +HOMEPAGE="http://ftp.suse.com/pub/people/mason/rej/" +SRC_URI="http://ftp.suse.com/pub/people/mason/rej/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +DEPEND="" +RDEPEND="dev-lang/perl" + +src_compile() { + echo +} + +src_install() { + dobin rej qp mp + dodoc CHANGELOG README vimrc +} |