summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2008-05-19 12:49:19 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2008-05-19 12:49:19 +0000
commit0c6fe9725725af3f2a2bc91a523867f4eb5ceb75 (patch)
treeaf7cbf696dedbf9da744aaeb5c28500af29d3d36 /app-portage
parentVersion 0.21 (diff)
downloadgentoo-2-0c6fe9725725af3f2a2bc91a523867f4eb5ceb75.tar.gz
gentoo-2-0c6fe9725725af3f2a2bc91a523867f4eb5ceb75.tar.bz2
gentoo-2-0c6fe9725725af3f2a2bc91a523867f4eb5ceb75.zip
Removing old version
(Portage version: 2.1.5)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/himerge/himerge-0.14.7.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-portage/himerge/himerge-0.14.7.ebuild b/app-portage/himerge/himerge-0.14.7.ebuild
deleted file mode 100644
index a732c2f29f53..000000000000
--- a/app-portage/himerge/himerge-0.14.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.14.7.ebuild,v 1.2 2007/11/03 21:37:01 araujo Exp $
-
-inherit base haskell-cabal
-
-DESCRIPTION="Haskell Graphical User Interface for the Gentoo's Portage System."
-HOMEPAGE="http://www.haskell.org/himerge/"
-SRC_URI="http://www.haskell.org/himerge/release/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6
- >=dev-haskell/gtk2hs-0.9.12
- >=app-portage/eix-0.9.3
- >=app-portage/gentoolkit-0.2.3
- >=app-portage/portage-utils-0.1.28"
-RDEPEND=""
-
-pkg_setup() {
- if ! built_with_use -o dev-haskell/gtk2hs firefox seamonkey xulrunner; then
- echo
- eerror "gtk2hs was not merged with the firefox or seamonkey USE flag."
- eerror "Himerge requires gtk2hs be compiled with any of these flags."
- die "gtk2hs missing web browser support."
- fi
-}
-
-src_install() {
- cabal-copy
- cabal-pkg
- einfo "Installing data files."
- mkdir -p "${D}"/usr/share/himerge/icons
- mkdir -p "${D}"/usr/share/doc/"${P}"
- cp "${S}"/data/himerge/doc/himerge.css "${D}"/usr/share/doc/"${P}"/
- cp "${S}"/data/himerge/doc/himerge_doc.html "${D}"/usr/share/doc/"${P}"/
- cp "${S}"/data/himerge/icons/* "${D}"/usr/share/himerge/icons/
-}