diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-misc/rodent | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-misc/rodent')
-rw-r--r-- | x11-misc/rodent/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/rodent/files/rodent-4.9.2-rupo.patch | 15 | ||||
-rw-r--r-- | x11-misc/rodent/metadata.xml | 15 | ||||
-rw-r--r-- | x11-misc/rodent/rodent-4.9.2.ebuild | 44 |
4 files changed, 75 insertions, 0 deletions
diff --git a/x11-misc/rodent/Manifest b/x11-misc/rodent/Manifest new file mode 100644 index 000000000000..4d7cce9ea121 --- /dev/null +++ b/x11-misc/rodent/Manifest @@ -0,0 +1 @@ +DIST rodent-4.9.2.tar.gz 12061909 SHA256 d1e892ed22ad5eac65d915b0ac81d1c01b72699667429e7bc8847cc8c5ddc001 SHA512 776975bfff4e9e7b51e4f4b6f2d3e78c2fdeb949ed144dce66faa32b5a20f085201050500f26eb4af74ec63a354bb71ab39b8dd5eb9f95bffe289bb71bdd33a6 WHIRLPOOL 698facf1ff82b1c1a668437d7f0af253084e259f69459e00206ee4630809549187be89cc576534713376a2ab848a35b77c00881e2c5021cbeccc4e9e1fd3b40a diff --git a/x11-misc/rodent/files/rodent-4.9.2-rupo.patch b/x11-misc/rodent/files/rodent-4.9.2-rupo.patch new file mode 100644 index 000000000000..688904f3dec1 --- /dev/null +++ b/x11-misc/rodent/files/rodent-4.9.2-rupo.patch @@ -0,0 +1,15 @@ +diff --git a/po/ru.po b/po/ru.po +index 1062358..5bc37e4 100644 +--- a/po/ru.po ++++ b/po/ru.po +@@ -381,9 +381,7 @@ msgstr "Фоновое изображение" + + #: ../Build/bin/Rfm-root.desktop.in.in.h:2 + msgid "Change background image" +-msgstr "" +-"Изменение изображения фона\n" +-"изменение изображения фона" ++msgstr "Изменение изображения фона" + + #. old items: + #: ../Build/plugins/Rodent-fstab.desktop.in.in.h:1 diff --git a/x11-misc/rodent/metadata.xml b/x11-misc/rodent/metadata.xml new file mode 100644 index 000000000000..75fb1eb8f3cb --- /dev/null +++ b/x11-misc/rodent/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>xfce@gentoo.org</email> + <name>XFCE Team</name> + </maintainer> + <longdescription lang="en">Rodent is fast, small and powerful file manager for the GNU operating system (but it also works in BSD). Rodent is *not* a filemanager for dummies. Emphasis is on ease of use for the advanced user, not the computer illiterate.</longdescription> + <use> + <flag name="experimental">Build experimental plugins (obexfs, curlftpfs, ecryptfs, cifs and samba)</flag> + </use> + <upstream> + <remote-id type="sourceforge">xffm</remote-id> + </upstream> +</pkgmetadata> diff --git a/x11-misc/rodent/rodent-4.9.2.ebuild b/x11-misc/rodent/rodent-4.9.2.ebuild new file mode 100644 index 000000000000..ac332dc4431f --- /dev/null +++ b/x11-misc/rodent/rodent-4.9.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +EAUTORECONF=yes +inherit xfconf + +DESCRIPTION="A fast, small and powerful file manager and graphical shell" +HOMEPAGE="http://rodent.xffm.org/" +SRC_URI="mirror://sourceforge/xffm/${PV}/${P}.tar.gz" + +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_enable experimental) ) + DOCS=( ChangeLog README TODO ) + PATCHES=( "${FILESDIR}"/${P}-rupo.patch ) +} + +src_prepare() { + sed -e "s:\$(bindir):\$(DESTDIR)\$(bindir):" -i Build/plugins/Makefile.am + sed -e "/^Categories/s:Rodent:X-Rodent:" \ + -e "s/;;/;/" -i Build/*/*.desktop.in.in + xfconf_src_prepare +} |