* [gentoo-commits] gentoo-x86 commit in app-arch/libarchive: ChangeLog libarchive-2.4.11.ebuild libarchive-2.4.10.ebuild libarchive-2.4.8.ebuild
@ 2007-12-31 17:30 Diego Petteno (flameeyes)
0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2007-12-31 17:30 UTC (permalink / raw
To: gentoo-commits
flameeyes 07/12/31 17:30:25
Modified: ChangeLog
Added: libarchive-2.4.11.ebuild
Removed: libarchive-2.4.10.ebuild libarchive-2.4.8.ebuild
Log:
Version bump and remove old versions.
(Portage version: 2.1.4_rc13)
Revision Changes Path
1.15 app-arch/libarchive/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/libarchive/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/libarchive/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/libarchive/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 29 Dec 2007 15:41:59 -0000 1.14
+++ ChangeLog 31 Dec 2007 17:30:24 -0000 1.15
@@ -1,6 +1,13 @@
# ChangeLog for app-arch/libarchive
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.14 2007/12/29 15:41:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/ChangeLog,v 1.15 2007/12/31 17:30:24 flameeyes Exp $
+
+*libarchive-2.4.11 (31 Dec 2007)
+
+ 31 Dec 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -libarchive-2.4.8.ebuild, -libarchive-2.4.10.ebuild,
+ +libarchive-2.4.11.ebuild:
+ Version bump and remove old versions.
*libarchive-2.4.10 (29 Dec 2007)
1.1 app-arch/libarchive/libarchive-2.4.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/libarchive/libarchive-2.4.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/libarchive/libarchive-2.4.11.ebuild?rev=1.1&content-type=text/plain
Index: libarchive-2.4.11.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-2.4.11.ebuild,v 1.1 2007/12/31 17:30:24 flameeyes Exp $
inherit eutils libtool toolchain-funcs
DESCRIPTION="BSD tar command"
HOMEPAGE="http://people.freebsd.org/~kientzle/libarchive"
SRC_URI="http://people.freebsd.org/~kientzle/libarchive/src/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="build static acl xattr kernel_linux"
RDEPEND="!dev-libs/libarchive
kernel_linux? (
acl? ( sys-apps/acl )
xattr? ( sys-apps/attr )
)
!static? ( !build? (
app-arch/bzip2
sys-libs/zlib ) )"
DEPEND="${RDEPEND}
kernel_linux? ( sys-fs/e2fsprogs
virtual/os-headers )"
src_unpack() {
unpack ${A}
cd "${S}"
elibtoolize
epunt_cxx
}
src_compile() {
local myconf
if ! use static && ! use build ; then
myconf="--enable-bsdtar=shared --enable-bsdcpio=shared"
fi
econf --bindir=/bin --enable-bsdcpio \
$(use_enable acl) $(use_enable xattr) \
${myconf} || die "econf failed."
emake || die "emake failed."
}
src_install() {
emake -j1 DESTDIR="${D}" install || die "emake install failed."
# Create tar symlink for FreeBSD
if [[ ${CHOST} == *-freebsd* ]]; then
dosym bsdtar /bin/tar
dosym bsdtar.1 /usr/share/man/man1/tar.1
# We may wish to switch to symlink bsdcpio to cpio too one day
fi
dodoc NEWS README
if use build; then
rm -rf "${D}"/usr
rm -rf "${D}"/lib/*.so*
return 0
fi
dodir /$(get_libdir)
mv "${D}"/usr/$(get_libdir)/*.so* "${D}"/$(get_libdir)
gen_usr_ldscript libarchive.so
}
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-31 17:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 17:30 [gentoo-commits] gentoo-x86 commit in app-arch/libarchive: ChangeLog libarchive-2.4.11.ebuild libarchive-2.4.10.ebuild libarchive-2.4.8.ebuild Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox