summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-03-01 13:04:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-03-01 13:04:52 +0000
commit145e4ffa7f967ade8a2ae5685a3900ea472c4f58 (patch)
treeaf388e1f8ff7389d152e5065c9db7a2a8b893e82 /xfce-extra
parentold (diff)
downloadgentoo-2-145e4ffa7f967ade8a2ae5685a3900ea472c4f58.tar.gz
gentoo-2-145e4ffa7f967ade8a2ae5685a3900ea472c4f58.tar.bz2
gentoo-2-145e4ffa7f967ade8a2ae5685a3900ea472c4f58.zip
old
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/thunar-vcs-plugin/Manifest12
-rw-r--r--xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild32
2 files changed, 0 insertions, 44 deletions
diff --git a/xfce-extra/thunar-vcs-plugin/Manifest b/xfce-extra/thunar-vcs-plugin/Manifest
index 54152929a368..aa55aed8781b 100644
--- a/xfce-extra/thunar-vcs-plugin/Manifest
+++ b/xfce-extra/thunar-vcs-plugin/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST thunar-vcs-plugin-0.1.0.tar.bz2 366822 RMD160 abfb59a2eb841d0d4b19b79c3061729663be27c7 SHA1 4242d4cdeb2cca3523a9453cc614b136637ff160 SHA256 7fb200e50412b52c19fb416cbe1996313bba7ea1d1c9799121b1a81b38f96a41
DIST thunar-vcs-plugin-0.1.2.tar.bz2 406247 RMD160 a175d33ba045565c1cb0b81545e0711e5de9e133 SHA1 a12e236dc84871f4f6be5cfcedfa773155bb3042 SHA256 bcc3e2ced5a7559999e1ab37047d367532cba408faea02b84c69f4dda3da3a02
-EBUILD thunar-vcs-plugin-0.1.0.ebuild 929 RMD160 6b5651791b7be5734c027ce33659b5128688f146 SHA1 d667514646abf515d5c1671af8479fcca134f52a SHA256 fea95020754eb4ea35addad0745218352239c07857832b69b16ba199183b91aa
EBUILD thunar-vcs-plugin-0.1.2.ebuild 925 RMD160 e7c4a0b9337fe9e503715ebb1a3e39572346da62 SHA1 a7ddbaef7292a3a086c9da5e9956f8f371a0130c SHA256 daf59c9880695c9716e7c6644c9d16a8324b152092cfc245d6ed7d7db3f8ea52
MISC ChangeLog 1390 RMD160 70d95a85ad36ec6db637abe00279045690e99605 SHA1 5af4b192e7fc3ae494ea8e31d8da9bdcac95c378 SHA256 0c30a14df29cf50f2917f76be91a863898e17a6d0f0faa021fb73d312f60e561
MISC metadata.xml 243 RMD160 eac7053a3743d2f3b52f971b89538ea7634257ac SHA1 f09171f109e93cb258966eef10c39a4fd4d58c26 SHA256 8a61c124656730b7f5011419dcf3e18f9e9123a7c9d028d3f5a6f4fb293282cc
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-iEYEARECAAYFAkuCzJ4ACgkQNQqtfCuFneO3HQCfVzcuuZtuD82HVQIaCbkyUo+F
-jTwAoIetzQov0AdwtQtFAvT6wgtOIHAi
-=Uqwm
------END PGP SIGNATURE-----
diff --git a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild b/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild
deleted file mode 100644
index 8e7675b514b4..000000000000
--- a/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vcs-plugin/thunar-vcs-plugin-0.1.0.ebuild,v 1.6 2010/01/15 02:49:14 ssuominen Exp $
-
-EAPI=2
-inherit xfconf
-
-DESCRIPTION="adds Subversion actions to the context menu of thunar"
-HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin"
-SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/0.1/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug git subversion"
-
-RDEPEND="<xfce-base/thunar-1.1.0
- >=x11-libs/gtk+-2.6:2
- >=dev-libs/glib-2.6:2
- git? ( dev-util/git )
- subversion? ( >=dev-libs/apr-0.9.7
- >=dev-util/subversion-1.5 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README"
- XFCONF="--disable-dependency-tracking
- $(use_enable subversion)
- $(use_enable git)
- $(use_enable debug)"
-}