diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-04 05:21:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-04 05:21:46 +0000 |
commit | fa3ce4c19ce9d51ff57bab97e4a4020f6b22094c (patch) | |
tree | c8fb3c946174279044b054dcfe00b450809484ff /app-arch/tob/tob-0.26.ebuild | |
parent | Moved app-arch/pdumpfs to app-backup/pdumpfs (diff) | |
download | historical-fa3ce4c19ce9d51ff57bab97e4a4020f6b22094c.tar.gz historical-fa3ce4c19ce9d51ff57bab97e4a4020f6b22094c.tar.bz2 historical-fa3ce4c19ce9d51ff57bab97e4a4020f6b22094c.zip |
Moved to app-backup/tob.
Diffstat (limited to 'app-arch/tob/tob-0.26.ebuild')
-rw-r--r-- | app-arch/tob/tob-0.26.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/app-arch/tob/tob-0.26.ebuild b/app-arch/tob/tob-0.26.ebuild deleted file mode 100644 index f0ae09d52614..000000000000 --- a/app-arch/tob/tob-0.26.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tob/tob-0.26.ebuild,v 1.5 2005/01/01 11:59:14 eradicator Exp $ - -inherit eutils - -DESCRIPTION="A general driver for making and maintaining backups." -HOMEPAGE="http://tinyplanet.ca/projects/tob/" -SRC_URI="http://tinyplanet.ca/projects/tob/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="app-arch/afio" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-no-maketemp-warn.diff -} - -src_compile() { - # no compilation required, only a perl-script - einfo "No compilation necessary..." -} - -src_install() { - # simply install all the parts into the correct places - dosbin tob || die - dodir /etc/tob/volumes - cp tob.rc ${D}/etc/tob/tob.rc - cp example.* ${D}/etc/tob/volumes - doman tob.8 - dodoc README - docinto doc - dodoc doc/* - docinto sample-rc - dodoc sample-rc/* -} |