summaryrefslogtreecommitdiff
blob: 2454eb82ed0815a28bdac32d48c5fa59275b3f60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.2 2002/07/11 06:30:08 drobbins Exp $

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

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