summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-05-05 17:22:39 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-05-05 17:22:39 +0000
commit09e31155faa422c5c81c7fefb550205567edc481 (patch)
treee8e7f444b6544d96f4b116c28a5ac13d88821b5c /x11-misc/rodent
parentold (diff)
downloadgentoo-2-09e31155faa422c5c81c7fefb550205567edc481.tar.gz
gentoo-2-09e31155faa422c5c81c7fefb550205567edc481.tar.bz2
gentoo-2-09e31155faa422c5c81c7fefb550205567edc481.zip
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'x11-misc/rodent')
-rw-r--r--x11-misc/rodent/ChangeLog5
-rw-r--r--x11-misc/rodent/rodent-4.8.0.ebuild40
2 files changed, 4 insertions, 41 deletions
diff --git a/x11-misc/rodent/ChangeLog b/x11-misc/rodent/ChangeLog
index e679de5b7fc4..841fd1d1e0b2 100644
--- a/x11-misc/rodent/ChangeLog
+++ b/x11-misc/rodent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/rodent
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.15 2013/04/11 18:09:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rodent/ChangeLog,v 1.16 2013/05/05 17:22:39 ssuominen Exp $
+
+ 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> -rodent-4.8.0.ebuild:
+ old
11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> rodent-4.9.2.ebuild:
Stable for x86, wrt bug #465286
diff --git a/x11-misc/rodent/rodent-4.8.0.ebuild b/x11-misc/rodent/rodent-4.8.0.ebuild
deleted file mode 100644
index 96ed13c6cc8d..000000000000
--- a/x11-misc/rodent/rodent-4.8.0.ebuild
+++ /dev/null
@@ -1,40 +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/rodent/rodent-4.8.0.ebuild,v 1.4 2012/11/28 12:32:59 ssuominen Exp $
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A fast, small and powerful file manager and graphical shell"
-HOMEPAGE="http://rodent.xffm.org/"
-SRC_URI="mirror://sourceforge/xffm/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="experimental"
-
-COMMON_DEPEND="x11-libs/libX11
- x11-libs/libSM
- dev-libs/libxml2
- >=dev-libs/glib-2.24
- x11-libs/gtk+:3
- >=x11-libs/cairo-1.8.10
- >=gnome-base/librsvg-2.26
- >=dev-libs/libzip-0.9
- sys-apps/file"
-RDEPEND="${COMMON_DEPEND}
- gnome-base/gvfs"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=( $(use_with experimental) )
- DOCS=( ChangeLog README TODO )
-}
-
-src_install() {
- # Build/share/Makefile.am:docdir = $(datadir)/doc/@PLUGIN_DIR@
- xfconf_src_install docdir=/usr/share/doc/${PF}
-}