summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-07-25 23:13:55 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-07-25 23:13:55 +0000
commite9dbc4ebafbc112b74faed04619aefc5757a6e4e (patch)
treebb7b5a02788957dc0620290c3de0b032f3014144 /app-backup/dar
parentVersion bump. rawdog-1.12 marked stable on x86. (diff)
downloadgentoo-2-e9dbc4ebafbc112b74faed04619aefc5757a6e4e.tar.gz
gentoo-2-e9dbc4ebafbc112b74faed04619aefc5757a6e4e.tar.bz2
gentoo-2-e9dbc4ebafbc112b74faed04619aefc5757a6e4e.zip
Removed old versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-backup/dar')
-rw-r--r--app-backup/dar/dar-2.1.5-r1.ebuild51
-rw-r--r--app-backup/dar/dar-2.2.0.ebuild51
-rw-r--r--app-backup/dar/dar-2.2.1.ebuild52
-rw-r--r--app-backup/dar/files/digest-dar-2.1.5-r11
-rw-r--r--app-backup/dar/files/digest-dar-2.2.01
-rw-r--r--app-backup/dar/files/digest-dar-2.2.11
6 files changed, 0 insertions, 157 deletions
diff --git a/app-backup/dar/dar-2.1.5-r1.ebuild b/app-backup/dar/dar-2.1.5-r1.ebuild
deleted file mode 100644
index 49def046209c..000000000000
--- a/app-backup/dar/dar-2.1.5-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.1.5-r1.ebuild,v 1.1 2005/07/04 07:05:15 robbat2 Exp $
-
-inherit flag-o-matic libtool
-
-DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)"
-HOMEPAGE="http://dar.linux.free.fr/"
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc amd64"
-IUSE="acl"
-
-RDEPEND=">=sys-libs/zlib-1.1.3
- >=app-arch/bzip2-1.0.2
- acl? ( sys-apps/attr )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.59"
-
-src_unpack() {
- unpack ${A}
- # fix build on amd64
- cd ${S}
- einfo "Running autoreconf..."
- autoreconf
- einfo "Running libtoolize..."
- elibtoolize
- # Bug 75047.
- libtoolize --copy --force || die
-}
-
-src_compile() {
- local myconf="--disable-upx"
-
- use acl && myconf="${myconf} --enable-ea-support"
-
- # Replace -O[3-9] flags; because dar-2.1.0 could not compile.
- replace-flags -O[3-9] -O2
- filter-flags "-fno-default-inline"
-
- econf ${myconf} || die
- make || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
-}
diff --git a/app-backup/dar/dar-2.2.0.ebuild b/app-backup/dar/dar-2.2.0.ebuild
deleted file mode 100644
index 2d9573429d75..000000000000
--- a/app-backup/dar/dar-2.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.2.0.ebuild,v 1.2 2005/07/09 15:32:55 swegener Exp $
-
-inherit flag-o-matic libtool
-
-DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)"
-HOMEPAGE="http://dar.linux.free.fr/"
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
-IUSE="acl"
-
-RDEPEND=">=sys-libs/zlib-1.1.3
- >=app-arch/bzip2-1.0.2
- acl? ( sys-apps/attr )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.59"
-
-src_unpack() {
- unpack ${A}
- # fix build on amd64
- cd ${S}
- einfo "Running autoreconf..."
- autoreconf
- einfo "Running libtoolize..."
- elibtoolize
- # Bug 75047.
- libtoolize --copy --force || die
-}
-
-src_compile() {
- local myconf="--disable-upx"
-
- use acl && myconf="${myconf} --enable-ea-support"
-
- # Replace -O[3-9] flags; because dar-2.1.0 could not compile.
- replace-flags -O[3-9] -O2
- filter-flags "-fno-default-inline"
-
- econf ${myconf} || die
- emake -j1 || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
-}
diff --git a/app-backup/dar/dar-2.2.1.ebuild b/app-backup/dar/dar-2.2.1.ebuild
deleted file mode 100644
index b7cf06880112..000000000000
--- a/app-backup/dar/dar-2.2.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.2.1.ebuild,v 1.1 2005/07/04 07:05:15 robbat2 Exp $
-
-inherit flag-o-matic libtool
-
-DESCRIPTION="A full featured backup tool, aimed for disks (floppy,CDR(W),DVDR(W),zip,jazz etc.)"
-HOMEPAGE="http://dar.linux.free.fr/"
-SRC_URI="mirror://sourceforge/dar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~amd64"
-IUSE="acl dar32 dar64 nls static"
-
-RDEPEND=">=sys-libs/zlib-1.1.3
- >=app-arch/bzip2-1.0.2
- acl? ( sys-apps/attr )
- nls? ( sys-devel/gettext )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/autoconf-2.59"
-
-src_unpack() {
- unpack ${A}
- # fix build on amd64
- cd ${S}
- einfo "Running autoreconf..."
- autoreconf || die
- einfo "Running libtoolize..."
- elibtoolize
- # Bug 75047.
- libtoolize --copy --force || die
-}
-
-src_compile() {
- local myconf="--disable-upx"
-
- use acl && myconf="${myconf} --enable-ea-support"
- use dar32 && myconf="${myconf} --enable-mode=32"
- use dar64 && myconf="${myconf} --enable-mode=64"
- use nls || myconf="${myconf} --disable-nls"
- use static || myconf="${myconf} --enable-static=no --disable-dar-static"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README THANKS TODO
-}
diff --git a/app-backup/dar/files/digest-dar-2.1.5-r1 b/app-backup/dar/files/digest-dar-2.1.5-r1
deleted file mode 100644
index 6c54ed0e1006..000000000000
--- a/app-backup/dar/files/digest-dar-2.1.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 897c9dbc6d353a5e021f34dd3ef53813 dar-2.1.5.tar.gz 652534
diff --git a/app-backup/dar/files/digest-dar-2.2.0 b/app-backup/dar/files/digest-dar-2.2.0
deleted file mode 100644
index 2e8a7714429c..000000000000
--- a/app-backup/dar/files/digest-dar-2.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d7bdec2b4abd4bdc550f556ace3b9ec8 dar-2.2.0.tar.gz 1012947
diff --git a/app-backup/dar/files/digest-dar-2.2.1 b/app-backup/dar/files/digest-dar-2.2.1
deleted file mode 100644
index ae6c11b1354f..000000000000
--- a/app-backup/dar/files/digest-dar-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 498e7db7622081c1d4b5fbb42be7134c dar-2.2.1.tar.gz 1010560