From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-misc/rodent/Manifest | 1 + x11-misc/rodent/files/rodent-4.9.2-rupo.patch | 15 +++++++++ x11-misc/rodent/metadata.xml | 15 +++++++++ x11-misc/rodent/rodent-4.9.2.ebuild | 44 +++++++++++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 x11-misc/rodent/Manifest create mode 100644 x11-misc/rodent/files/rodent-4.9.2-rupo.patch create mode 100644 x11-misc/rodent/metadata.xml create mode 100644 x11-misc/rodent/rodent-4.9.2.ebuild (limited to 'x11-misc/rodent') 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 @@ + + + + + xfce@gentoo.org + XFCE Team + + 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. + + Build experimental plugins (obexfs, curlftpfs, ecryptfs, cifs and samba) + + + xffm + + 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 +} -- cgit v1.2.3-65-gdbad