diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-08-03 07:12:22 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-08-03 07:12:22 +0000 |
commit | 489ec835e3a617c49390887901ce3ebbf0de2a31 (patch) | |
tree | 48d4a1453d920efa5476d06c8b53b46d970acbfd /app-emulation | |
parent | Changed sys-cluster/pound to net-www/pound (diff) | |
download | gentoo-2-489ec835e3a617c49390887901ce3ebbf0de2a31.tar.gz gentoo-2-489ec835e3a617c49390887901ce3ebbf0de2a31.tar.bz2 gentoo-2-489ec835e3a617c49390887901ce3ebbf0de2a31.zip |
tidy ebuild
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/blight_input/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/blight_input/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/blight_input/blight_input-0.0.4.ebuild | 19 |
3 files changed, 16 insertions, 13 deletions
diff --git a/app-emulation/blight_input/ChangeLog b/app-emulation/blight_input/ChangeLog index 9a57c2aed0d7..8564247bd5ff 100644 --- a/app-emulation/blight_input/ChangeLog +++ b/app-emulation/blight_input/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/blight_input # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.4 2003/06/12 19:53:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/ChangeLog,v 1.5 2003/08/03 07:12:18 msterret Exp $ + + 03 Aug 2003; Michael Sterrett <msterret@gentoo.org> + blight_input-0.0.4.ebuild: + tidy 12 Jun 2003; <msterret@gentoo.org> blight_input-0.0.4.ebuild: add Header diff --git a/app-emulation/blight_input/Manifest b/app-emulation/blight_input/Manifest index faeaa2476fc5..b95790325bea 100644 --- a/app-emulation/blight_input/Manifest +++ b/app-emulation/blight_input/Manifest @@ -1,3 +1,3 @@ -MD5 76b9a7b5ba0ad88babf2340b60cf00a8 ChangeLog 546 -MD5 5a4b40d1e174d3ca0c060381cc291218 blight_input-0.0.4.ebuild 787 +MD5 80a4d2364580c3d31a58a82a9b4045bc ChangeLog 637 +MD5 2571b9875b4cf37e7827c02fd4c4a092 blight_input-0.0.4.ebuild 816 MD5 f0c8aaf569bafff78daf0614d04e7083 files/digest-blight_input-0.0.4 71 diff --git a/app-emulation/blight_input/blight_input-0.0.4.ebuild b/app-emulation/blight_input/blight_input-0.0.4.ebuild index 1e312661d9fc..6fbcbb40670a 100644 --- a/app-emulation/blight_input/blight_input-0.0.4.ebuild +++ b/app-emulation/blight_input/blight_input-0.0.4.ebuild @@ -1,31 +1,30 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/blight_input-0.0.4.ebuild,v 1.4 2003/06/12 19:53:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/blight_input/blight_input-0.0.4.ebuild,v 1.5 2003/08/03 07:12:18 msterret Exp $ -S=${WORKDIR}/${P} DESCRIPTION="An input plugin for the mupen64 N64 emulator" SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/${P}.tar.gz" HOMEPAGE="http://mupen64.emulation64.com/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 -ppc -sparc" +KEYWORDS="x86 -ppc -sparc" DEPEND="media-libs/libsdl media-libs/freetype" - + src_compile() { -cd ${S}/SDL_ttf2 + cd ${S}/SDL_ttf2 rm config.cache cp SDL_ttf.h ${S} econf || die - emake || die -cd ${S} - emake || die + emake || die "emake failed in ${S}/SDL_ttf2" + cd ${S} + emake || die "emake failed in ${S}" } -src_install () { +src_install() { dodir /usr/lib/mupen64/plugins insinto /usr/lib/mupen64/plugins - doins blight_input.so + doins blight_input.so } |