diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-02-14 16:06:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-02-14 16:06:28 +0000 |
commit | 32e15d11558da2c4b3257914e5cf4e8a5d85c7cc (patch) | |
tree | a564682188d34d52ba1a84b9dcbb886ad26db4cc /sys-libs/libraw1394 | |
parent | Remove extra CC and CXX checks from configure.in to avoid #285262. (diff) | |
download | gentoo-2-32e15d11558da2c4b3257914e5cf4e8a5d85c7cc.tar.gz gentoo-2-32e15d11558da2c4b3257914e5cf4e8a5d85c7cc.tar.bz2 gentoo-2-32e15d11558da2c4b3257914e5cf4e8a5d85c7cc.zip |
Version bump and URL updates #304965 by Stefan Richter.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r-- | sys-libs/libraw1394/ChangeLog | 9 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-2.0.5.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog index 0368b9f3b98d..62a7bd045390 100644 --- a/sys-libs/libraw1394/ChangeLog +++ b/sys-libs/libraw1394/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libraw1394 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.50 2009/06/30 20:08:57 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.51 2010/02/14 16:06:28 vapier Exp $ + +*libraw1394-2.0.5 (14 Feb 2010) + + 14 Feb 2010; Mike Frysinger <vapier@gentoo.org> +libraw1394-2.0.5.ebuild: + Version bump and URL updates #304965 by Stefan Richter. *libraw1394-2.0.4 (30 Jun 2009) diff --git a/sys-libs/libraw1394/libraw1394-2.0.5.ebuild b/sys-libs/libraw1394/libraw1394-2.0.5.ebuild new file mode 100644 index 000000000000..b168d9f1e522 --- /dev/null +++ b/sys-libs/libraw1394/libraw1394-2.0.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.5.ebuild,v 1.1 2010/02/14 16:06:28 vapier Exp $ + +DESCRIPTION="library that provides direct access to the IEEE 1394 bus" +HOMEPAGE="http://ieee1394.wiki.kernel.org/" +SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="!<media-libs/libdc1394-1.2.2" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README +} |