diff options
author | 2003-10-21 15:53:24 +0000 | |
---|---|---|
committer | 2003-10-21 15:53:24 +0000 | |
commit | 58d3fc05657dc32a90adaaad5c479d9ba442e9dc (patch) | |
tree | 7c5590e532a32251f046c2d79e189534667dc1e4 /app-arch/flexbackup/flexbackup-1.2.1.ebuild | |
parent | RESTRICT="nomirror" (diff) | |
download | historical-58d3fc05657dc32a90adaaad5c479d9ba442e9dc.tar.gz historical-58d3fc05657dc32a90adaaad5c479d9ba442e9dc.tar.bz2 historical-58d3fc05657dc32a90adaaad5c479d9ba442e9dc.zip |
adding RESTRICT="nomirror"
Diffstat (limited to 'app-arch/flexbackup/flexbackup-1.2.1.ebuild')
-rw-r--r-- | app-arch/flexbackup/flexbackup-1.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/flexbackup/flexbackup-1.2.1.ebuild b/app-arch/flexbackup/flexbackup-1.2.1.ebuild index d65eec4c31b0..c246276a73d7 100644 --- a/app-arch/flexbackup/flexbackup-1.2.1.ebuild +++ b/app-arch/flexbackup/flexbackup-1.2.1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.1.ebuild,v 1.1 2003/10/12 05:12:48 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.2.1.ebuild,v 1.2 2003/10/21 15:53:19 mholzer Exp $ DESCRIPTION="Flexible backup script using perl." HOMEPAGE="http://flexbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/flexbackup/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" @@ -36,5 +37,4 @@ pkg_postinst() { einfo "needs. If you are using devfs, the tape device should" einfo "be set to /dev/tapes/tape0/mtn. If you need to use any" einfo "archiver other than tar, please emerge it separately." - echo } |