public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-4.23.ebuild
@ 2007-12-28 20:51 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2007-12-28 20:51 UTC (permalink / raw
  To: gentoo-commits

vapier      07/12/28 20:51:09

  Modified:             ChangeLog
  Added:                file-4.23.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.154                sys-apps/file/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	27 Dec 2007 18:34:53 -0000	1.153
+++ ChangeLog	28 Dec 2007 20:51:08 -0000	1.154
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.153 2007/12/27 18:34:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.154 2007/12/28 20:51:08 vapier Exp $
+
+*file-4.23 (28 Dec 2007)
+
+  28 Dec 2007; Mike Frysinger <vapier@gentoo.org> +file-4.23.ebuild:
+  Version bump.
 
 *file-4.22 (27 Dec 2007)
 



1.1                  sys-apps/file/file-4.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-4.23.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-4.23.ebuild?rev=1.1&content-type=text/plain

Index: file-4.23.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.23.ebuild,v 1.1 2007/12/28 20:51:08 vapier Exp $

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 ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="python"

DEPEND=""

src_unpack() {
	unpack ${P}.tar.gz
	cd "${S}"

	epatch "${FILESDIR}"/${PN}-4.15-libtool.patch #99593

	elibtoolize
	epunt_cxx

	# make sure python links against the current libmagic #54401
	sed -i "/library_dirs/s:'\.\./src':'../src/.libs':" python/setup.py

	# 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 --datadir=/usr/share/misc || die
	emake || die "emake failed"

	use python && cd python && distutils_src_compile
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	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
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-4.23.ebuild
@ 2008-03-29 15:23 Brent Baude (ranger)
  0 siblings, 0 replies; 2+ messages in thread
From: Brent Baude (ranger) @ 2008-03-29 15:23 UTC (permalink / raw
  To: gentoo-commits

ranger      08/03/29 15:23:34

  Modified:             ChangeLog file-4.23.ebuild
  Log:
  stable ppc64, bug 215058
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.160                sys-apps/file/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.160&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?rev=1.160&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/ChangeLog?r1=1.159&r2=1.160

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	28 Mar 2008 18:49:07 -0000	1.159
+++ ChangeLog	29 Mar 2008 15:23:34 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.159 2008/03/28 18:49:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.160 2008/03/29 15:23:34 ranger Exp $
+
+  29 Mar 2008; Brent Baude <ranger@gentoo.org> file-4.23.ebuild:
+  stable ppc64, bug 215058
 
 *file-4.24 (28 Mar 2008)
 



1.7                  sys-apps/file/file-4.23.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-4.23.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-4.23.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/file/file-4.23.ebuild?r1=1.6&r2=1.7

Index: file-4.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.23.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- file-4.23.ebuild	28 Mar 2008 15:26:47 -0000	1.6
+++ file-4.23.ebuild	29 Mar 2008 15:23:34 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.23.ebuild,v 1.6 2008/03/28 15:26:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.23.ebuild,v 1.7 2008/03/29 15:23:34 ranger Exp $
 
 inherit eutils distutils libtool flag-o-matic
 
@@ -11,7 +11,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="python"
 
 DEPEND=""



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-29 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28 20:51 [gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-4.23.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-29 15:23 Brent Baude (ranger)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox