About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
vapier 11/01/18 01:27:26 Modified: ChangeLog Added: file-5.05.ebuild Log: Version bump. (Portage version: 2.2.0_alpha13/cvs/Linux x86_64) Revision Changes Path 1.186 sys-apps/file/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.186&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.186&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.185&r2=1.186 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v retrieving revision 1.185 retrieving revision 1.186 diff -u -r1.185 -r1.186 --- ChangeLog 28 Nov 2010 17:19:18 -0000 1.185 +++ ChangeLog 18 Jan 2011 01:27:26 -0000 1.186 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/file -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.185 2010/11/28 17:19:18 ranger Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.186 2011/01/18 01:27:26 vapier Exp $ + +*file-5.05 (18 Jan 2011) + + 18 Jan 2011; Mike Frysinger <vapier@g.o> +file-5.05.ebuild: + Version bump. 28 Nov 2010; Brent Baude <ranger@g.o> file-5.04.ebuild: stable ppc64, bug 340225 1.1 sys-apps/file/file-5.05.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.05.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.05.ebuild?rev=1.1&content-type=text/plain Index: file-5.05.ebuild =================================================================== # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.05.ebuild,v 1.1 2011/01/18 01:27:26 vapier Exp $ PYTHON_DEPEND="python? 2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit eutils distutils libtool flag-o-matic DESCRIPTION="identify a file's format by scanning binary data for patterns" HOMEPAGE="ftp://ftp.astron.com/pub/file/" SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="python" src_unpack() { unpack ${P}.tar.gz cd "${S}" elibtoolize epunt_cxx # dont let python README kill main README #60043 mv python/README{,.python} } src_compile() { # file uses things like strndup() and wcwidth() append-flags -D_GNU_SOURCE econf || die emake || die use python && cd python && distutils_src_compile } src_install() { emake DESTDIR="${D}" install || die dodoc ChangeLog MAINT README use python && cd python && distutils_src_install } pkg_postinst() { use python && distutils_pkg_postinst } pkg_postrm() { use python && distutils_pkg_postrm }
Updated Jun 26, 2012
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.