* [gentoo-commits] gentoo-x86 commit in app-backup/dar: dar-2.3.11.ebuild metadata.xml ChangeLog dar-2.4.0.ebuild
@ 2011-06-07 23:34 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2011-06-07 23:34 UTC (permalink / raw
To: gentoo-commits
matsuu 11/06/07 23:34:19
Modified: dar-2.3.11.ebuild metadata.xml ChangeLog
Added: dar-2.4.0.ebuild
Log:
Version bumped. Fixed static-libs handling. Added lzo and gcrypt USE flags.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Revision Changes Path
1.2 app-backup/dar/dar-2.3.11.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild?r1=1.1&r2=1.2
Index: dar-2.3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dar-2.3.11.ebuild 11 May 2011 16:26:43 -0000 1.1
+++ dar-2.3.11.ebuild 7 Jun 2011 23:34:19 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild,v 1.1 2011/05/11 16:26:43 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.3.11.ebuild,v 1.2 2011/06/07 23:34:19 matsuu Exp $
EAPI="3"
inherit confutils flag-o-matic
@@ -56,7 +56,9 @@
src_install() {
emake DESTDIR="${D}" pkgdatadir=/usr/share/doc/${PF}/html install || die
- use static-libs || find "${ED}" -name '*.la' -o -name '*.a' -exec rm {} +
+ if ! use static-libs ; then
+ find "${ED}" "(" -name '*.la' -o -name '*.a' ")" -delete || die
+ fi
dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
}
1.4 app-backup/dar/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/metadata.xml?r1=1.3&r2=1.4
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/dar/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml 23 Jul 2008 21:42:08 -0000 1.3
+++ metadata.xml 7 Jun 2011 23:34:19 -0000 1.4
@@ -17,5 +17,6 @@
by 32 bit integers</flag>
<flag name='dar64'>Enables --enable-mode=64 option, which replace infinite
by 64 bit integers</flag>
+ <flag name='gcrypt'>Enables strong encryption support</flag>
</use>
</pkgmetadata>
1.42 app-backup/dar/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 11 May 2011 16:26:43 -0000 1.41
+++ ChangeLog 7 Jun 2011 23:34:19 -0000 1.42
@@ -1,6 +1,12 @@
# ChangeLog for app-backup/dar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.41 2011/05/11 16:26:43 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/ChangeLog,v 1.42 2011/06/07 23:34:19 matsuu Exp $
+
+*dar-2.4.0 (07 Jun 2011)
+
+ 07 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> dar-2.3.11.ebuild,
+ +dar-2.4.0.ebuild, +files/dar-2.4.0-gcc.patch, metadata.xml:
+ Version bumped. Fixed static-libs handling. Added lzo and gcrypt USE flags.
*dar-2.3.11 (11 May 2011)
1.1 app-backup/dar/dar-2.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/dar-2.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/dar/dar-2.4.0.ebuild?rev=1.1&content-type=text/plain
Index: dar-2.4.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/dar/dar-2.4.0.ebuild,v 1.1 2011/06/07 23:34:19 matsuu Exp $
EAPI="3"
inherit confutils eutils 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 doc gcrypt lzo nls static static-libs"
RESTRICT="test" # need to be run as root
RDEPEND=">=sys-libs/zlib-1.2.3
>=app-arch/bzip2-1.0.2
acl? (
static? ( sys-apps/attr[static-libs] )
!static? ( sys-apps/attr )
)
gcrypt? ( dev-libs/libgcrypt )
lzo? ( dev-libs/lzo )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )"
pkg_setup() {
confutils_use_conflict dar32 dar64
}
src_prepare() {
epatch "${FILESDIR}/${P}-gcc.patch"
}
src_configure() {
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 gcrypt || myconf="${myconf} --disable-libgcrypt-linking"
use lzo || myconf="${myconf} --disable-liblzo2-linking"
use nls || myconf="${myconf} --disable-nls"
if ! use static ; then
myconf="${myconf} --disable-dar-static"
if ! use static-libs ; then
myconf="${myconf} --disable-static"
fi
fi
econf ${myconf} || die
}
src_install() {
emake DESTDIR="${D}" pkgdatadir=/usr/share/doc/${PF}/html install || die
if ! use static-libs ; then
find "${ED}" "(" -name '*.la' -o -name '*.a' ")" -delete || die
fi
dodoc AUTHORS ChangeLog NEWS README THANKS TODO || die
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-06-07 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07 23:34 [gentoo-commits] gentoo-x86 commit in app-backup/dar: dar-2.3.11.ebuild metadata.xml ChangeLog dar-2.4.0.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox