diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-09 21:51:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-09 21:51:48 +0000 |
commit | 1be0d9dc3b20457db2fc14c01eb638e2d07a47e9 (patch) | |
tree | bf9038461834160c647b616382549a2d0d76f344 /media-libs | |
parent | amd64/x86 stable, bug #258253 (diff) | |
download | gentoo-2-1be0d9dc3b20457db2fc14c01eb638e2d07a47e9.tar.gz gentoo-2-1be0d9dc3b20457db2fc14c01eb638e2d07a47e9.tar.bz2 gentoo-2-1be0d9dc3b20457db2fc14c01eb638e2d07a47e9.zip |
no need for autotools
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.13-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.13.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-libs/libsdl/ChangeLog b/media-libs/libsdl/ChangeLog index c68b6156b908..cd3b89af6f5e 100644 --- a/media-libs/libsdl/ChangeLog +++ b/media-libs/libsdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsdl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.151 2009/02/09 21:20:22 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.152 2009/02/09 21:51:48 mr_bones_ Exp $ + + 09 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.13.ebuild, + libsdl-1.2.13-r1.ebuild: + no need for autotools 09 Feb 2009; Tiago Cunha <tcunha@gentoo.org> libsdl-1.2.13-r1.ebuild: stable sparc, bug 258230 diff --git a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild b/media-libs/libsdl/libsdl-1.2.13-r1.ebuild index d3586d4c2d5d..f80a9e018121 100644 --- a/media-libs/libsdl/libsdl-1.2.13-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.13-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.5 2009/02/09 21:20:22 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13-r1.ebuild,v 1.6 2009/02/09 21:51:48 mr_bones_ Exp $ EAPI=2 -inherit flag-o-matic toolchain-funcs eutils libtool autotools +inherit flag-o-matic toolchain-funcs eutils libtool DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" diff --git a/media-libs/libsdl/libsdl-1.2.13.ebuild b/media-libs/libsdl/libsdl-1.2.13.ebuild index 970b2cc1bda2..854326d470d6 100644 --- a/media-libs/libsdl/libsdl-1.2.13.ebuild +++ b/media-libs/libsdl/libsdl-1.2.13.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.9 2008/09/27 17:02:41 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.13.ebuild,v 1.10 2009/02/09 21:51:48 mr_bones_ Exp $ -inherit flag-o-matic toolchain-funcs eutils libtool autotools +inherit flag-o-matic toolchain-funcs eutils libtool DESCRIPTION="Simple Direct Media Layer" HOMEPAGE="http://www.libsdl.org/" |