summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfimov Vadim <efimov.v.a@gmail.com>2009-04-25 18:24:35 +0000
committerEfimov Vadim <efimov.v.a@gmail.com>2009-04-25 18:24:35 +0000
commit23fae5c9ace27563152c24dcaa233f387a390ab5 (patch)
treed366760ba6ea6b6b192346bfcdf8ba5c7577b595 /x11-plugins/trash
parentinitial commit of x11-plugins/extramenu (diff)
downloadenlightenment-23fae5c9ace27563152c24dcaa233f387a390ab5.tar.gz
enlightenment-23fae5c9ace27563152c24dcaa233f387a390ab5.tar.bz2
enlightenment-23fae5c9ace27563152c24dcaa233f387a390ab5.zip
initial commit of x11-plugins/trash
Diffstat (limited to 'x11-plugins/trash')
-rw-r--r--x11-plugins/trash/ChangeLog9
-rw-r--r--x11-plugins/trash/Manifest3
-rw-r--r--x11-plugins/trash/metadata.xml8
-rw-r--r--x11-plugins/trash/trash-9999.ebuild22
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/trash/ChangeLog b/x11-plugins/trash/ChangeLog
new file mode 100644
index 0000000..ef12d03
--- /dev/null
+++ b/x11-plugins/trash/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for x11-plugins/trash
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+* trash-9999 (25 Apr 2009)
+
+ 25 Apr 2009; evadim <evadim@evadim.ru> +metadata.xml, trash-9999:
+ initial commit
+
diff --git a/x11-plugins/trash/Manifest b/x11-plugins/trash/Manifest
new file mode 100644
index 0000000..278c968
--- /dev/null
+++ b/x11-plugins/trash/Manifest
@@ -0,0 +1,3 @@
+EBUILD trash-9999.ebuild 433 RMD160 c4da260f0fd2b7bd192102bfc11fd95acf348a22 SHA1 7d3d359cfac3598a58d90dc089d6bff852a99d38 SHA256 f7433979514df67c074748318ac3959cff1ef01ff16ab3d71ae8ff6fec77fd14
+MISC ChangeLog 232 RMD160 69895031dbf53334cf4482ec6ea12a2d6817a43b SHA1 a05de9722375504ef20e67a8b7af5967f7b42fac SHA256 0c2bfd76d152475bd79e5d331537b6ef17c76522ec3ae056cc3ddd136ccf9504
+MISC metadata.xml 228 RMD160 1890a2965ed780e661e20adcfc4f4cce5f7ca8e9 SHA1 777d2a3ad7f7075c7e75fa5055f3941440e4e875 SHA256 42ea435327140212f3beb05aafebad5053cbad84532f9bb78987de8540c6459a
diff --git a/x11-plugins/trash/metadata.xml b/x11-plugins/trash/metadata.xml
new file mode 100644
index 0000000..832c5fc
--- /dev/null
+++ b/x11-plugins/trash/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>enlightenment@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/trash/trash-9999.ebuild b/x11-plugins/trash/trash-9999.ebuild
new file mode 100644
index 0000000..56b2719
--- /dev/null
+++ b/x11-plugins/trash/trash-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+ESVN_SERVER="http://e17mods.googlecode.com/svn/trunk"
+ESVN_SUB_PROJECT="MODULES"
+inherit enlightenment
+
+DESCRIPTION="E17 Freedesktop compliant trash module"
+HOMEPAGE="http://code.google.com/p/e17mods/wiki/Trash"
+
+LICENSE="GPL-2"
+
+IUSE=""
+
+DEPEND="
+ x11-wm/enlightenment
+ media-libs/edje
+ "
+
+RDEPEND="${DEPEND}"
+