summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-11-05 19:43:30 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-11-05 19:43:30 +0000
commitadb407ffbf39ef23990c8987e7af1be0941e8715 (patch)
treebbc7519b91eaacdbd239fe0d0316cd3243db8c5d /x11-misc
parentarm stable, bug #281427 (diff)
downloadgentoo-2-adb407ffbf39ef23990c8987e7af1be0941e8715.tar.gz
gentoo-2-adb407ffbf39ef23990c8987e7af1be0941e8715.tar.bz2
gentoo-2-adb407ffbf39ef23990c8987e7af1be0941e8715.zip
Cleaning out old ebuilds
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/pcmanfm/ChangeLog7
-rw-r--r--x11-misc/pcmanfm/files/pcmanfm-0.5.1-shared-mime-info-0.70.patch58
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.5.1-r1.ebuild64
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.5.1.ebuild63
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.5.ebuild68
5 files changed, 6 insertions, 254 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog
index 344e7f33c150..57979042c083 100644
--- a/x11-misc/pcmanfm/ChangeLog
+++ b/x11-misc/pcmanfm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/pcmanfm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.9 2009/10/29 17:51:19 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.10 2009/11/05 19:43:29 vostorga Exp $
+
+ 05 Nov 2009; Víctor Ostorga <vostorga@gentoo.org> -pcmanfm-0.5.ebuild,
+ -pcmanfm-0.5.1.ebuild, -pcmanfm-0.5.1-r1.ebuild,
+ -files/pcmanfm-0.5.1-shared-mime-info-0.70.patch:
+ Cleaning out old ebuilds
29 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> pcmanfm-0.5.2.ebuild,
+files/pcmanfm-0.5.2-fix-ca-translation.patch:
diff --git a/x11-misc/pcmanfm/files/pcmanfm-0.5.1-shared-mime-info-0.70.patch b/x11-misc/pcmanfm/files/pcmanfm-0.5.1-shared-mime-info-0.70.patch
deleted file mode 100644
index 5a8029430e13..000000000000
--- a/x11-misc/pcmanfm/files/pcmanfm-0.5.1-shared-mime-info-0.70.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-diff -ur pcmanfm-0.5.1.orig/src/mime-type/mime-cache.c pcmanfm-0.5.1/src/mime-type/mime-cache.c
---- pcmanfm-0.5.1.orig/src/mime-type/mime-cache.c 2009-04-20 20:41:30.000000000 +0300
-+++ pcmanfm-0.5.1/src/mime-type/mime-cache.c 2009-10-24 20:39:51.000000000 +0300
-@@ -40,7 +40,13 @@
- #include <fnmatch.h>
-
- #define LIB_MAJOR_VERSION 1
--#define LIB_MAX_MINOR_VERSION 1
-+/* FIXME: since mime-cache 1.2, weight is splitted into three parts
-+ * only lower 8 bit contains weight, and higher bits are flags and case-sensitivity.
-+ * anyway, since we don't support weight at all, it'll be fixed later.
-+ * We claimed that we support 1.2 to cheat pcmanfm as a temporary quick dirty fix
-+ * for the broken file manager, but this should be correctly done in the future.
-+ * Weight and case-sensitivity are not handled now. */
-+#define LIB_MAX_MINOR_VERSION 2
- #define LIB_MIN_MINOR_VERSION 0
-
- /* handle byte order here */
-@@ -57,7 +63,6 @@
- #define GLOB_LIST 20
- #define MAGIC_LIST 24
- #define NAMESPACE_LIST 28
--#define HEADER_SIZE 32
-
- MimeCache* mime_cache_new( const char* file_path )
- {
-@@ -111,7 +116,7 @@
- if ( fd < 0 )
- return FALSE;
-
-- if( fstat ( fd, &statbuf ) < 0 || statbuf.st_size < HEADER_SIZE )
-+ if( fstat ( fd, &statbuf ) < 0 )
- {
- close( fd );
- return FALSE;
-@@ -346,7 +351,6 @@
- const char* node =nodes + i * 12;
- guint32 ch = VAL32(node, 0);
- _suffix_pos = suffix;
--
- if( G_LIKELY( ch ) )
- {
- if( ch == uchar )
-@@ -391,14 +395,12 @@
-
- if( G_UNLIKELY( ! filename || ! *filename || 0 == n ) )
- return NULL;
--
- if( cache->has_reverse_suffix ) /* since mime.cache ver: 1.1 */
- {
- const char *suffix, *leaf_node, *_suffix_pos = (const char*)-1;
- fn_len = strlen( filename );
- suffix = g_utf8_find_prev_char( filename, filename + fn_len );
- leaf_node = lookup_reverse_suffix_nodes( cache->buffer, root, n, filename, suffix, &_suffix_pos );
--
- if( leaf_node )
- {
- mime_type = cache->buffer + VAL32( leaf_node, 4 );
diff --git a/x11-misc/pcmanfm/pcmanfm-0.5.1-r1.ebuild b/x11-misc/pcmanfm/pcmanfm-0.5.1-r1.ebuild
deleted file mode 100644
index 3f1e7f70535f..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.5.1-r1.ebuild,v 1.1 2009/10/25 03:12:02 vostorga Exp $
-
-EAPI="2"
-inherit autotools eutils fdo-mime
-
-DESCRIPTION="Extremely fast and lightweight tabbed file manager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="hal"
-
-RDEPEND="virtual/fam
- x11-libs/cairo
- x11-libs/gtk+:2
- x11-misc/shared-mime-info
- x11-themes/gnome-icon-theme
- x11-libs/startup-notification
- hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- # Don't break Gnome & possibly other environments, bug 272318
- epatch "${FILESDIR}"/pcmanfm-find.desktop.patch
- epatch "${FILESDIR}"/${P}-shared-mime-info-0.70.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable hal)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-
- 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
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.5.1.ebuild b/x11-misc/pcmanfm/pcmanfm-0.5.1.ebuild
deleted file mode 100644
index 279b21f4be7f..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.5.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.5.1.ebuild,v 1.3 2009/08/15 11:02:58 volkmar Exp $
-
-EAPI="2"
-inherit autotools eutils fdo-mime
-
-DESCRIPTION="Extremely fast and lightweight tabbed file manager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="hal"
-
-RDEPEND="virtual/fam
- x11-libs/cairo
- x11-libs/gtk+:2
- x11-misc/shared-mime-info
- x11-themes/gnome-icon-theme
- x11-libs/startup-notification
- hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- # Don't break Gnome & possibly other environments, bug 272318
- epatch "${FILESDIR}"/pcmanfm-find.desktop.patch
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable hal)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO || die "dodoc failed"
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-
- 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
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.5.ebuild b/x11-misc/pcmanfm/pcmanfm-0.5.ebuild
deleted file mode 100644
index 66af383c486b..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/pcmanfm-0.5.ebuild,v 1.2 2009/07/12 17:30:25 vostorga Exp $
-
-EAPI="1"
-inherit eutils fdo-mime
-
-DESCRIPTION="Extremely fast and lightweight tabbed file manager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="hal"
-
-RDEPEND="virtual/fam
- x11-libs/cairo
- x11-libs/gtk+:2
- x11-misc/shared-mime-info
- x11-themes/gnome-icon-theme
- x11-libs/startup-notification
- hal? ( sys-apps/hal )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- #fixing tests, bug #262733
- echo "pcmanfm-find.desktop.in" >> po/POTFILES.skip
- echo "pcmanfm.desktop.in" >> po/POTFILES.skip
- echo "src/exo/exo-icon-view.c" >> po/POTFILES.skip
- echo "src/exo/exo-tree-view.c" >> po/POTFILES.skip
-}
-
-src_compile() {
- econf $(use_enable hal) || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-
- 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
-}
-
-pkg_postrm() {
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
-}