diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 12:57:05 +0000 |
commit | 56fe3d211b309d22875df48a5dfacab9582a5187 (patch) | |
tree | f1c738ae329f00bfd0c636ac4b46970d42e99cf9 /app-admin/addpatches | |
parent | version bump and cleanup of stuff (diff) | |
download | historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.gz historical-56fe3d211b309d22875df48a5dfacab9582a5187.tar.bz2 historical-56fe3d211b309d22875df48a5dfacab9582a5187.zip |
repoman'd
Diffstat (limited to 'app-admin/addpatches')
-rw-r--r-- | app-admin/addpatches/addpatches-0.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/addpatches/addpatches-0.1.ebuild b/app-admin/addpatches/addpatches-0.1.ebuild index 2454eb82ed08..ab4514731c25 100644 --- a/app-admin/addpatches/addpatches-0.1.ebuild +++ b/app-admin/addpatches/addpatches-0.1.ebuild @@ -1,11 +1,14 @@ # 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 $ +# $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 |