diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-05-06 00:47:04 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-05-06 00:47:04 +0000 |
commit | eb08ecad6294a2ba4d6d9385c9d303455749a9de (patch) | |
tree | 5fd1de156f01142e3f798aaca5d533be208ff84b /games-puzzle/xblockout | |
parent | Version bump, make wrapper script work with relative paths, bug #505868. (diff) | |
download | gentoo-2-eb08ecad6294a2ba4d6d9385c9d303455749a9de.tar.gz gentoo-2-eb08ecad6294a2ba4d6d9385c9d303455749a9de.tar.bz2 gentoo-2-eb08ecad6294a2ba4d6d9385c9d303455749a9de.zip |
update HOMEPAGE
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.6.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index 2a5f790b621b..2fcb8ac7f265 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xblockout -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.26 2013/02/17 04:00:40 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.27 2014/05/06 00:47:04 mr_bones_ Exp $ + + 06 May 2014; Michael Sterrett <mr_bones_@gentoo.org> xblockout-1.1.6.ebuild: + update HOMEPAGE *xblockout-1.1.6 (17 Feb 2013) diff --git a/games-puzzle/xblockout/xblockout-1.1.6.ebuild b/games-puzzle/xblockout/xblockout-1.1.6.ebuild index 1df69c34f27d..365411f03d32 100644 --- a/games-puzzle/xblockout/xblockout-1.1.6.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.6.ebuild,v 1.1 2013/02/17 04:00:40 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.6.ebuild,v 1.2 2014/05/06 00:47:04 mr_bones_ Exp $ EAPI=5 -inherit flag-o-matic eutils games +inherit autotools flag-o-matic eutils games DESCRIPTION="X Window block dropping game in 3 Dimension" -HOMEPAGE="http://www710.univ-lyon1.fr/ftp/xbl/xbl.html" -SRC_URI="http://www710.univ-lyon1.fr/~exco/XBL/xbl-${PV}.tar.gz" +HOMEPAGE="http://perso.univ-lyon1.fr/thierry.excoffier/XBL/" +SRC_URI="http://perso.univ-lyon1.fr/thierry.excoffier/XBL/xbl-${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" @@ -27,9 +27,10 @@ src_prepare() { -e 's:-lm:-lm -lX11:' \ -e '/DGROUP_GID/d' \ -e "s:-g$:${CFLAGS}:" \ - Makefile.in || die "sed failed" + Makefile.in || die # Don't know about other archs. --slarti use amd64 && filter-flags "-fweb" + eautoreconf } src_compile() { |