summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-13 23:34:02 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-13 23:34:02 +0000
commitc9e3d31f7884e568353902af34afad3ddbc59b8d (patch)
tree118aa8f2b0211ced4fdc8efbe7ab0d7c9b0b9a8a /media-libs
parentsh love (diff)
downloadgentoo-2-c9e3d31f7884e568353902af34afad3ddbc59b8d.tar.gz
gentoo-2-c9e3d31f7884e568353902af34afad3ddbc59b8d.tar.bz2
gentoo-2-c9e3d31f7884e568353902af34afad3ddbc59b8d.zip
Cleanup ebuild and add sh love.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libfame/ChangeLog7
-rw-r--r--media-libs/libfame/libfame-0.9.1-r1.ebuild21
2 files changed, 11 insertions, 17 deletions
diff --git a/media-libs/libfame/ChangeLog b/media-libs/libfame/ChangeLog
index 2e11f831997a..c5ca4e1803b6 100644
--- a/media-libs/libfame/ChangeLog
+++ b/media-libs/libfame/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libfame
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.44 2005/11/01 14:22:32 flameeyes Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/ChangeLog,v 1.45 2006/01/13 23:34:02 vapier Exp $
+
+ 13 Jan 2006; Mike Frysinger <vapier@gentoo.org> libfame-0.9.1-r1.ebuild:
+ Cleanup ebuild and add sh love.
01 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> -libfame-0.8.10.ebuild,
-libfame-0.9.0-r1.ebuild, -libfame-0.9.1.ebuild:
diff --git a/media-libs/libfame/libfame-0.9.1-r1.ebuild b/media-libs/libfame/libfame-0.9.1-r1.ebuild
index 75cfcc0408a9..6043d918bb1e 100644
--- a/media-libs/libfame/libfame-0.9.1-r1.ebuild
+++ b/media-libs/libfame/libfame-0.9.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.22 2005/08/24 17:29:14 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libfame/libfame-0.9.1-r1.ebuild,v 1.23 2006/01/13 23:34:02 vapier Exp $
inherit flag-o-matic toolchain-funcs eutils
@@ -12,16 +12,16 @@ SRC_URI="mirror://sourceforge/fame/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ~hppa ia64 mips ppc ppc64 sh sparc x86"
IUSE="mmx sse"
DEPEND=""
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
- EPATCH_SUFFIX="patch" epatch ${WORKDIR}/${PV}
+ EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/${PV}
# Do not add -march=i586, bug #41770.
sed -i -e 's:-march=i[345]86 ::g' configure
@@ -38,15 +38,6 @@ src_compile() {
}
src_install() {
- dodir /usr
- dodir /usr/lib
-
- einstall install || die "make install failed"
- dobin libfame-config
-
- insinto /usr/share/aclocal
- doins libfame.m4
-
+ make install DESTDIR="${D}" || die "make install failed"
dodoc CHANGES README
- doman doc/*.3
}