summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2005-03-05 04:57:28 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2005-03-05 04:57:28 +0000
commitdae0e3220af21bf03de021950e89653b1c138b20 (patch)
tree9588d5d22d03f40b8dbf87c224a1bf4bb6e737f9
parentAdded app-arch/dar use flag (dar32, dar64). (diff)
downloadhistorical-dae0e3220af21bf03de021950e89653b1c138b20.tar.gz
historical-dae0e3220af21bf03de021950e89653b1c138b20.tar.bz2
historical-dae0e3220af21bf03de021950e89653b1c138b20.zip
Version bumped. Added some USE flags. Bug 82796
Package-Manager: portage-2.0.51.19
-rw-r--r--app-arch/dar/ChangeLog7
-rw-r--r--app-arch/dar/Manifest22
-rw-r--r--app-arch/dar/dar-2.2.1.ebuild48
-rw-r--r--app-arch/dar/files/digest-dar-2.2.11
4 files changed, 62 insertions, 16 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/Manifest b/app-arch/dar/Manifest
index 9abaddbbdf70..336c755107f0 100644
--- a/app-arch/dar/Manifest
+++ b/app-arch/dar/Manifest
@@ -1,20 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 4fd4b4d8f1c5f0d68d4b231a38e70369 dar-2.1.6.ebuild 1154
+MD5 6787441f88a9915b558f61a6615cfefd dar-2.2.1.ebuild 1276
+MD5 5f689c9b99c0724fa93a4acfe000f0ee dar-2.1.5.ebuild 1102
MD5 f406e9672e1f01de986737b2acac0127 dar-2.2.0.ebuild 1182
MD5 ef827797718bb1ee729d129ee0ef822b dar-2.1.5-r1.ebuild 1153
-MD5 e9e725dd94830a87bdec9fd313416ba8 ChangeLog 3334
-MD5 5f689c9b99c0724fa93a4acfe000f0ee dar-2.1.5.ebuild 1102
-MD5 4fd4b4d8f1c5f0d68d4b231a38e70369 dar-2.1.6.ebuild 1154
+MD5 e2083473760ce1d8fb24da5f3ec611bf ChangeLog 3478
MD5 ae8f2b13b9e79b5760aa8c08f84bebe8 metadata.xml 468
-MD5 7dc18fdc291d568dd00076c4622b1b21 files/digest-dar-2.2.0 62
-MD5 e0e67573b1b6230d6f1d876883270207 files/digest-dar-2.1.5-r1 61
MD5 e0e67573b1b6230d6f1d876883270207 files/digest-dar-2.1.5 61
MD5 386d1068d568e85b87309a279da188c4 files/digest-dar-2.1.6 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCJ0/OLLFUmVNQ7rkRAuIEAKCMt9TN1MUJI2JU2SNRJ6ryiNAD7gCcCixg
-isJXGscv7ZcHYpIo6eAECoc=
-=GT9t
------END PGP SIGNATURE-----
+MD5 7dc18fdc291d568dd00076c4622b1b21 files/digest-dar-2.2.0 62
+MD5 31f916b2b00ee35a73d94e04d4c41ba6 files/digest-dar-2.2.1 62
+MD5 e0e67573b1b6230d6f1d876883270207 files/digest-dar-2.1.5-r1 61
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