diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2006-08-05 22:10:13 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2006-08-05 22:10:13 +0000 |
commit | 1271a626db78d363c3bfd04ecb78f56cf694a351 (patch) | |
tree | 6a27c0ba9717e426a174a3ef5168e9a845992fd3 /app-backup/dar | |
parent | Fixed dependency, Bug 130062 (diff) | |
download | gentoo-2-1271a626db78d363c3bfd04ecb78f56cf694a351.tar.gz gentoo-2-1271a626db78d363c3bfd04ecb78f56cf694a351.tar.bz2 gentoo-2-1271a626db78d363c3bfd04ecb78f56cf694a351.zip |
Slotted for kdar, Bug 130062
(Portage version: 2.1-r1)
Diffstat (limited to 'app-backup/dar')
-rw-r--r-- | app-backup/dar/ChangeLog | 10 | ||||
-rw-r--r-- | app-backup/dar/dar-2.3.1.ebuild | 45 | ||||
-rw-r--r-- | app-backup/dar/files/digest-dar-2.2.6 | 2 | ||||
-rw-r--r-- | app-backup/dar/files/digest-dar-2.3.1 | 3 |
4 files changed, 59 insertions, 1 deletions
diff --git a/app-backup/dar/ChangeLog b/app-backup/dar/ChangeLog index 54051c857581..2db2d874652d 100644 --- a/app-backup/dar/ChangeLog +++ b/app-backup/dar/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-backup/dar # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.15 2006/04/26 18:03:19 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.16 2006/08/05 22:10:13 matsuu Exp $ + +*dar-2.3.1 (05 Aug 2006) + + 05 Aug 2006; MATSUU Takuto <matsuu@gentoo.org> -dar-2.3.0.ebuild, + +dar-2.3.1.ebuild: + Version bumped, Bug 139161. + Slotted for kdar, Bug 130062. + Removed old versions. 26 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> dar-2.2.6.ebuild: Stable on sparc diff --git a/app-backup/dar/dar-2.3.1.ebuild b/app-backup/dar/dar-2.3.1.ebuild new file mode 100644 index 000000000000..2f2ad4046801 --- /dev/null +++ b/app-backup/dar/dar-2.3.1.ebuild @@ -0,0 +1,45 @@ +# 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.1 2006/08/05 22:10:13 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" + +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 )" + +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.2.6 b/app-backup/dar/files/digest-dar-2.2.6 index fcb404697646..c0be0b1f66da 100644 --- a/app-backup/dar/files/digest-dar-2.2.6 +++ b/app-backup/dar/files/digest-dar-2.2.6 @@ -1 +1,3 @@ MD5 4cc1befb9052783b30819102cbd505d2 dar-2.2.6.tar.gz 1089148 +RMD160 39ed74e2a8cc9dc6d214ae6f69943b1c5d975173 dar-2.2.6.tar.gz 1089148 +SHA256 0f3e1ac19a5f38a7ff97425536ba40633ef93d255422479636218ef72c7d3acd dar-2.2.6.tar.gz 1089148 diff --git a/app-backup/dar/files/digest-dar-2.3.1 b/app-backup/dar/files/digest-dar-2.3.1 new file mode 100644 index 000000000000..ab3cef6e3f94 --- /dev/null +++ b/app-backup/dar/files/digest-dar-2.3.1 @@ -0,0 +1,3 @@ +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 |