diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-08-27 17:58:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-08-27 17:58:12 +0000 |
commit | bc1032937a908577ac7de323fbf00b1f9345584e (patch) | |
tree | 9a6c8176d5c56e7e4db0c53280ab51b0df7c8ad3 /app-backup | |
parent | Fixed description. (diff) | |
download | gentoo-2-bc1032937a908577ac7de323fbf00b1f9345584e.tar.gz gentoo-2-bc1032937a908577ac7de323fbf00b1f9345584e.tar.bz2 gentoo-2-bc1032937a908577ac7de323fbf00b1f9345584e.zip |
Remove old versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/flexbackup/ChangeLog | 7 | ||||
-rw-r--r-- | app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild | 50 | ||||
-rw-r--r-- | app-backup/flexbackup/flexbackup-1.2.1-r5.ebuild | 53 | ||||
-rw-r--r-- | app-backup/flexbackup/flexbackup-1.2.1-r6.ebuild | 59 |
4 files changed, 6 insertions, 163 deletions
diff --git a/app-backup/flexbackup/ChangeLog b/app-backup/flexbackup/ChangeLog index b385b5fe2b26..4d1005adf927 100644 --- a/app-backup/flexbackup/ChangeLog +++ b/app-backup/flexbackup/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-backup/flexbackup # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.21 2008/03/22 06:21:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/ChangeLog,v 1.22 2008/08/27 17:58:12 graaff Exp $ + + 27 Aug 2008; Hans de Graaff <graaff@gentoo.org> + -flexbackup-1.2.1-r2.ebuild, -flexbackup-1.2.1-r5.ebuild, + -flexbackup-1.2.1-r6.ebuild: + Remove old versions 22 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: List myself as maintainer since I'm using this on several machines. diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild deleted file mode 100644 index cd323bdbeabb..000000000000 --- a/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r2.ebuild,v 1.6 2007/03/12 18:28:43 armin76 Exp $ - -inherit eutils - -DESCRIPTION="Flexible backup script using perl" -HOMEPAGE="http://flexbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc x86" -IUSE="" - -RDEPEND="dev-lang/perl - sys-apps/findutils - app-arch/tar - app-arch/mt-st" - -src_unpack() { - unpack ${A} - cd "${S}" - #Substituting out this patch for bug #116510 -# epatch "${FILESDIR}"/${P}-CAN-2005-2965.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-secure-tempfile.patch - - sed -i \ - -e '/^\$type = /s:afio:tar:' \ - -e "/^\$buffer = /s:'buffer':'false':" \ - flexbackup.conf || die -} - -src_install() { - dodir /etc /usr/bin /usr/share/man/man{1,5} - make install \ - PREFIX="${D}"/usr \ - CONFFILE="${D}"/etc/flexbackup.conf \ - || die - - dodoc CHANGES CREDITS INSTALL README TODO - dohtml faq.html -} - -pkg_postinst() { - elog "Please edit your /etc/flexbackup.conf file to suit your" - elog "needs. If you are using devfs, the tape device should" - elog "be set to /dev/tapes/tape0/mtn. If you need to use any" - elog "archiver other than tar, please emerge it separately." -} diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r5.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r5.ebuild deleted file mode 100644 index 18698024a214..000000000000 --- a/app-backup/flexbackup/flexbackup-1.2.1-r5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r5.ebuild,v 1.1 2007/05/12 08:33:02 genstef Exp $ - -inherit eutils - -DESCRIPTION="Flexible backup script using perl" -HOMEPAGE="http://flexbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -RDEPEND="app-arch/mt-st" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/flexbackup-1.2.1-lzma.patch - #Substituting out this patch for bug #116510 -# epatch "${FILESDIR}"/${P}-CAN-2005-2965.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-secure-tempfile.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-bash.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-mbuffer-switch.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-remote-bufftest.patch - epatch "${FILESDIR}"/flexbackup-1.2.1-prune.patch - - sed -i \ - -e '/^\$type = /s:afio:tar:' \ - -e "/^\$buffer = /s:'buffer':'false':" \ - flexbackup.conf || die -} - -src_install() { - dodir /etc /usr/bin /usr/share/man/man{1,5} - emake install \ - PREFIX="${D}"/usr \ - CONFFILE="${D}"/etc/flexbackup.conf \ - || die "emake install failed" - - dodoc CHANGES CREDITS INSTALL README TODO - dohtml faq.html -} - -pkg_postinst() { - elog "Please edit your /etc/flexbackup.conf file to suit your" - elog "needs. If you are using devfs, the tape device should" - elog "be set to /dev/tapes/tape0/mtn. If you need to use any" - elog "archiver other than tar, please emerge it separately." -} diff --git a/app-backup/flexbackup/flexbackup-1.2.1-r6.ebuild b/app-backup/flexbackup/flexbackup-1.2.1-r6.ebuild deleted file mode 100644 index 666a29564c98..000000000000 --- a/app-backup/flexbackup/flexbackup-1.2.1-r6.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/flexbackup/flexbackup-1.2.1-r6.ebuild,v 1.1 2007/07/24 07:10:12 genstef Exp $ - -inherit eutils versionator - -DESCRIPTION="Flexible backup script using perl" -HOMEPAGE="http://flexbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -RDEPEND="app-arch/mt-st" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-lzma.patch - epatch "${FILESDIR}"/${P}-secure-tempfile.patch - epatch "${FILESDIR}"/${P}-bash.patch - epatch "${FILESDIR}"/${P}-mbuffer-switch.patch - epatch "${FILESDIR}"/${P}-remote-bufftest.patch - epatch "${FILESDIR}"/${P}-prune.patch - epatch "${FILESDIR}"/${P}-spaces-in-filenames.patch - - sed -i \ - -e '/^\$type = /s:afio:tar:' \ - -e "/^\$buffer = /s:'buffer':'false':" \ - flexbackup.conf \ - || die "Failed to set modified configuration defaults." - - MY_PV=$(replace_all_version_separators '_') - sed -i \ - -e "/^[[:blank:]]*my \$ver = /s:${MY_PV}:&-${PR}:" \ - flexbackup \ - || die "Failed to apply ebuild revision to internal version string." -} - -src_install() { - dodir /etc /usr/bin /usr/share/man/man{1,5} - emake install \ - PREFIX="${D}"/usr \ - CONFFILE="${D}"/etc/flexbackup.conf \ - || die "emake install failed" - - dodoc CHANGES CREDITS README TODO - dohtml faq.html -} - -pkg_postinst() { - elog "Please edit your /etc/flexbackup.conf file to suit your" - elog "needs. If you are using devfs, the tape device should" - elog "be set to /dev/tapes/tape0/mtn. If you need to use any" - elog "archiver other than tar, please emerge it separately." -} |