summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-01-31 03:41:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-01-31 03:41:40 +0000
commit38640efaa29028e766e9e1936e1bcdec5297804f (patch)
tree37de0f1ec7d9c731d8d1e81e1357d667b75b0e41 /media-libs/sdl-flic
parenttouchup (diff)
downloadgentoo-2-38640efaa29028e766e9e1936e1bcdec5297804f.tar.gz
gentoo-2-38640efaa29028e766e9e1936e1bcdec5297804f.tar.bz2
gentoo-2-38640efaa29028e766e9e1936e1bcdec5297804f.zip
stable for x86
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-libs/sdl-flic')
-rw-r--r--media-libs/sdl-flic/ChangeLog7
-rw-r--r--media-libs/sdl-flic/sdl-flic-1.2.ebuild14
2 files changed, 12 insertions, 9 deletions
diff --git a/media-libs/sdl-flic/ChangeLog b/media-libs/sdl-flic/ChangeLog
index 62ef6dbabb3f..93b654c99829 100644
--- a/media-libs/sdl-flic/ChangeLog
+++ b/media-libs/sdl-flic/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sdl-flic
-# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-flic/ChangeLog,v 1.1 2004/12/27 03:12:57 vapier Exp $
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-flic/ChangeLog,v 1.2 2005/01/31 03:39:47 mr_bones_ Exp $
+
+ 30 Jan 2005; Michael Sterrett <mr_bones_@gentoo.org> sdl-flic-1.2.ebuild:
+ stable for x86
*sdl-flic-1.2 (26 Dec 2004)
diff --git a/media-libs/sdl-flic/sdl-flic-1.2.ebuild b/media-libs/sdl-flic/sdl-flic-1.2.ebuild
index d941b3a6964d..804def73c79d 100644
--- a/media-libs/sdl-flic/sdl-flic-1.2.ebuild
+++ b/media-libs/sdl-flic/sdl-flic-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-flic/sdl-flic-1.2.ebuild,v 1.1 2004/12/27 03:12:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-flic/sdl-flic-1.2.ebuild,v 1.2 2005/01/31 03:39:47 mr_bones_ Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.geocities.com/andre_leiradella/SDL_flic-12.tgz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc x86"
IUSE=""
DEPEND="sys-libs/zlib
@@ -20,13 +20,13 @@ S="${WORKDIR}"/SDL_flic-${PV}
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-win32.patch
- cp ${FILESDIR}/Makefile .
+ cd "${S}"
+ epatch "${FILESDIR}/${PV}-win32.patch"
+ cp "${FILESDIR}/Makefile" .
edos2unix SDL_flic.h
}
src_install() {
- make DESTDIR="${D}" install || die "install failed"
+ make DESTDIR="${D}" install || die "make install failed"
dodoc README.txt
}