summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2007-02-16 15:44:35 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2007-02-16 15:44:35 +0000
commitc881312a7db9b825554040040674782c834487d1 (patch)
tree06159cd22e0a9d73bb773f36dcc56a69a8fd67a9 /app-backup
parentDepend on a newer version of flex as it's needed with the patched qmake parse... (diff)
downloadgentoo-2-c881312a7db9b825554040040674782c834487d1.tar.gz
gentoo-2-c881312a7db9b825554040040674782c834487d1.tar.bz2
gentoo-2-c881312a7db9b825554040040674782c834487d1.zip
Removed old version.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/dar/dar-2.3.1.ebuild54
-rw-r--r--app-backup/dar/files/digest-dar-2.3.13
2 files changed, 0 insertions, 57 deletions
diff --git a/app-backup/dar/dar-2.3.1.ebuild b/app-backup/dar/dar-2.3.1.ebuild
deleted file mode 100644
index a0c5bf0cfc3a..000000000000
--- a/app-backup/dar/dar-2.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.1.ebuild,v 1.3 2006/11/03 04:15:11 matsuu Exp $
-
-inherit flag-o-matic
-
-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="4"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-#IUSE="acl dar32 dar64 doc examples nls ssl"
-IUSE="acl dar32 dar64 doc nls ssl"
-
-DEPEND=">=sys-libs/zlib-1.2.3
- >=app-arch/bzip2-1.0.2
- acl? ( sys-apps/attr )
- doc? ( app-doc/doxygen )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )"
-
-pkg_setup() {
- if use dar32 && use dar64 ; then
- eerror "dar32 and dar64 cannot be enabled together."
- eerror "Please remove one of them and try the emerge again."
- die "Please remove dar32 or dar64."
- fi
-}
-
-src_compile() {
- local myconf="--disable-upx"
-
- # Bug 103741
- filter-flags -fomit-frame-pointer
-
- use acl || myconf="${myconf} --disable-ea-support"
- use dar32 && myconf="${myconf} --enable-mode=32"
- use dar64 && myconf="${myconf} --enable-mode=64"
- use doc || myconf="${myconf} --disable-build-html"
- # use examples && myconf="${myconf} --enable-examples"
- use nls || myconf="${myconf} --disable-nls"
- use ssl || myconf="${myconf} --disable-libcrypto-linking"
-
- econf ${myconf} || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" pkgdatadir=/usr/share/doc/${PF}/html install || die
-
- dodoc AUTHORS ChangeLog NEWS README THANKS TODO
-}
diff --git a/app-backup/dar/files/digest-dar-2.3.1 b/app-backup/dar/files/digest-dar-2.3.1
deleted file mode 100644
index ab3cef6e3f94..000000000000
--- a/app-backup/dar/files/digest-dar-2.3.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cdeb693c9c4a0adcdb39da67e0067d38 dar-2.3.1.tar.gz 1143999
-RMD160 168b04344de12fef53cafae2ea193ab49fbac179 dar-2.3.1.tar.gz 1143999
-SHA256 4af20830b18662566b3f07d6e8da41d3503b77b860563f61c6e0c4a1a71f0b67 dar-2.3.1.tar.gz 1143999