summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:06:39 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-08-25 00:06:39 +0000
commit21c6d3909700cd0997a62a3c7876bfcda51c1dd1 (patch)
tree690bdafac00caa4508cc63127ae419dbc82655b8 /x11-misc
parentRemove old LXDE packages (diff)
downloadgentoo-2-21c6d3909700cd0997a62a3c7876bfcda51c1dd1.tar.gz
gentoo-2-21c6d3909700cd0997a62a3c7876bfcda51c1dd1.tar.bz2
gentoo-2-21c6d3909700cd0997a62a3c7876bfcda51c1dd1.zip
Remove old ebuilds
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild
deleted file mode 100644
index 6c8419b1fcde..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.7-r2.ebuild,v 1.10 2012/05/05 04:53:46 jdhore Exp $
-
-EAPI="2"
-inherit eutils fdo-mime
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ppc x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.16:2
- >=lxde-base/menu-cache-0.3.2
- x11-misc/shared-mime-info
- >=x11-libs/libfm-0.1.11
- virtual/eject"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_configure() {
- strip-linguas -i "${S}/po"
- econf --sysconfdir=/etc $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS || die
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-
- elog 'PCmanFM can optionally support the menu://applications/ location.'
- elog 'You should install lxde-base/lxmenu-data for that functionality.'
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}