diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-21 11:38:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-21 11:38:58 +0000 |
commit | 4df5157fa507267e43810af0b307241fe29949c9 (patch) | |
tree | 0cd97b744d669f1d82295c6d767de771d0a5705b /games-strategy/freeciv | |
parent | version bump and install the python module now (Manifest recommit) (diff) | |
download | gentoo-2-4df5157fa507267e43810af0b307241fe29949c9.tar.gz gentoo-2-4df5157fa507267e43810af0b307241fe29949c9.tar.bz2 gentoo-2-4df5157fa507267e43810af0b307241fe29949c9.zip |
replace deprecated USE flag structure with supported method
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/freeciv/Manifest | 4 | ||||
-rw-r--r-- | games-strategy/freeciv/freeciv-1.14.1.ebuild | 5 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/freeciv/ChangeLog b/games-strategy/freeciv/ChangeLog index c16c0a7a07a8..d011b4a8cd51 100644 --- a/games-strategy/freeciv/ChangeLog +++ b/games-strategy/freeciv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/freeciv -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.8 2004/01/06 22:14:11 mr_bones_ Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/ChangeLog,v 1.9 2004/01/21 11:38:52 mr_bones_ Exp $ + + 21 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> freeciv-1.14.1.ebuild: + replace deprecated USE flag structure with supported method 06 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> freeciv-1.14.1.ebuild: added install of stdsounds2 from the freeciv site (to address bug 36178) diff --git a/games-strategy/freeciv/Manifest b/games-strategy/freeciv/Manifest index a949d0f648bb..73c3c0e24755 100644 --- a/games-strategy/freeciv/Manifest +++ b/games-strategy/freeciv/Manifest @@ -1,6 +1,6 @@ -MD5 30456a924a79ac49908c5e90452ef05e ChangeLog 2994 +MD5 6626396597f3404a847a156e02726fd8 ChangeLog 3135 MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241 MD5 0a8dc8e890732bf07a7a9dcb72ea869d freeciv-1.14.0-r1.ebuild 1725 -MD5 2f7ce071f8f7c202cbe66f4d58b802d4 freeciv-1.14.1.ebuild 1843 +MD5 cd49145d969a953e86bce4fc6c78e9c6 freeciv-1.14.1.ebuild 1851 MD5 a596b071c160a0a1dd5d5c315f21a2f7 files/digest-freeciv-1.14.1 131 MD5 a58905cf82fbffcfc85d0b05eb830f7f files/digest-freeciv-1.14.0-r1 68 diff --git a/games-strategy/freeciv/freeciv-1.14.1.ebuild b/games-strategy/freeciv/freeciv-1.14.1.ebuild index 3e311c57c84e..87e0a71a42ac 100644 --- a/games-strategy/freeciv/freeciv-1.14.1.ebuild +++ b/games-strategy/freeciv/freeciv-1.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.3 2004/01/06 22:15:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/freeciv/freeciv-1.14.1.ebuild,v 1.4 2004/01/21 11:38:52 mr_bones_ Exp $ inherit games @@ -31,7 +31,8 @@ DEPEND=">=sys-devel/gettext-0.10.36 >=dev-libs/glib-2.0.0 >=dev-libs/atk-1.0.3 >=x11-libs/pango-1.0.5 - ) : ( + ) + !gtk2? ( =x11-libs/gtk+-1* >=dev-libs/glib-1.2.5 >=media-libs/imlib-1.9.2 |