summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-05-30 10:12:36 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-05-30 10:12:36 +0000
commit4ebd47e4f25ba6c72f92dc516cbb1b5df554ad9b (patch)
treecd6bca9e10d178cbd58b1c55e0a1b92850261ab0
parentfix #285419 properly, include --as-needed patch in patches (diff)
downloadgentoo-2-4ebd47e4f25ba6c72f92dc516cbb1b5df554ad9b.tar.gz
gentoo-2-4ebd47e4f25ba6c72f92dc516cbb1b5df554ad9b.tar.bz2
gentoo-2-4ebd47e4f25ba6c72f92dc516cbb1b5df554ad9b.zip
Remove old pcmanfm ebuilds. Clean up useless SLOT 2
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--x11-misc/pcmanfm/ChangeLog6
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.2.ebuild48
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.3.ebuild48
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.5.ebuild49
4 files changed, 5 insertions, 146 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog
index 6c370da775f4..921963132da6 100644
--- a/x11-misc/pcmanfm/ChangeLog
+++ b/x11-misc/pcmanfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/pcmanfm
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.21 2010/05/29 11:11:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.22 2010/05/30 10:12:36 hwoarang Exp $
+
+ 30 May 2010; Markos Chandras <hwoarang@gentoo.org> -pcmanfm-0.9.2.ebuild,
+ -pcmanfm-0.9.3.ebuild, -pcmanfm-0.9.5.ebuild:
+ Remove old pcmanfm ebuilds. Clean up useless SLOT 2
*pcmanfm-0.9.7 (29 May 2010)
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.2.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.2.ebuild
deleted file mode 100644
index 0476b5b5ff68..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.2.ebuild,v 1.1 2010/03/13 16:31:58 yngwin 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="2"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- >=lxde-base/menu-cache-0.3.2
- x11-misc/shared-mime-info
- x11-libs/libfm"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/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
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.3.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.3.ebuild
deleted file mode 100644
index 9a5ed1861746..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.3.ebuild,v 1.1 2010/03/18 17:18:36 hwoarang 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="2"
-KEYWORDS="~amd64"
-IUSE="debug"
-
-RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2
- >=lxde-base/menu-cache-0.3.2
- x11-misc/shared-mime-info
- x11-libs/libfm"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/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
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.5.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.5.ebuild
deleted file mode 100644
index 58026cf61361..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.9.5.ebuild,v 1.1 2010/05/02 21:09:26 vostorga 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="2"
-KEYWORDS="~amd64 ~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
- lxde-base/lxmenu-data"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/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
-}