diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-02-16 15:38:08 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-02-16 15:38:08 +0000 |
commit | eb6efe9347c510215bc1f825714061199c607e52 (patch) | |
tree | 433f1e5bcf79b4627489f0091cfa0b50c2baf65c /app-backup | |
parent | Stable for HPPA (bug #167034). (diff) | |
download | gentoo-2-eb6efe9347c510215bc1f825714061199c607e52.tar.gz gentoo-2-eb6efe9347c510215bc1f825714061199c607e52.tar.bz2 gentoo-2-eb6efe9347c510215bc1f825714061199c607e52.zip |
Fixed to work with app-backup/kdar-3*.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/dar/ChangeLog | 10 | ||||
-rw-r--r-- | app-backup/dar/dar-2.3.2-r1.ebuild (renamed from app-backup/dar/dar-2.3.2.ebuild) | 14 | ||||
-rw-r--r-- | app-backup/dar/files/digest-dar-2.3.2-r1 (renamed from app-backup/dar/files/digest-dar-2.3.2) | 0 |
3 files changed, 19 insertions, 5 deletions
diff --git a/app-backup/dar/ChangeLog b/app-backup/dar/ChangeLog index 78bdf9d691c3..c04b9e19dd7f 100644 --- a/app-backup/dar/ChangeLog +++ b/app-backup/dar/ChangeLog @@ -1,6 +1,12 @@ # 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.18 2006/11/03 04:15:11 matsuu Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.19 2007/02/16 15:38:08 matsuu Exp $ + +*dar-2.3.2-r1 (16 Feb 2007) + + 16 Feb 2007; MATSUU Takuto <matsuu@gentoo.org> -dar-2.3.2.ebuild, + +dar-2.3.2-r1.ebuild: + Fixed to work with app-backup/kdar-3*. *dar-2.3.2 (03 Nov 2006) diff --git a/app-backup/dar/dar-2.3.2.ebuild b/app-backup/dar/dar-2.3.2-r1.ebuild index bb9d17b6710e..abad3f8bc70a 100644 --- a/app-backup/dar/dar-2.3.2.ebuild +++ b/app-backup/dar/dar-2.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.2.ebuild,v 1.1 2006/11/03 04:15:11 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.2-r1.ebuild,v 1.1 2007/02/16 15:38:08 matsuu Exp $ inherit flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://dar.linux.free.fr/" SRC_URI="mirror://sourceforge/dar/${P}.tar.gz" LICENSE="GPL-2" -SLOT="4" +SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="acl dar32 dar64 doc nls ssl" @@ -28,6 +28,14 @@ pkg_setup() { fi } +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e '/^dist_noinst_DATA/s/$/ macro_tools.hpp/' \ + -e '/^noinst_HEADERS/s/macro_tools.hpp//' \ + src/libdar/Makefile* || die +} + src_compile() { local myconf="--disable-upx" diff --git a/app-backup/dar/files/digest-dar-2.3.2 b/app-backup/dar/files/digest-dar-2.3.2-r1 index 576ac852d505..576ac852d505 100644 --- a/app-backup/dar/files/digest-dar-2.3.2 +++ b/app-backup/dar/files/digest-dar-2.3.2-r1 |