diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-03-11 08:55:40 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-03-11 08:55:40 +0000 |
commit | 53f245e11123646fa2ba0447060df61de65765c0 (patch) | |
tree | d9e180445decdeb8e71fdc57806e5b27fe45a30c /dev-games | |
parent | Bump (diff) | |
download | gentoo-2-53f245e11123646fa2ba0447060df61de65765c0.tar.gz gentoo-2-53f245e11123646fa2ba0447060df61de65765c0.tar.bz2 gentoo-2-53f245e11123646fa2ba0447060df61de65765c0.zip |
Removing old. Obsolete bug #460954
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/vamos/ChangeLog | 6 | ||||
-rw-r--r-- | dev-games/vamos/files/vamos-0.7.0-as-needed.patch | 11 | ||||
-rw-r--r-- | dev-games/vamos/vamos-0.7.0.ebuild | 44 |
3 files changed, 5 insertions, 56 deletions
diff --git a/dev-games/vamos/ChangeLog b/dev-games/vamos/ChangeLog index 67242c9d32cc..df4c09754f4b 100644 --- a/dev-games/vamos/ChangeLog +++ b/dev-games/vamos/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-games/vamos # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.24 2013/03/10 16:29:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/ChangeLog,v 1.25 2013/03/11 08:55:40 tupone Exp $ + + 11 Mar 2013; Alfredo Tupone <tupone@gentoo.org> -vamos-0.7.0.ebuild, + -files/vamos-0.7.0-as-needed.patch: + Removing old. Obsolete bug #460954 by Diego 10 Mar 2013; Agostino Sarubbo <ago@gentoo.org> vamos-0.7.1.ebuild: Stable for x86, wrt bug #461004 diff --git a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch b/dev-games/vamos/files/vamos-0.7.0-as-needed.patch deleted file mode 100644 index 868e9318cae8..000000000000 --- a/dev-games/vamos/files/vamos-0.7.0-as-needed.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- vamos-0.7.0.orig/media/Makefile.in -+++ vamos-0.7.0/media/Makefile.in -@@ -71,7 +71,7 @@ - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' - am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" - LTLIBRARIES = $(lib_LTLIBRARIES) --libvamos_media_la_LIBADD = -+libvamos_media_la_LIBADD = ../geometry/libvamos-geometry.la - am_libvamos_media_la_OBJECTS = Ac3d.lo Sample.lo Texture_Image.lo \ - XML_Parser.lo - libvamos_media_la_OBJECTS = $(am_libvamos_media_la_OBJECTS) diff --git a/dev-games/vamos/vamos-0.7.0.ebuild b/dev-games/vamos/vamos-0.7.0.ebuild deleted file mode 100644 index b13d6b020cc5..000000000000 --- a/dev-games/vamos/vamos-0.7.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.0.ebuild,v 1.3 2013/01/13 11:22:57 ago Exp $ - -EAPI=4 -inherit eutils - -DESCRIPTION="an automotive simulation framework" -HOMEPAGE="http://vamos.sourceforge.net/" -SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/freeglut - media-libs/libpng:0 - media-libs/libsdl[joystick,video] - media-libs/openal - media-libs/freealut" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-as-needed.patch -} - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-unit-tests \ - $(use_enable static-libs static) -} - -src_install() { - emake DESTDIR="${D}" install - dobin caelum/.libs/caelum - newdoc caelum/README README.caelum - dodoc AUTHORS ChangeLog README TODO - prune_libtool_files -} |