diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-24 22:32:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-24 22:32:09 +0000 |
commit | 9484da26ad721ed36d41af8d64fd380eb32b2417 (patch) | |
tree | 01d031dfcb618deaaeb6fa29d2f2d0250d31d274 /app-arch/flexbackup | |
parent | Version bumped. (diff) | |
download | gentoo-2-9484da26ad721ed36d41af8d64fd380eb32b2417.tar.gz gentoo-2-9484da26ad721ed36d41af8d64fd380eb32b2417.tar.bz2 gentoo-2-9484da26ad721ed36d41af8d64fd380eb32b2417.zip |
cleanup
Diffstat (limited to 'app-arch/flexbackup')
-rw-r--r-- | app-arch/flexbackup/Manifest | 4 | ||||
-rw-r--r-- | app-arch/flexbackup/files/digest-flexbackup-1.0.3 | 1 | ||||
-rw-r--r-- | app-arch/flexbackup/files/digest-flexbackup-1.1.6 | 1 | ||||
-rw-r--r-- | app-arch/flexbackup/flexbackup-1.0.3.ebuild | 50 | ||||
-rw-r--r-- | app-arch/flexbackup/flexbackup-1.1.6.ebuild | 50 |
5 files changed, 0 insertions, 106 deletions
diff --git a/app-arch/flexbackup/Manifest b/app-arch/flexbackup/Manifest index 09694665d6dd..5d4590ffeb6d 100644 --- a/app-arch/flexbackup/Manifest +++ b/app-arch/flexbackup/Manifest @@ -1,10 +1,6 @@ MD5 df29a45825f62b77d5cdc33e1b53bdda ChangeLog 735 -MD5 0fea23b8012bfb938510fb015e81b591 flexbackup-1.0.3.ebuild 1287 -MD5 4ddc6ac0d5f66e4976037615ae25d6db flexbackup-1.1.6.ebuild 1287 MD5 0aa6be6b1a9a7263c769bb2f751a9267 flexbackup-1.0.4.ebuild 1004 MD5 781ed6589b3f05a5a6f376a75ebc9493 flexbackup-1.1.7.ebuild 1004 MD5 14858ea6950835f29fa80e2921940b3b files/Makefile-gentoo.diff 397 -MD5 9c399ba0be754b014304d901ba40199b files/digest-flexbackup-1.0.3 67 -MD5 2cb23054a60bcebe909357d8528ae390 files/digest-flexbackup-1.1.6 67 MD5 701987d391853039eee87510305380df files/digest-flexbackup-1.0.4 67 MD5 30aa0d7b4628d105aae4e27c7e5444d6 files/digest-flexbackup-1.1.7 67 diff --git a/app-arch/flexbackup/files/digest-flexbackup-1.0.3 b/app-arch/flexbackup/files/digest-flexbackup-1.0.3 deleted file mode 100644 index e2383a32dfeb..000000000000 --- a/app-arch/flexbackup/files/digest-flexbackup-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 974bb2b7bde791c2aca87a1bf272010b flexbackup-1.0.3.tar.gz 59738 diff --git a/app-arch/flexbackup/files/digest-flexbackup-1.1.6 b/app-arch/flexbackup/files/digest-flexbackup-1.1.6 deleted file mode 100644 index b3e389cb4761..000000000000 --- a/app-arch/flexbackup/files/digest-flexbackup-1.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 13bd9ecaff30b8ed1149017d1581335a flexbackup-1.1.6.tar.gz 61198 diff --git a/app-arch/flexbackup/flexbackup-1.0.3.ebuild b/app-arch/flexbackup/flexbackup-1.0.3.ebuild deleted file mode 100644 index 1ee148c5b7f0..000000000000 --- a/app-arch/flexbackup/flexbackup-1.0.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.0.3.ebuild,v 1.1 2003/04/16 12:25:49 mholzer Exp $ - -inherit eutils - -S="${WORKDIR}/${P}" -DESCRIPTION="Flexible backup script using perl" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://flexbackup.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -DEPEND="virtual/glibc" -RDEPEND="app-arch/afio - app-arch/mt-st - app-arch/dump - sys-apps/findutils - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - epatch ${FILESDIR}/Makefile-gentoo.diff - # emake (previously known as pmake) is a script that calls the - # standard GNU make with parallel building options for speedier - # builds (especially on SMP systems). Try emake first. It might - # not work for some packages, in which case you'll have to resort - # to normal "make". - emake || die - #make || die -} - -src_install() { - dodir /etc - dodir /usr/bin - make DESTDIR=${D} install || die - dodoc CHANGES COPYING CREDITS FAQ INSTALL README TODO -} - -pkg_postinst() { - einfo "" - einfo "now edit your /etc/${PN}.conf" - einfo "if you are using devfs, the tape device" - einfo "should be set to /dev/tapes/tape0/mtn" - einfo "" -} diff --git a/app-arch/flexbackup/flexbackup-1.1.6.ebuild b/app-arch/flexbackup/flexbackup-1.1.6.ebuild deleted file mode 100644 index 434022b1ffd1..000000000000 --- a/app-arch/flexbackup/flexbackup-1.1.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License -# $Header: /var/cvsroot/gentoo-x86/app-arch/flexbackup/flexbackup-1.1.6.ebuild,v 1.1 2003/04/16 12:25:49 mholzer Exp $ - -inherit eutils - -S="${WORKDIR}/${P}" -DESCRIPTION="Flexible backup script using perl" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://flexbackup.sourceforge.net/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -DEPEND="virtual/glibc" -RDEPEND="app-arch/afio - app-arch/mt-st - app-arch/dump - sys-apps/findutils - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - epatch ${FILESDIR}/Makefile-gentoo.diff - # emake (previously known as pmake) is a script that calls the - # standard GNU make with parallel building options for speedier - # builds (especially on SMP systems). Try emake first. It might - # not work for some packages, in which case you'll have to resort - # to normal "make". - emake || die - #make || die -} - -src_install() { - dodir /etc - dodir /usr/bin - make DESTDIR=${D} install || die - dodoc CHANGES COPYING CREDITS FAQ INSTALL README TODO -} - -pkg_postinst() { - einfo "" - einfo "now edit your /etc/${PN}.conf" - einfo "if you are using devfs, the tape device" - einfo "should be set to /dev/tapes/tape0/mtn" - einfo "" -} |