diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-08-23 02:37:43 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-08-23 02:37:43 +0000 |
commit | eaf5687cb97a69fb2adfd78dcb1f115ef9fc6cde (patch) | |
tree | 03612f468126e3da101a5fa5b8b3c0cfab6f91e5 /xfce-extra/thunar-shares-plugin | |
parent | pkgmove thunar-svn to thunar-svn-plugin (diff) | |
download | historical-eaf5687cb97a69fb2adfd78dcb1f115ef9fc6cde.tar.gz historical-eaf5687cb97a69fb2adfd78dcb1f115ef9fc6cde.tar.bz2 historical-eaf5687cb97a69fb2adfd78dcb1f115ef9fc6cde.zip |
ebuild rewrite to fix many small issues, convert to xfconf.eclass. pkgmove from xfce-extra/thunar-shares
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/thunar-shares-plugin')
-rw-r--r-- | xfce-extra/thunar-shares-plugin/ChangeLog | 23 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/metadata.xml | 5 | ||||
-rw-r--r-- | xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild | 25 |
4 files changed, 57 insertions, 0 deletions
diff --git a/xfce-extra/thunar-shares-plugin/ChangeLog b/xfce-extra/thunar-shares-plugin/ChangeLog new file mode 100644 index 000000000000..41d68e51c756 --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for xfce-extra/thunar-shares-plugin +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/ChangeLog,v 1.1 2009/08/23 02:37:43 darkside Exp $ + +*thunar-shares-plugin-0.2.0 (23 Aug 2009) + + 23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> + +thunar-shares-plugin-0.2.0.ebuild, +metadata.xml: + ebuild rewrite to fix many small issues, convert to xfconf.eclass. pkgmove + from xfce-extra/thunar-shares + +*thunar-shares-0.2.0 (15 Feb 2009) + + 15 Feb 2009; Christoph Mende <angelos@gentoo.org> + +thunar-shares-0.2.0.ebuild, -thunar-shares-0.16.ebuild: + Version bump + +*thunar-shares-0.16 (01 Dec 2008) + + 01 Dec 2008; Christoph Mende <angelos@gentoo.org> + +thunar-shares-0.16.ebuild: + Initial import, bug 248265 + diff --git a/xfce-extra/thunar-shares-plugin/Manifest b/xfce-extra/thunar-shares-plugin/Manifest new file mode 100644 index 000000000000..22405bc2c5c9 --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/Manifest @@ -0,0 +1,4 @@ +DIST thunar-shares-plugin-0.2.0.tar.gz 342861 RMD160 c5bfb26aea04bf3555f8f2146d777dee3052f575 SHA1 c890d970c57ee5da422022f354873f167be30a20 SHA256 aec1e7e9979a9d9b4d244e460a4a78cff71f1795611df5f87b9c7dfac5d2de9e +EBUILD thunar-shares-plugin-0.2.0.ebuild 703 RMD160 9f84b216905e6f78503b296def5b5d84e2b2f79f SHA1 db6e73f34c24ac277e5e996cce3afbe62059f294 SHA256 8d44e9713d2d5e763f9b3b0b1523d92d5423cf68f823b9751e682e5dfa8a631a +MISC ChangeLog 803 RMD160 c0a2a53c952fffcc68980f735eef41e653a4094c SHA1 19738b9383fa9717ee9062186f77495d68c93d19 SHA256 62a775927c34a7128ae43c9f88edfe795673075daa4714a767d746bf6a4c8236 +MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61 diff --git a/xfce-extra/thunar-shares-plugin/metadata.xml b/xfce-extra/thunar-shares-plugin/metadata.xml new file mode 100644 index 000000000000..826e2ca93209 --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>xfce</herd> +</pkgmetadata> diff --git a/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild new file mode 100644 index 000000000000..25dfe98708de --- /dev/null +++ b/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-shares-plugin/thunar-shares-plugin-0.2.0.ebuild,v 1.1 2009/08/23 02:37:43 darkside Exp $ + +EAPI="2" +inherit xfconf + +DESCRIPTION="Thunar plugin to share files using Samba" +HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-shares-plugin" +SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.12:2 + >=x11-libs/gtk+-2.10:2 + xfce-base/thunar" +DEPEND="${RDEPEND} + dev-util/intltool" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README TODO" +} |