summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2005-10-05 14:58:34 +0000
committerDaniel Drake <dsd@gentoo.org>2005-10-05 14:58:34 +0000
commitdb5fef261f328e579f5c8491d6b2a22733da96aa (patch)
treef1d1da4dc268cd6e4f06eb30c64d3e4865ab97f9 /dev-util/rej/rej-0.16.ebuild
parentfix changelog header; remove useless inherit eutils (diff)
downloadgentoo-2-db5fef261f328e579f5c8491d6b2a22733da96aa.tar.gz
gentoo-2-db5fef261f328e579f5c8491d6b2a22733da96aa.tar.bz2
gentoo-2-db5fef261f328e579f5c8491d6b2a22733da96aa.zip
Version bump, adds a mercucial patch queue tool
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-util/rej/rej-0.16.ebuild')
-rw-r--r--dev-util/rej/rej-0.16.ebuild24
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
+}