diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-05 04:57:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-03-05 04:57:28 +0000 |
commit | 75bce193a1c9dc92b2c2066b2d94181334cd0836 (patch) | |
tree | 862d209c1222906c576f3c1cf4a812a9f0c0f49c /app-arch | |
parent | Added app-arch/dar use flag (dar32, dar64). (diff) | |
download | gentoo-2-75bce193a1c9dc92b2c2066b2d94181334cd0836.tar.gz gentoo-2-75bce193a1c9dc92b2c2066b2d94181334cd0836.tar.bz2 gentoo-2-75bce193a1c9dc92b2c2066b2d94181334cd0836.zip |
Version bumped. Added some USE flags. Bug 82796
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dar/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/dar/dar-2.2.1.ebuild | 48 | ||||
-rw-r--r-- | app-arch/dar/files/digest-dar-2.2.1 | 1 |
3 files changed, 55 insertions, 1 deletions
diff --git a/app-arch/dar/ChangeLog b/app-arch/dar/ChangeLog index e44ae3d0fdbc..b42666611593 100644 --- a/app-arch/dar/ChangeLog +++ b/app-arch/dar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/dar # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/ChangeLog,v 1.25 2005/03/03 17:56:46 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/ChangeLog,v 1.26 2005/03/05 04:57:28 matsuu Exp $ + +*dar-2.2.1 (05 Mar 2005) + + 05 Mar 2005; MATSUU Takuto <matsuu@gentoo.org> +dar-2.2.1.ebuild: + Version bumped. Added some USE flags. Bug 82796 03 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> dar-2.1.5-r1.ebuild, dar-2.1.5.ebuild, dar-2.1.6.ebuild, dar-2.2.0.ebuild: diff --git a/app-arch/dar/dar-2.2.1.ebuild b/app-arch/dar/dar-2.2.1.ebuild new file mode 100644 index 000000000000..9e0c7eefa45d --- /dev/null +++ b/app-arch/dar/dar-2.2.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/dar-2.2.1.ebuild,v 1.1 2005/03/05 04:57:28 matsuu 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" + +DEPEND=">=sys-libs/zlib-1.1.3 + >=app-arch/bzip2-1.0.2 + acl? ( sys-apps/attr )" + +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-arch/dar/files/digest-dar-2.2.1 b/app-arch/dar/files/digest-dar-2.2.1 new file mode 100644 index 000000000000..ae6c11b1354f --- /dev/null +++ b/app-arch/dar/files/digest-dar-2.2.1 @@ -0,0 +1 @@ +MD5 498e7db7622081c1d4b5fbb42be7134c dar-2.2.1.tar.gz 1010560 |