diff options
author | 2005-02-12 20:07:33 +0000 | |
---|---|---|
committer | 2005-02-12 20:07:33 +0000 | |
commit | 0b1347d5c1f526f1a9a7c2b654bed066681a8d98 (patch) | |
tree | 61939ac9f099c7c4afa06f8c072d8d6f866cd206 /sys-libs/libraw1394 | |
parent | stable on amd64 (diff) | |
download | gentoo-2-0b1347d5c1f526f1a9a7c2b654bed066681a8d98.tar.gz gentoo-2-0b1347d5c1f526f1a9a7c2b654bed066681a8d98.tar.bz2 gentoo-2-0b1347d5c1f526f1a9a7c2b654bed066681a8d98.zip |
Version bump #81696 by Simon Koch.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-libs/libraw1394')
-rw-r--r-- | sys-libs/libraw1394/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libraw1394/files/digest-libraw1394-1.1.0 | 1 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-1.1.0.ebuild | 19 |
3 files changed, 26 insertions, 1 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog index 933cd274116c..2b8b2c81c555 100644 --- a/sys-libs/libraw1394/ChangeLog +++ b/sys-libs/libraw1394/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libraw1394 # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.21 2005/01/25 19:49:46 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.22 2005/02/12 20:07:33 vapier Exp $ + +*libraw1394-1.1.0 (12 Feb 2005) + + 12 Feb 2005; Mike Frysinger <vapier@gentoo.org> +libraw1394-1.1.0.ebuild: + Version bump #81696 by Simon Koch. 25 Jan 2005; Markus Rothe <corsair@gentoo.org> libraw1394-0.10.1.ebuild: Stable on ppc64 diff --git a/sys-libs/libraw1394/files/digest-libraw1394-1.1.0 b/sys-libs/libraw1394/files/digest-libraw1394-1.1.0 new file mode 100644 index 000000000000..885e4383fc9e --- /dev/null +++ b/sys-libs/libraw1394/files/digest-libraw1394-1.1.0 @@ -0,0 +1 @@ +MD5 594eba7a23370b54f2779ca20b9414f9 libraw1394-1.1.0.tar.gz 371993 diff --git a/sys-libs/libraw1394/libraw1394-1.1.0.ebuild b/sys-libs/libraw1394/libraw1394-1.1.0.ebuild new file mode 100644 index 000000000000..a3acb6f9d30b --- /dev/null +++ b/sys-libs/libraw1394/libraw1394-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-1.1.0.ebuild,v 1.1 2005/02/12 20:07:33 vapier Exp $ + +DESCRIPTION="library that provides direct access to the IEEE 1394 bus" +HOMEPAGE="http://sourceforge.net/projects/libraw1394/" +SRC_URI="mirror://sourceforge/libraw1394/${P}.tar.gz" + +LICENSE="|| ( LGPL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README +} |