public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefaan De Roeck (stefaan)" <stefaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libraw1394: ChangeLog libraw1394-1.3.0_p20080114.ebuild
Date: Thu, 24 Jan 2008 11:44:55 +0000	[thread overview]
Message-ID: <E1JI0Vr-0002eW-B7@stork.gentoo.org> (raw)

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



             reply	other threads:[~2008-01-24 11:44 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1JI0Vr-0002eW-B7@stork.gentoo.org \
    --to=stefaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox