summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-05-07 09:51:44 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-05-07 09:51:44 +0000
commitbe9b04bed0801d68e07201b85b31640e0d9f9f4a (patch)
tree2a90e53207224c9ff226ead6112b25164d7f0df5 /x11-misc/pcmanfm
parentVersion bump, remove old, this also fixes bug #359501 by Leho Kraav and janni... (diff)
downloadgentoo-2-be9b04bed0801d68e07201b85b31640e0d9f9f4a.tar.gz
gentoo-2-be9b04bed0801d68e07201b85b31640e0d9f9f4a.tar.bz2
gentoo-2-be9b04bed0801d68e07201b85b31640e0d9f9f4a.zip
remove old
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/pcmanfm')
-rw-r--r--x11-misc/pcmanfm/ChangeLog6
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.9.ebuild55
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110422.ebuild69
-rw-r--r--x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild70
4 files changed, 5 insertions, 195 deletions
diff --git a/x11-misc/pcmanfm/ChangeLog b/x11-misc/pcmanfm/ChangeLog
index d6fa2371e8cd..c4ec4402f2c0 100644
--- a/x11-misc/pcmanfm/ChangeLog
+++ b/x11-misc/pcmanfm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/pcmanfm
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.77 2012/05/05 04:53:46 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pcmanfm/ChangeLog,v 1.78 2012/05/07 09:51:44 hwoarang Exp $
+
+ 07 May 2012; Markos Chandras <hwoarang@gentoo.org> -pcmanfm-0.9.9.ebuild,
+ -pcmanfm-0.9.9_pre20110422.ebuild, -pcmanfm-0.9.9_pre20110614.ebuild:
+ remove old
05 May 2012; Jeff Horelick <jdhore@gentoo.org> pcmanfm-0.9.7-r2.ebuild,
pcmanfm-0.9.9_pre20110422.ebuild, pcmanfm-0.9.9_pre20110614.ebuild,
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.9.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.9.ebuild
deleted file mode 100644
index 674608beb257..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.9.ebuild
+++ /dev/null
@@ -1,55 +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.9.ebuild,v 1.7 2012/05/05 04:53:46 jdhore Exp $
-
-EAPI=4
-
-inherit autotools fdo-mime
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-
-KEYWORDS="~alpha amd64 arm ~ppc x86 ~x86-linux"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.22.1:2
- >=lxde-base/menu-cache-0.3.2
- >=x11-libs/libfm-0.1.16"
-RDEPEND="${COMMON_DEPEND}
- virtual/eject
- virtual/freedesktop-icon-theme"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- # Fix desktop icons
- sed -i -e "/MimeType/s:=.*normal;:=:" "${S}"/data/${PN}.desktop \
- || die "failed to fix desktop icon"
- # drop -O0. Bug #382265
- sed -i -e "s:-O0::" "${S}"/configure.ac
- eautoreconf
-
-}
-
-src_configure() {
- econf \
- --sysconfdir="${EPREFIX}/etc" \
- $(use_enable debug)
-}
-
-pkg_postinst() {
- fdo-mime_desktop_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
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110422.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110422.ebuild
deleted file mode 100644
index 37d7b6da3de3..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110422.ebuild
+++ /dev/null
@@ -1,69 +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.9_pre20110422.ebuild,v 1.8 2012/05/05 04:53:46 jdhore Exp $
-
-EAPI=2
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
- inherit autotools git-2
- SRC_URI=""
-else
- inherit autotools
- SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="~alpha amd64 arm ppc x86"
-fi
-
-inherit fdo-mime
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.22.1:2
- >=lxde-base/menu-cache-0.3.2
- >=x11-libs/libfm-0.1.15_pre20110202"
-RDEPEND="${COMMON_DEPEND}
- virtual/eject"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- intltoolize --force --copy --automake || die
- # Fix tests. Bug #357125
- for x in about autorun desktop-pref pref; do
- echo data/ui/${x}.ui >> po/POTFILES.in
- done
- # Fix desktop icons
- sed -i -e "/MimeType/s:=.*normal;:=:" data/${PN}.desktop.in \
- || die "failed to fix desktop icon"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --sysconfdir=/etc \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_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
-}
diff --git a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild b/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild
deleted file mode 100644
index cb7fa122fbed..000000000000
--- a/x11-misc/pcmanfm/pcmanfm-0.9.9_pre20110614.ebuild
+++ /dev/null
@@ -1,70 +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.9_pre20110614.ebuild,v 1.6 2012/05/05 04:53:46 jdhore Exp $
-
-EAPI=3
-
-if [[ ${PV} == 9999 ]]; then
- EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
- inherit autotools git-2
- SRC_URI=""
-else
- inherit autotools
- SRC_URI="http://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
- KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~x86-linux"
-fi
-
-inherit fdo-mime
-
-DESCRIPTION="Fast lightweight tabbed filemanager"
-HOMEPAGE="http://pcmanfm.sourceforge.net/"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
-
-COMMON_DEPEND=">=dev-libs/glib-2.18:2
- >=x11-libs/gtk+-2.22.1:2
- >=lxde-base/menu-cache-0.3.2
- >=x11-libs/libfm-0.1.15_pre20110614"
-RDEPEND="${COMMON_DEPEND}
- virtual/eject
- virtual/freedesktop-icon-theme"
-DEPEND="${COMMON_DEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- intltoolize --force --copy --automake || die
- # Fix tests. Bug #357125
- for x in about autorun desktop-pref pref; do
- echo data/ui/${x}.ui >> po/POTFILES.in
- done
- # Fix desktop icons
- sed -i -e "/MimeType/s:=.*normal;:=:" data/${PN}.desktop.in \
- || die "failed to fix desktop icon"
- eautoreconf
-}
-
-src_configure() {
- econf \
- --sysconfdir="${EPREFIX}/etc" \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS
-}
-
-pkg_postinst() {
- fdo-mime_desktop_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
-}