public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-1.3.0_p20080114.ebuild
@ 2008-01-24 11:44 Stefaan De Roeck (stefaan)
  0 siblings, 0 replies; 2+ messages in thread
From: Stefaan De Roeck (stefaan) @ 2008-01-24 11:44 UTC (permalink / raw
  To: gentoo-commits

stefaan     08/01/24 11:44:55

  Modified:             ChangeLog
  Added:                libraw1394-1.3.0_p20080114.ebuild
  Log:
  Add cvs-pulled version with possibility to support new firewire stack in linux (called juju) (fixes bug #205829)
  (Portage version: 2.1.4)

Revision  Changes    Path
1.45                 sys-libs/libraw1394/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	23 Jun 2007 02:24:36 -0000	1.44
+++ ChangeLog	24 Jan 2008 11:44:54 -0000	1.45
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/libraw1394
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.44 2007/06/23 02:24:36 dsd Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.45 2008/01/24 11:44:54 stefaan Exp $
+
+*libraw1394-1.3.0_p20080114 (24 Jan 2008)
+
+  24 Jan 2008; Stefaan De Roeck <stefaan@gentoo.org>
+  +libraw1394-1.3.0_p20080114.ebuild:
+  Add cvs-pulled version with possibility to support new firewire stack in
+  linux (called juju) (fixes bug #205829)
 
   23 Jun 2007; Daniel Drake <dsd@gentoo.org> libraw1394-1.2.0.ebuild,
   libraw1394-1.2.1.ebuild:



1.1                  sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild

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

Index: libraw1394-1.3.0_p20080114.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.1 2008/01/24 11:44:54 stefaan Exp $

inherit autotools

DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
HOMEPAGE="http://www.linux1394.org/"
SRC_URI="mirrors://${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE="juju"

DEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"

	eautoreconf
}

src_compile() {
	local myconf=""
	if use juju; then
		myconf="--with-juju-dir"
	fi

	econf \
		${myconf} \
		|| die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS ChangeLog NEWS README
}




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



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

* [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-1.3.0_p20080114.ebuild
@ 2008-01-24 22:19 Stefaan De Roeck (stefaan)
  0 siblings, 0 replies; 2+ messages in thread
From: Stefaan De Roeck (stefaan) @ 2008-01-24 22:19 UTC (permalink / raw
  To: gentoo-commits

stefaan     08/01/24 22:19:14

  Modified:             ChangeLog libraw1394-1.3.0_p20080114.ebuild
  Log:
  Sanitizing the SRC_URI (thanks, Mr_Bones)
  (Portage version: 2.1.4)

Revision  Changes    Path
1.46                 sys-libs/libraw1394/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	24 Jan 2008 11:44:54 -0000	1.45
+++ ChangeLog	24 Jan 2008 22:19:13 -0000	1.46
@@ -1,6 +1,10 @@
 # ChangeLog for sys-libs/libraw1394
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.45 2008/01/24 11:44:54 stefaan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.46 2008/01/24 22:19:13 stefaan Exp $
+
+  24 Jan 2008; Stefaan De Roeck <stefaan@gentoo.org>
+  libraw1394-1.3.0_p20080114.ebuild:
+  Sanitizing the SRC_URI (thanks, Mr_Bones)
 
 *libraw1394-1.3.0_p20080114 (24 Jan 2008)
 



1.3                  sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild?r1=1.2&r2=1.3

Index: libraw1394-1.3.0_p20080114.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libraw1394-1.3.0_p20080114.ebuild	24 Jan 2008 17:28:45 -0000	1.2
+++ libraw1394-1.3.0_p20080114.ebuild	24 Jan 2008 22:19:13 -0000	1.3
@@ -1,12 +1,12 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.2 2008/01/24 17:28:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.3.0_p20080114.ebuild,v 1.3 2008/01/24 22:19:13 stefaan Exp $
 
 inherit autotools
 
 DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
 HOMEPAGE="http://www.linux1394.org/"
-SRC_URI="mirrors://${P}.tar.gz"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
 SLOT="0"



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



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

end of thread, other threads:[~2008-01-24 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-24 11:44 [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-1.3.0_p20080114.ebuild Stefaan De Roeck (stefaan)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-24 22:19 Stefaan De Roeck (stefaan)

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