diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2013-12-07 21:39:56 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2013-12-07 21:39:56 +0000 |
commit | a0bed8505fb9629c96c9418ab5d0daf778162fce (patch) | |
tree | a11c74cd8e2c21aad83bd6c004d8d8cc0cb624bf /games-puzzle | |
parent | Clarify which kernel parameter is needed to use the init system. (diff) | |
download | gentoo-2-a0bed8505fb9629c96c9418ab5d0daf778162fce.tar.gz gentoo-2-a0bed8505fb9629c96c9418ab5d0daf778162fce.tar.bz2 gentoo-2-a0bed8505fb9629c96c9418ab5d0daf778162fce.zip |
Fix underlink. Bug #482368
(Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/atomix/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/atomix/atomix-2.14.0.ebuild | 6 | ||||
-rw-r--r-- | games-puzzle/atomix/files/atomix-2.14.0-underlink.patch | 12 |
3 files changed, 21 insertions, 3 deletions
diff --git a/games-puzzle/atomix/ChangeLog b/games-puzzle/atomix/ChangeLog index 7037020be599..7ba4663112c1 100644 --- a/games-puzzle/atomix/ChangeLog +++ b/games-puzzle/atomix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/atomix # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.15 2013/11/04 19:44:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/ChangeLog,v 1.16 2013/12/07 21:39:56 tupone Exp $ + + 07 Dec 2013; Tupone Alfredo <tupone@gentoo.org> atomix-2.14.0.ebuild, + +files/atomix-2.14.0-underlink.patch: + Fix underlink. Bug #482368 by Dennis Lissov 04 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> atomix-2.14.0.ebuild: remove warnings from the desktop file diff --git a/games-puzzle/atomix/atomix-2.14.0.ebuild b/games-puzzle/atomix/atomix-2.14.0.ebuild index 2aacf096fa52..40e4923d8dd4 100644 --- a/games-puzzle/atomix/atomix-2.14.0.ebuild +++ b/games-puzzle/atomix/atomix-2.14.0.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.8 2013/11/04 19:44:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/atomix/atomix-2.14.0.ebuild,v 1.9 2013/12/07 21:39:56 tupone Exp $ EAPI=5 GNOME_TARBALL_SUFFIX=bz2 -inherit gnome2 +inherit autotools gnome2 DESCRIPTION="a game where you build full molecules, from simple inorganic to extremely complex organic ones" HOMEPAGE="http://ftp.gnome.org/pub/GNOME/sources/atomix/" @@ -37,5 +37,7 @@ src_prepare() { -e '/Icon/s/\.png//' \ -e '/Categories/s/PuzzleGame;//' \ atomix.desktop.in || die + epatch "${FILESDIR}"/${P}-underlink.patch + eautoreconf gnome2_src_prepare } diff --git a/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch b/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch new file mode 100644 index 000000000000..682180c048b2 --- /dev/null +++ b/games-puzzle/atomix/files/atomix-2.14.0-underlink.patch @@ -0,0 +1,12 @@ +--- src/Makefile.am.old 2013-12-07 22:25:30.513540434 +0100 ++++ src/Makefile.am 2013-12-07 22:25:43.209654104 +0100 +@@ -26,7 +26,8 @@ + + atomix_LDADD = \ + libatomix.a \ +- $(ATOMIX_LIBS) ++ $(ATOMIX_LIBS) \ ++ -lm + + noinst_LIBRARIES = libatomix.a + |