summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/pcmanfm/pcmanfm-0.3.1_beta2.ebuild')
-rw-r--r--app-misc/pcmanfm/pcmanfm-0.3.1_beta2.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-misc/pcmanfm/pcmanfm-0.3.1_beta2.ebuild b/app-misc/pcmanfm/pcmanfm-0.3.1_beta2.ebuild
deleted file mode 100644
index 92e6d1fa4..000000000
--- a/app-misc/pcmanfm/pcmanfm-0.3.1_beta2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P=${P/_beta/-beta}
-
-DESCRIPTION="Extremely fast and lightweight tabbed file manager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/fam
- x11-libs/cairo
- >=x11-libs/gtk+-2.8
- x11-misc/shared-mime-info"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS TODO
-}
-
-pkg_postinst() {
- if has_version app-admin/fam ; then
- elog "You are using fam as your file alteration monitor,"
- elog "so you must have famd started before running pcmanfm."
- elog
- elog "To add famd to the default runlevel and start it, run:"
- elog
- elog "# rc-update add famd default"
- elog "# /etc/init.d/famd start"
- elog
- elog "It is recommended you use gamin instead of fam."
- fi
-}