diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:49:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 14:49:21 +0000 |
commit | adc7eeb6580d95f70f3810f753609b398d8b7217 (patch) | |
tree | c9ea71405ff187f09cbc900a050064c272ec3fc0 /app-backup/tob | |
parent | Remove old (diff) | |
download | gentoo-2-adc7eeb6580d95f70f3810f753609b398d8b7217.tar.gz gentoo-2-adc7eeb6580d95f70f3810f753609b398d8b7217.tar.bz2 gentoo-2-adc7eeb6580d95f70f3810f753609b398d8b7217.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/tob')
-rw-r--r-- | app-backup/tob/ChangeLog | 5 | ||||
-rw-r--r-- | app-backup/tob/tob-0.26-r1.ebuild | 45 |
2 files changed, 4 insertions, 46 deletions
diff --git a/app-backup/tob/ChangeLog b/app-backup/tob/ChangeLog index 40c1c43733f6..4949c4238c12 100644 --- a/app-backup/tob/ChangeLog +++ b/app-backup/tob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-backup/tob # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/ChangeLog,v 1.10 2012/02/17 10:58:01 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/ChangeLog,v 1.11 2012/05/10 14:49:21 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tob-0.26-r1.ebuild: + Remove old 17 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tob-0.26-r2.ebuild: x86 stable wrt bug #396773 diff --git a/app-backup/tob/tob-0.26-r1.ebuild b/app-backup/tob/tob-0.26-r1.ebuild deleted file mode 100644 index 56c7a6983ff1..000000000000 --- a/app-backup/tob/tob-0.26-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tob/tob-0.26-r1.ebuild,v 1.5 2009/10/12 18:53:51 halcy0n 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="~ppc x86" -IUSE="" - -RDEPEND="app-arch/afio" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-no-maketemp-warn.diff || die - epatch "${FILESDIR}"/${P}-nice.patch || die - epatch "${FILESDIR}"/${P}-scsi-tape.diff || die -} - -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/* - einfo "creating the TOBLISTS directory ..." - dodir /var/lib/tob -} |