summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2012-06-10 21:42:21 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:07 +0200
commit73848b54d5a6b3672d4a6f6a49e3d234bda65189 (patch)
tree542fc6f0ab4ccceb226db496555aeb964886508c /games-rpg/magus
parentBump trickyfetch. Update checksums (diff)
downloadmv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.tar.gz
mv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.tar.bz2
mv-73848b54d5a6b3672d4a6f6a49e3d234bda65189.zip
Make repoman happy. Remove icecat support
Diffstat (limited to 'games-rpg/magus')
-rw-r--r--games-rpg/magus/ChangeLog5
-rw-r--r--games-rpg/magus/magus-99999999.ebuild22
-rw-r--r--games-rpg/magus/metadata.xml5
3 files changed, 16 insertions, 16 deletions
diff --git a/games-rpg/magus/ChangeLog b/games-rpg/magus/ChangeLog
index 7ddf0327..b92fedc7 100644
--- a/games-rpg/magus/ChangeLog
+++ b/games-rpg/magus/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for games-rpg/magus
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header $
+# $Header: $
*magus-1.3.3 (28 May 2011)
+ 10 Jun 2012; Martin Väth <martin@mvath.de>
+ Remove support for icecat. Fix postgresql dependency
+
06 Jun 2012; Martin Väth <martin@mvath.de>
Use new eutils features prune_libtool_files, doicon
diff --git a/games-rpg/magus/magus-99999999.ebuild b/games-rpg/magus/magus-99999999.ebuild
index 4f01d56b..f80d57ea 100644
--- a/games-rpg/magus/magus-99999999.ebuild
+++ b/games-rpg/magus/magus-99999999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header $
+# $Header: $
EAPI="4"
inherit eutils autotools flag-o-matic
@@ -27,12 +27,12 @@ then PROPERTIES="live"
fi
LICENSE="GPL-2"
SLOT="0"
-IUSE="+acroread icecat imagemagick konqueror postgres pngcrush seamonkey"
+IUSE="+acroread imagemagick konqueror postgres pngcrush seamonkey"
DEPENDCOMMON="dev-libs/libsigc++:2
dev-cpp/gtkmm:2.4
virtual/latex-base
- postgres? ( virtual/postgresql-server )
+ postgres? ( dev-db/postgresql-server )
!postgres? ( dev-db/sqlite:3 )
|| ( media-libs/netpbm media-gfx/graphicsmagick media-gfx/imagemagick )"
@@ -42,14 +42,11 @@ DEPEND="${DEPENDCOMMON}
imagemagick? ( || ( media-gfx/graphicsmagick[imagemagick] media-gfx/imagemagick ) )"
RDEPEND="${DEPENDCOMMON}
- icecat? ( www-client/icecat )
- !icecat? (
- seamonkey? ( www-client/seamonkey )
- !seamonkey? (
- konqueror? ( kde-base/konqueror )
- !konqueror? (
- || ( www-client/firefox www-client/firefox-bin )
- )
+ seamonkey? ( www-client/seamonkey )
+ !seamonkey? (
+ konqueror? ( kde-base/konqueror )
+ !konqueror? (
+ || ( www-client/firefox www-client/firefox-bin )
)
)
acroread? ( app-text/acroread )
@@ -117,7 +114,7 @@ src_sed() {
set_browser() {
local i browser
browser=
- for i in icecat seamonkey konqueror
+ for i in seamonkey konqueror
do use "${i}" || continue
if [ -n "${browser}" ]
then ewarn "USE=${i} is overridden by USE=${browser}"
@@ -256,4 +253,3 @@ src_install() {
doicon -s "${myres}" "${myicon}"
done
}
-
diff --git a/games-rpg/magus/metadata.xml b/games-rpg/magus/metadata.xml
index 90c050ea..e6abf3f2 100644
--- a/games-rpg/magus/metadata.xml
+++ b/games-rpg/magus/metadata.xml
@@ -1,26 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>martin@mvath.de</email>
<name>Martin Väth</name>
</maintainer>
<upstream>
<maintainer>
+ <email></email>
<name>Christof Petig</name>
</maintainer>
<maintainer>
+ <email></email>
<name>Malte Thoma</name>
</maintainer>
<maintainer>
+ <email></email>
<name>Alessandro Filippetti</name>
</maintainer>
<bugs-to>http://midgard.berlios.de/pages/bugform.html</bugs-to>
</upstream>
<use>
<flag name="acroread">Depend on acroread (otherwise you are responsible to install/configure a pdf viewer)</flag>
- <flag name="icecat">Depend on icecat browser instead of firefox</flag>
<flag name="konqueror">Depend on konqueror browser instead of firefox</flag>
<flag name="postgres">Use postgresql instead of sqlite</flag>
<flag name="seamonkey">Depend on seamonkey browser instead of firefox</flag>