summaryrefslogtreecommitdiff
blob: ab4514731c2589dc8d85da2ee8f201dad2ffb60d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/addpatches/addpatches-0.1.ebuild,v 1.3 2002/07/25 12:57:04 seemant Exp $

# Short one-line description of this package.
DESCRIPTION="patch management script."

SLOT="0"
LICENSE="as-is"
KEYWORDS="x86"

RDEPEND="sys-devel/patch"
src_install () {
	dobin ${FILESDIR}/addpatches
}