diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 16:49:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-05 16:49:24 +0000 |
commit | 11eb791de4f3f2eec17a1f2f597102d1fa067e20 (patch) | |
tree | c266393605ae7aa68193675ddb4a4f7d48c9817f /games-board/cgoban | |
parent | Add media-libs/gst-plugins-good as RDEPEND (diff) | |
download | gentoo-2-11eb791de4f3f2eec17a1f2f597102d1fa067e20.tar.gz gentoo-2-11eb791de4f3f2eec17a1f2f597102d1fa067e20.tar.bz2 gentoo-2-11eb791de4f3f2eec17a1f2f597102d1fa067e20.zip |
tidy
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-board/cgoban')
-rw-r--r-- | games-board/cgoban/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/cgoban/cgoban-1.9.14.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/games-board/cgoban/ChangeLog b/games-board/cgoban/ChangeLog index 0c6b277e1aef..065808b77b18 100644 --- a/games-board/cgoban/ChangeLog +++ b/games-board/cgoban/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/cgoban # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.12 2012/09/03 18:28:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/ChangeLog,v 1.13 2012/09/05 16:49:24 mr_bones_ Exp $ + + 05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> cgoban-1.9.14.ebuild: + tidy 03 Sep 2012; Alfredo Tupone <tupone@gentoo.org> cgoban-1.9.14.ebuild, +files/cgoban-1.9.14-cflags.patch: diff --git a/games-board/cgoban/cgoban-1.9.14.ebuild b/games-board/cgoban/cgoban-1.9.14.ebuild index 28d36e3ae1d5..2c3e9bc9b159 100644 --- a/games-board/cgoban/cgoban-1.9.14.ebuild +++ b/games-board/cgoban/cgoban-1.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.10 2012/09/03 18:28:30 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban/cgoban-1.9.14.ebuild,v 1.11 2012/09/05 16:49:24 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -25,16 +25,14 @@ DEPEND="${RDEPEND} x11-proto/xproto" src_prepare() { - cp cgoban_icon.png ${PN}.png || die "cp failed" - mv configure.{in,ac} || dir "mv configure failed" + cp cgoban_icon.png ${PN}.png || die + mv configure.{in,ac} || die epatch "${FILESDIR}"/${P}-cflags.patch -# sed -i -e "/^WMS_GET_CFLAGS/d" \ -# configure.ac || die "sed failed" eautoreconf } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO doicon ${PN}.png make_desktop_entry cgoban Cgoban |