diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:08:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-11 13:08:39 +0000 |
commit | 4aae06fb08891e1cac7583e3d8e1252cd2fd8d87 (patch) | |
tree | 06aefcd37313eecda080db3b381cb3fae1603f07 /app-arch/par | |
parent | old (diff) | |
download | historical-4aae06fb08891e1cac7583e3d8e1252cd2fd8d87.tar.gz historical-4aae06fb08891e1cac7583e3d8e1252cd2fd8d87.tar.bz2 historical-4aae06fb08891e1cac7583e3d8e1252cd2fd8d87.zip |
touchups
Diffstat (limited to 'app-arch/par')
-rw-r--r-- | app-arch/par/par-2.0.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-arch/par/par-2.0.3.ebuild b/app-arch/par/par-2.0.3.ebuild index af0537572a7d..10d7cc41dfce 100644 --- a/app-arch/par/par-2.0.3.ebuild +++ b/app-arch/par/par-2.0.3.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-2.0.3.ebuild,v 1.1 2003/09/25 01:31:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/par/par-2.0.3.ebuild,v 1.2 2003/11/11 13:08:39 vapier Exp $ MY_PN="par2cmdline" MY_PV="${PV/2./}" MY_P="${MY_PN}-${MY_PV}" S=${WORKDIR}/${MY_P} -DESCRIPTION="par2 is a PAR-2.0 and PAR-1 compatible file verification and repair tool." -HOMEPAGE="http://parchive.sourceforge.net" +DESCRIPTION="a PAR-2.0 and PAR-1 compatible file verification and repair tool" +HOMEPAGE="http://parchive.sourceforge.net/" SRC_URI="mirror://sourceforge/parchive/${MY_P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="" + DEPEND="" src_compile() { |