diff options
author | 2004-10-03 07:58:13 +0000 | |
---|---|---|
committer | 2004-10-03 07:58:13 +0000 | |
commit | 01d55327076772015d9eb6a92c8c2348618e10ba (patch) | |
tree | cfd351609cebe21c7d8557c1077d3c9f09d328fa | |
parent | added ~amd64 keyword. among other things, this release fixes an x86-64 linker... (diff) | |
download | historical-01d55327076772015d9eb6a92c8c2348618e10ba.tar.gz historical-01d55327076772015d9eb6a92c8c2348618e10ba.tar.bz2 historical-01d55327076772015d9eb6a92c8c2348618e10ba.zip |
ver bump #37979
-rw-r--r-- | sys-libs/libraw1394/ChangeLog | 7 | ||||
-rw-r--r-- | sys-libs/libraw1394/Manifest | 14 | ||||
-rw-r--r-- | sys-libs/libraw1394/files/digest-libraw1394-0.10.1 | 1 | ||||
-rw-r--r-- | sys-libs/libraw1394/libraw1394-0.10.1.ebuild | 21 |
4 files changed, 41 insertions, 2 deletions
diff --git a/sys-libs/libraw1394/ChangeLog b/sys-libs/libraw1394/ChangeLog index bf103acf8621..cb16a124dab4 100644 --- a/sys-libs/libraw1394/ChangeLog +++ b/sys-libs/libraw1394/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-libs/libraw1394 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.16 2004/07/08 23:29:36 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/ChangeLog,v 1.17 2004/10/03 07:58:13 vapier Exp $ + +*libraw1394-0.10.1 (03 Oct 2004) + + 03 Oct 2004; Mike Frysinger <vapier@gentoo.org> +libraw1394-0.10.1.ebuild: + Version bump #37979 by hendrik / Scott Taylor / James Kyle. 09 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> libraw1394-0.9.0.ebuild: Keyword ~alpha. diff --git a/sys-libs/libraw1394/Manifest b/sys-libs/libraw1394/Manifest index f6f51d0b4869..c6495ae6a161 100644 --- a/sys-libs/libraw1394/Manifest +++ b/sys-libs/libraw1394/Manifest @@ -1,5 +1,17 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 1bed8c578b49d0ef5bd9bf3447d54454 ChangeLog 2239 MD5 3f12568eb9773f93fac9e9c5ceae0307 libraw1394-0.9.0.ebuild 924 -MD5 082c6f532df9bd0594f93f106b7c7672 ChangeLog 2065 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 +MD5 6ed2aa186c2aff42900fc5af02c06eba libraw1394-0.10.1.ebuild 624 MD5 6bc52708d033490062bf8c735077bd74 files/digest-libraw1394-0.9.0 68 MD5 805344f2108b517b175204d657f88fcb files/libraw_gcc33_fix 1060 +MD5 73ddb811165c153d57d5e43909e6c136 files/digest-libraw1394-0.10.1 69 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.9.10 (GNU/Linux) + +iD8DBQFBX7EbHTu7gpaalycRAidUAKCZ+26G5CuJDIJkpLix2Aj+vezleQCeN91x +/31POVEzcLDy6tmZwJoQcVo= +=VgPU +-----END PGP SIGNATURE----- diff --git a/sys-libs/libraw1394/files/digest-libraw1394-0.10.1 b/sys-libs/libraw1394/files/digest-libraw1394-0.10.1 new file mode 100644 index 000000000000..6fed75afe62f --- /dev/null +++ b/sys-libs/libraw1394/files/digest-libraw1394-0.10.1 @@ -0,0 +1 @@ +MD5 f243011cc20d4b7357a48732ea555e3a libraw1394-0.10.1.tar.gz 338789 diff --git a/sys-libs/libraw1394/libraw1394-0.10.1.ebuild b/sys-libs/libraw1394/libraw1394-0.10.1.ebuild new file mode 100644 index 000000000000..c7f231f3c5de --- /dev/null +++ b/sys-libs/libraw1394/libraw1394-0.10.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libraw1394/libraw1394-0.10.1.ebuild,v 1.1 2004/10/03 07:58:13 vapier Exp $ + +inherit gnuconfig + +DESCRIPTION="library that provides direct access to the IEEE 1394 bus" +HOMEPAGE="http://sourceforge.net/projects/libraw1394/" +SRC_URI="http://www.linux1394.org/files/${PN}/${P}.tar.gz" + +LICENSE="LGPL-2.1 | GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_install () { + make DESTDIR="${D}" install || die + dodoc AUTHORS NEWS README +} |