diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-19 22:29:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-01-19 22:29:21 +0000 |
commit | ac3822c6aa628a98d2359aa004c093490098aa29 (patch) | |
tree | b7987970717f98f469f1709c6895326b161ad076 /games-board/freedoko | |
parent | Stable on ppc64; bug #162691 (diff) | |
download | gentoo-2-ac3822c6aa628a98d2359aa004c093490098aa29.tar.gz gentoo-2-ac3822c6aa628a98d2359aa004c093490098aa29.tar.bz2 gentoo-2-ac3822c6aa628a98d2359aa004c093490098aa29.zip |
dos2unix -> edos2unix (bug #162841); tidy
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-board/freedoko')
-rw-r--r-- | games-board/freedoko/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/freedoko/freedoko-0.7.3.ebuild | 21 |
2 files changed, 16 insertions, 13 deletions
diff --git a/games-board/freedoko/ChangeLog b/games-board/freedoko/ChangeLog index 8a738bee265e..d3baaa067bd4 100644 --- a/games-board/freedoko/ChangeLog +++ b/games-board/freedoko/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/freedoko -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/ChangeLog,v 1.1 2006/10/09 17:04:33 wolf31o2 Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/ChangeLog,v 1.2 2007/01/19 22:29:21 mr_bones_ Exp $ + + 19 Jan 2007; Michael Sterrett <mr_bones_@gentoo.org> + freedoko-0.7.3.ebuild: + dos2unix -> edos2unix (bug #162841); tidy *freedoko-0.7.3 (09 Oct 2006) diff --git a/games-board/freedoko/freedoko-0.7.3.ebuild b/games-board/freedoko/freedoko-0.7.3.ebuild index bec1d59dd850..ac09e8d50b78 100644 --- a/games-board/freedoko/freedoko-0.7.3.ebuild +++ b/games-board/freedoko/freedoko-0.7.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild,v 1.2 2006/10/22 22:10:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/freedoko/freedoko-0.7.3.ebuild,v 1.3 2007/01/19 22:29:21 mr_bones_ Exp $ inherit eutils games @@ -25,19 +25,18 @@ RDEPEND="net? ( net-libs/gnet ) DEPEND="${RDEPEND} app-arch/unzip - doc? ( virtual/tetex ) - app-text/dos2unix" + doc? ( virtual/tetex )" S=${WORKDIR}/FreeDoko_${PV} src_unpack() { unpack FreeDoko_${PV}.src.zip - cd ${S} - dos2unix ${S}/src/Makefile.rules - epatch ${FILESDIR}/portage-cxx.patch - epatch ${FILESDIR}/Fix_Cardset_Make.patch - use !doc && epatch ${FILESDIR}/nodoc.patch - use !net && epatch ${FILESDIR}/nonet.patch + cd "${S}" + edos2unix "${S}"/src/Makefile.rules + epatch "${FILESDIR}"/portage-cxx.patch + epatch "${FILESDIR}"/Fix_Cardset_Make.patch + use !doc && epatch "${FILESDIR}"/nodoc.patch + use !net && epatch "${FILESDIR}"/nonet.patch sed -i -e 's/linux binary/Gentoo '${ARCH}' binary/g' Makefile @@ -80,10 +79,10 @@ src_install() { } pkg_postinst () { + games_pkg_postinst if use altenburgcards; then einfo "License Info:" einfo "Verwendung der ASS Altenburger Spielkarten mit Genehmigung" einfo "der Spielkartenfabrik Altenburg GmbH" fi } - |