diff options
author | 2007-01-31 22:31:49 +0000 | |
---|---|---|
committer | 2007-01-31 22:31:49 +0000 | |
commit | f80e0debc8cdb9793f893a28a7c0f71d22efb516 (patch) | |
tree | e9e28e851641008db57a2f961c59017f2074c752 /games-rpg/nwn/nwn-1.68-r1.ebuild | |
parent | Adding environment variables definition (diff) | |
download | historical-f80e0debc8cdb9793f893a28a7c0f71d22efb516.tar.gz historical-f80e0debc8cdb9793f893a28a7c0f71d22efb516.tar.bz2 historical-f80e0debc8cdb9793f893a28a7c0f71d22efb516.zip |
Fixed DESCRIPTION to be only one line. Thanks to Denis Dupeyron <calchan@gentoo.org> for spotting this. Closing bug #162843.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'games-rpg/nwn/nwn-1.68-r1.ebuild')
-rw-r--r-- | games-rpg/nwn/nwn-1.68-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games-rpg/nwn/nwn-1.68-r1.ebuild b/games-rpg/nwn/nwn-1.68-r1.ebuild index 253076543c12..d1691c49fbb7 100644 --- a/games-rpg/nwn/nwn-1.68-r1.ebuild +++ b/games-rpg/nwn/nwn-1.68-r1.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-rpg/nwn/nwn-1.68-r1.ebuild,v 1.4 2007/01/27 01:08:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwn/nwn-1.68-r1.ebuild,v 1.5 2007/01/31 22:31:49 wolf31o2 Exp $ inherit eutils games @@ -13,8 +13,7 @@ PACKAGE_NAME=_linuxclient${MY_PV}_orig.tar.gz SOU_NAME=_linuxclient${MY_PV}_xp1.tar.gz HOU_NAME=_linuxclient${MY_PV}_xp2.tar.gz -DESCRIPTION="role-playing game set in a huge medieval fantasy world of Dungeons -and Dragons" +DESCRIPTION="role-playing game set in a huge medieval fantasy world of Dungeons and Dragons" HOMEPAGE="http://nwn.bioware.com/downloads/linuxclient.html" SRC_URI="linguas_fr? ( ${PATCH_URL_BASE}/French${PACKAGE_NAME} @@ -248,6 +247,8 @@ src_unpack() { unpack "${a}" || die "unpack ${a}" cd .. fi + + fi done ) for a in ${A} |