diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-06-30 20:08:57 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-06-30 20:08:57 +0000 |
commit | 1a4323323148efa03a04342170a9e17af8de48da (patch) | |
tree | b30fa3e5f602ebf97beac2ef04304685d1e21856 /sys-libs | |
parent | Initial commit (#275940) (diff) | |
download | gentoo-2-1a4323323148efa03a04342170a9e17af8de48da.tar.gz gentoo-2-1a4323323148efa03a04342170a9e17af8de48da.tar.bz2 gentoo-2-1a4323323148efa03a04342170a9e17af8de48da.zip |
Bump to 2.0.4, fixes #272540
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libraw1394/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-2.0.4.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog index 9183b24e66ac..0368b9f3b98d 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.49 2009/06/28 21:20:06 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.50 2009/06/30 20:08:57 patrick Exp $ + +*libraw1394-2.0.4 (30 Jun 2009) + + 30 Jun 2009; Patrick Lauer <patrick@gentoo.org> +libraw1394-2.0.4.ebuild: + Bump to 2.0.4, fixes #272540 *libraw1394-2.0.2 (28 Jun 2009) diff --git a/sys-libs/libraw1394/libraw1394-2.0.4.ebuild b/sys-libs/libraw1394/libraw1394-2.0.4.ebuild new file mode 100644 index 000000000000..af5d75e0dd4c --- /dev/null +++ b/sys-libs/libraw1394/libraw1394-2.0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-2.0.4.ebuild,v 1.1 2009/06/30 20:08:57 patrick Exp $ + +DESCRIPTION="library that provides direct access to the IEEE 1394 bus" +HOMEPAGE="http://www.linux1394.org/" +SRC_URI="http://www.linux1394.org/dl/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="!<media-libs/libdc1394-1.2.2" +RDEPEND="${DEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README +} |