summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2008-09-19 19:16:39 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2008-09-19 19:16:39 +0000
commitd1b678210f2a01c73206ba2c8720cfc67553b66b (patch)
tree5d6ec34ae65fddb5e4a5a3040390a84d979e0a35 /app-portage
parentVersion bump.... (diff)
downloadgentoo-2-d1b678210f2a01c73206ba2c8720cfc67553b66b.tar.gz
gentoo-2-d1b678210f2a01c73206ba2c8720cfc67553b66b.tar.bz2
gentoo-2-d1b678210f2a01c73206ba2c8720cfc67553b66b.zip
cleaning the house ..
(Portage version: 2.2_rc8/cvs/Linux 2.6.25.9 x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/himerge/himerge-0.17.3.ebuild42
-rw-r--r--app-portage/himerge/himerge-0.17.ebuild42
-rw-r--r--app-portage/himerge/himerge-0.30.ebuild50
3 files changed, 0 insertions, 134 deletions
diff --git a/app-portage/himerge/himerge-0.17.3.ebuild b/app-portage/himerge/himerge-0.17.3.ebuild
deleted file mode 100644
index 09137c4d1a54..000000000000
--- a/app-portage/himerge/himerge-0.17.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.17.3.ebuild,v 1.1 2008/02/24 04:32:13 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.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.8.2
- >=dev-haskell/gtk2hs-0.9.12.1
- dev-haskell/parallel
- >=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/
-}
diff --git a/app-portage/himerge/himerge-0.17.ebuild b/app-portage/himerge/himerge-0.17.ebuild
deleted file mode 100644
index c02354d75c4d..000000000000
--- a/app-portage/himerge/himerge-0.17.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.17.ebuild,v 1.1 2008/02/10 05:03:49 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.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.8.2
- >=dev-haskell/gtk2hs-0.9.12.1
- dev-haskell/parallel
- >=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/
-}
diff --git a/app-portage/himerge/himerge-0.30.ebuild b/app-portage/himerge/himerge-0.30.ebuild
deleted file mode 100644
index be88d83f851a..000000000000
--- a/app-portage/himerge/himerge-0.30.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/himerge/himerge-0.30.ebuild,v 1.1 2008/09/18 17:18:36 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.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.8.2
- >=dev-haskell/gtk2hs-0.9.12.1
- dev-haskell/parallel
- >=app-portage/eix-0.9.3
- >=app-portage/gentoolkit-0.2.3
- >=app-portage/portage-utils-0.1.28
- >=dev-haskell/filepath-1.0"
-RDEPEND=""
-
-pkg_setup() {
- if ! built_with_use -o dev-haskell/gtk2hs firefox seamonkey xulrunner; then
- echo
- eerror "gtk2hs was not merged with the firefox, seamonkey or xulrunner USE flag."
- eerror "Himerge requires gtk2hs to be compiled with any of these flags."
- die "gtk2hs missing web browser support."
- fi
-}
-
-src_install() {
- cabal_src_install
- # Give suid privileges.
- fperms 4111 /usr/bin/hima
-}
-
-pkg_postinst() {
- enewgroup himerge
- ewarn "In order to run this Himerge version you have to"
- ewarn "be in the 'himerge' group."
- case ${CHOST} in
- *-darwin*) ewarn "Just run 'niutil -appendprop / /groups/himerge users <USER>'";;
- *-freebsd*|*-dragonfly*) ewarn "Just run 'pw groupmod himerge -m <USER>'";;
- *) ewarn "Just run 'gpasswd -a <USER> himerge', then have <USER> re-login.";;
- esac
- echo
-}