diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 22:22:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 22:22:53 +0000 |
commit | 5c85443379a1c9f3e94b30aa10704fc241ae616c (patch) | |
tree | dc934eded855be2e4e9fe2bf5fb3e97e9100ff53 /media-libs/libofa | |
parent | mask app-admin/setools[java] (diff) | |
download | gentoo-2-5c85443379a1c9f3e94b30aa10704fc241ae616c.tar.gz gentoo-2-5c85443379a1c9f3e94b30aa10704fc241ae616c.tar.bz2 gentoo-2-5c85443379a1c9f3e94b30aa10704fc241ae616c.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-libs/libofa')
-rw-r--r-- | media-libs/libofa/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libofa/libofa-0.9.3.ebuild | 39 |
2 files changed, 5 insertions, 41 deletions
diff --git a/media-libs/libofa/ChangeLog b/media-libs/libofa/ChangeLog index 3b7ff7b831df..474027b6a94e 100644 --- a/media-libs/libofa/ChangeLog +++ b/media-libs/libofa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libofa -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.32 2014/09/15 08:21:35 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/ChangeLog,v 1.33 2015/05/07 22:22:53 mrueg Exp $ + + 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -libofa-0.9.3.ebuild: + Remove old. 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> libofa-0.9.3-r1.ebuild: Stable for sparc, wrt bug #512012 diff --git a/media-libs/libofa/libofa-0.9.3.ebuild b/media-libs/libofa/libofa-0.9.3.ebuild deleted file mode 100644 index dd2cee3185f3..000000000000 --- a/media-libs/libofa/libofa-0.9.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libofa/libofa-0.9.3.ebuild,v 1.25 2012/06/04 12:51:28 jlec Exp $ - -EAPI=2 - -inherit base eutils flag-o-matic - -DESCRIPTION="Open Fingerprint Architecture" -HOMEPAGE="http://code.google.com/p/musicip-libofa/" -SRC_URI="http://musicip-libofa.googlecode.com/files/${P}.tar.gz" - -LICENSE="|| ( APL-1.0 GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="dev-libs/expat - net-misc/curl - >=sci-libs/fftw-3" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-gcc-4.patch - "${FILESDIR}"/${P}-gcc-4.3.patch - "${FILESDIR}"/${P}-gcc-4.4.patch - "${FILESDIR}"/${P}-gcc-4.7.patch - "${FILESDIR}"/${P}-curl-7.21.patch -) - -pkg_setup() { - is-flag -ffast-math && append-flags -fno-fast-math -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README -} |