summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-05-31 14:25:44 +0000
committerChristoph Mende <angelos@gentoo.org>2011-05-31 14:25:44 +0000
commit0f640f2067d67bc8fa6569f241ac547aa5ca796e (patch)
treebdf139e6ace6bff5a338a09f8b96ffd1f20ac3d5 /x11-misc/rodent
parentx86 stable wrt bug #368087 (diff)
downloadgentoo-2-0f640f2067d67bc8fa6569f241ac547aa5ca796e.tar.gz
gentoo-2-0f640f2067d67bc8fa6569f241ac547aa5ca796e.tar.bz2
gentoo-2-0f640f2067d67bc8fa6569f241ac547aa5ca796e.zip
Version bump and remove old
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rodent')
-rw-r--r--x11-misc/rodent/ChangeLog9
-rw-r--r--x11-misc/rodent/files/rodent-4.6.2-libs.patch12
-rw-r--r--x11-misc/rodent/files/rodent-4.6.2-validate.patch42
-rw-r--r--x11-misc/rodent/rodent-4.6.4.ebuild (renamed from x11-misc/rodent/rodent-4.6.2.ebuild)17
4 files changed, 11 insertions, 69 deletions
diff --git a/x11-misc/rodent/ChangeLog b/x11-misc/rodent/ChangeLog
index f413c746765d..c9e65616a0d5 100644
--- a/x11-misc/rodent/ChangeLog
+++ b/x11-misc/rodent/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-misc/rodent
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.3 2011/05/26 16:12:26 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.4 2011/05/31 14:25:43 angelos Exp $
+
+*rodent-4.6.4 (31 May 2011)
+
+ 31 May 2011; Christoph Mende <angelos@gentoo.org> -rodent-4.6.2.ebuild,
+ -files/rodent-4.6.2-libs.patch, -files/rodent-4.6.2-validate.patch,
+ +rodent-4.6.4.ebuild:
+ Version bump and remove old
26 May 2011; Christoph Mende <angelos@gentoo.org> rodent-4.6.2.ebuild:
Fix homepage
diff --git a/x11-misc/rodent/files/rodent-4.6.2-libs.patch b/x11-misc/rodent/files/rodent-4.6.2-libs.patch
deleted file mode 100644
index 086b7caac094..000000000000
--- a/x11-misc/rodent/files/rodent-4.6.2-libs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Build/lib/Makefile.am b/Build/lib/Makefile.am
-index 3f5f0aa..d60dfcc 100644
---- a/Build/lib/Makefile.am
-+++ b/Build/lib/Makefile.am
-@@ -160,6 +160,7 @@ libapplications_la_CFLAGS = $(common_CFLAGS) @LIBXML_CFLAGS@
-
- COMMON_LDFLAGS = -export-dynamic -version-info @RFM_VERINFO@
- librfm_la_LDFLAGS = $(COMMON_LDFLAGS)
-+librfm_la_LIBADD = @LIBSM_LIBS@
- librodent_la_LDFLAGS = $(COMMON_LDFLAGS)
- librfm_deskview_la_LDFLAGS = $(COMMON_LDFLAGS)
- librfm_gridview_la_LDFLAGS = $(COMMON_LDFLAGS)
diff --git a/x11-misc/rodent/files/rodent-4.6.2-validate.patch b/x11-misc/rodent/files/rodent-4.6.2-validate.patch
deleted file mode 100644
index 0bef25be5f48..000000000000
--- a/x11-misc/rodent/files/rodent-4.6.2-validate.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-The lines starting with _ should get translated, but the build system lacks support for it.
-
---- Build/bin/Rodent.desktop.in
-+++ Build/bin/Rodent.desktop.in
-@@ -1,13 +1,12 @@
- [Desktop Entry]
- Version=1.0
- Type=Application
--Encoding=UTF-8
--_Name=Rodent
--_GenericName=Rodent Filemanager
--_Comment=Advanced user filemanager
-+Name=Rodent
-+GenericName=Rodent Filemanager
-+Comment=Advanced user filemanager
- TryExec=rodent
- Exec=rodent
- Icon=Rodent-system
- Terminal=false
--Categories=Core;Filemanager;
-+Categories=System;Utility;Core;GTK;FileTools;FileManager;
- StartupNotify=false
---- Build/bin/Rodent-diff.desktop.in
-+++ Build/bin/Rodent-diff.desktop.in
-@@ -1,13 +1,12 @@
- [Desktop Entry]
- Version=1.0
- Type=Application
--Encoding=UTF-8
--_Name=Rodent Differences tool
--_GenericName=Rodent Differences tool
--_Comment=File difference and patch visualiser
-+Name=Rodent Differences tool
-+GenericName=Rodent Differences tool
-+Comment=File difference and patch visualiser
- TryExec=rodent-diff
- Exec=rodent-diff
- Icon=diff-icon
- Terminal=false
--Categories=Core;Utility;
-+Categories=Utility;Core;GTK;FileTools;
- StartupNotify=false
diff --git a/x11-misc/rodent/rodent-4.6.2.ebuild b/x11-misc/rodent/rodent-4.6.4.ebuild
index 3ebf346f7c6c..d249bb6fd9ab 100644
--- a/x11-misc/rodent/rodent-4.6.2.ebuild
+++ b/x11-misc/rodent/rodent-4.6.4.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.6.2.ebuild,v 1.4 2011/05/26 16:12:26 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/rodent-4.6.4.ebuild,v 1.1 2011/05/31 14:25:43 angelos Exp $
EAPI=4
-inherit autotools eutils fdo-mime gnome2-utils
+inherit fdo-mime gnome2-utils
DESCRIPTION="a fast, small and powerful file manager and graphical shell"
HOMEPAGE="http://rodent.xffm.org"
@@ -25,21 +25,10 @@ DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
-DOCS="ChangeLog README TODO"
-
-src_prepare() {
- rm -f Build/bin/*.desktop
-
- epatch \
- "${FILESDIR}"/${P}-libs.patch \
- "${FILESDIR}"/${P}-validate.patch
-
- eautoreconf
-}
+DOCS=( ChangeLog README TODO )
src_install() {
default
-
find "${D}" -name '*.la' -exec rm -f {} +
}