diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2005-11-26 05:54:48 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2005-11-26 05:54:48 +0000 |
commit | a1e2532689be314a4e7c891237eeaff3fd26ef0b (patch) | |
tree | 326d69a95cebf3be7e5cdc1b5ea92b9cc5af3096 /app-backup | |
parent | stable on ppc64:x (diff) | |
download | gentoo-2-a1e2532689be314a4e7c891237eeaff3fd26ef0b.tar.gz gentoo-2-a1e2532689be314a4e7c891237eeaff3fd26ef0b.tar.bz2 gentoo-2-a1e2532689be314a4e7c891237eeaff3fd26ef0b.zip |
Version bumped, Bug 13282.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/dar/ChangeLog | 7 | ||||
-rw-r--r-- | app-backup/dar/Manifest | 4 | ||||
-rw-r--r-- | app-backup/dar/dar-2.2.4.ebuild | 40 | ||||
-rw-r--r-- | app-backup/dar/files/digest-dar-2.2.4 | 1 |
4 files changed, 50 insertions, 2 deletions
diff --git a/app-backup/dar/ChangeLog b/app-backup/dar/ChangeLog index ffc791cc79b5..4d5f4d276893 100644 --- a/app-backup/dar/ChangeLog +++ b/app-backup/dar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-backup/dar # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.9 2005/10/15 11:37:24 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.10 2005/11/26 05:54:48 matsuu Exp $ + +*dar-2.2.4 (26 Nov 2005) + + 26 Nov 2005; MATSUU Takuto <matsuu@gentoo.org> +dar-2.2.4.ebuild: + Version bumped, Bug 113282 *dar-2.2.3 (15 Oct 2005) diff --git a/app-backup/dar/Manifest b/app-backup/dar/Manifest index 4188c304f114..7d5560891d20 100644 --- a/app-backup/dar/Manifest +++ b/app-backup/dar/Manifest @@ -1,8 +1,10 @@ MD5 26d34c219873dbdfb17aa9e34f1dd059 dar-2.1.6.ebuild 1201 +MD5 dbbf0d7df46edad5bed2b5dca4f61536 dar-2.2.4.ebuild 1145 MD5 dbbf0d7df46edad5bed2b5dca4f61536 dar-2.2.3.ebuild 1145 MD5 2c2e07921cdc827bb7a64dd8cbcfd6f1 dar-2.2.2.ebuild 1141 -MD5 62b5d75bb315ba596c92f26d6ee1acf0 ChangeLog 4912 +MD5 21d0ed09593da56fe237effa2b2ae57c ChangeLog 5036 MD5 ae8f2b13b9e79b5760aa8c08f84bebe8 metadata.xml 468 MD5 386d1068d568e85b87309a279da188c4 files/digest-dar-2.1.6 61 MD5 a08cb65f15e68f63e8ad0d30f060d3d2 files/digest-dar-2.2.2 62 MD5 215cc41777cf38cbd5e8973467199fee files/digest-dar-2.2.3 62 +MD5 9ec92eb91a511d72b956660cc7df1316 files/digest-dar-2.2.4 62 diff --git a/app-backup/dar/dar-2.2.4.ebuild b/app-backup/dar/dar-2.2.4.ebuild new file mode 100644 index 000000000000..eba8f4c6d5f3 --- /dev/null +++ b/app-backup/dar/dar-2.2.4.ebuild @@ -0,0 +1,40 @@ +# 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.4.ebuild,v 1.1 2005/11/26 05:54:48 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="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="acl dar32 dar64 nls static" + +DEPEND=">=sys-libs/zlib-1.2.3 + >=app-arch/bzip2-1.0.2 + acl? ( sys-apps/attr ) + nls? ( sys-devel/gettext )" + +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 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.2.4 b/app-backup/dar/files/digest-dar-2.2.4 new file mode 100644 index 000000000000..9b5188df3d90 --- /dev/null +++ b/app-backup/dar/files/digest-dar-2.2.4 @@ -0,0 +1 @@ +MD5 2d0851b3fa309e7db3b6590a6bdef76d dar-2.2.4.tar.gz 1087597 |