diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2004-06-29 03:29:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2004-06-29 03:29:41 +0000 |
commit | 210cf1447d0de258bc4169322673d5d9b256e7a9 (patch) | |
tree | f5e9444a7a5c40fb0e841bef0d73ed313b545351 /app-arch | |
parent | Removed old versions. (Manifest recommit) (diff) | |
download | gentoo-2-210cf1447d0de258bc4169322673d5d9b256e7a9.tar.gz gentoo-2-210cf1447d0de258bc4169322673d5d9b256e7a9.tar.bz2 gentoo-2-210cf1447d0de258bc4169322673d5d9b256e7a9.zip |
Version bumped. Added filter-flags. Fixed amd64 build issue.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/dar/ChangeLog | 15 | ||||
-rw-r--r-- | app-arch/dar/Manifest | 2 | ||||
-rw-r--r-- | app-arch/dar/dar-2.1.3.ebuild | 46 | ||||
-rw-r--r-- | app-arch/dar/files/digest-dar-2.1.3 | 1 |
4 files changed, 61 insertions, 3 deletions
diff --git a/app-arch/dar/ChangeLog b/app-arch/dar/ChangeLog index 6176ea5184b2..fc2340383870 100644 --- a/app-arch/dar/ChangeLog +++ b/app-arch/dar/ChangeLog @@ -1,10 +1,18 @@ # ChangeLog for app-arch/dar # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/ChangeLog,v 1.11 2004/06/24 21:29:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/ChangeLog,v 1.12 2004/06/29 03:29:41 matsuu Exp $ + +*dar-2.1.3 (29 Jun 2004) + + 29 Jun 2004; MATSUU Takuto <matsuu@gentoo.org> +dar-2.1.3.ebuild: + Version bumped. + Added filter-flags. Bugs #55243. + Fixed amd64 build issue. *dar-2.1.2-r1 (23 Apr 2004) - 23 Apr 2004; <matsuu@gentoo.org> -dar-2.1.0-r1.ebuild, dar-2.1.2-r1.ebuild: + 23 Apr 2004; MATSUU Takuto <matsuu@gentoo.org> -dar-2.1.0-r1.ebuild, + dar-2.1.2-r1.ebuild: Added --disable-upx. Bug 46745. 14 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> dar-2.1.0-r1.ebuild: @@ -12,7 +20,8 @@ *dar-2.1.2 (02 Apr 2004) - 02 Apr 2004; <matsuu@gentoo.org> dar-2.1.0.ebuild, dar-2.1.2.ebuild: + 02 Apr 2004; MATSUU Takuto <matsuu@gentoo.org> dar-2.1.0.ebuild, + dar-2.1.2.ebuild: Version bumped. Bug#46428. 21 Feb 2004; <matsuu@gentoo.org> dar-2.1.0.ebuild: diff --git a/app-arch/dar/Manifest b/app-arch/dar/Manifest index 0281076c2700..fd13f8de8f79 100644 --- a/app-arch/dar/Manifest +++ b/app-arch/dar/Manifest @@ -1,4 +1,6 @@ +MD5 496337c4917cd560bbb6f3c2a2610b8c dar-2.1.3.ebuild 1110 MD5 3c6bc50d797797e0ccc0a2b53716afe9 dar-2.1.2-r1.ebuild 907 MD5 90034d987a83cac3c83786d66a1ef0a0 ChangeLog 1552 MD5 ae8f2b13b9e79b5760aa8c08f84bebe8 metadata.xml 468 +MD5 4aa4f57511a5dfc49e702a6f7d7bd37b files/digest-dar-2.1.3 61 MD5 3d2bf21c3ead109d7cbb8c2a1c6c7f06 files/digest-dar-2.1.2-r1 61 diff --git a/app-arch/dar/dar-2.1.3.ebuild b/app-arch/dar/dar-2.1.3.ebuild new file mode 100644 index 000000000000..9bed88e84a9a --- /dev/null +++ b/app-arch/dar/dar-2.1.3.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/dar/dar-2.1.3.ebuild,v 1.1 2004/06/29 03:29:41 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" + +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 + einfo "Running libtoolize..." + elibtoolize +} + +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-arch/dar/files/digest-dar-2.1.3 b/app-arch/dar/files/digest-dar-2.1.3 new file mode 100644 index 000000000000..f70195d82c28 --- /dev/null +++ b/app-arch/dar/files/digest-dar-2.1.3 @@ -0,0 +1 @@ +MD5 29d15077cad789396c3ddd41e08c5908 dar-2.1.3.tar.gz 652246 |