diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-05-10 14:51:19 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-05-10 14:51:19 +0000 |
commit | 9094937eab9453658e22e73c627ad9a07dc49cab (patch) | |
tree | 98eff97fc0e2bf518aa20e0abf64a81fded921dc /app-misc | |
parent | Remove old (diff) | |
download | gentoo-2-9094937eab9453658e22e73c627ad9a07dc49cab.tar.gz gentoo-2-9094937eab9453658e22e73c627ad9a07dc49cab.tar.bz2 gentoo-2-9094937eab9453658e22e73c627ad9a07dc49cab.zip |
initial import wrt #238831
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/trash-cli/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/trash-cli/Manifest | 4 | ||||
-rw-r--r-- | app-misc/trash-cli/metadata.xml | 21 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.12.4.ebuild | 23 |
4 files changed, 58 insertions, 0 deletions
diff --git a/app-misc/trash-cli/ChangeLog b/app-misc/trash-cli/ChangeLog new file mode 100644 index 000000000000..f832e87a5d39 --- /dev/null +++ b/app-misc/trash-cli/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/trash-cli +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.1 2012/05/10 14:51:19 hasufell Exp $ + +*trash-cli-0.12.4 (10 May 2012) + + 10 May 2012; Julian Ospald <hasufell@gentoo.org> +trash-cli-0.12.4.ebuild, + +metadata.xml: + initial import wrt #238831 + diff --git a/app-misc/trash-cli/Manifest b/app-misc/trash-cli/Manifest new file mode 100644 index 000000000000..3f32b72af860 --- /dev/null +++ b/app-misc/trash-cli/Manifest @@ -0,0 +1,4 @@ +DIST trash-cli-0.12.4.tar.gz 66344 RMD160 90eca395782ad10f1719a4467455c2b6bd737e44 SHA1 7485d43976e6325ef8844065f907169c752c78ce SHA256 935bd7f63b45ed1c353711286279bea8b33f52b3358de1f16bf4019fe6665875 +EBUILD trash-cli-0.12.4.ebuild 536 RMD160 a78c804d4fd19397cca99dee96184cee0e86816b SHA1 025771d59c31e93a46e3a47da806338ab10f3373 SHA256 3abf7a57c22186cedfc23ca8df1d26f05708a8f2bc49e3fd064eec6e1635b005 +MISC ChangeLog 276 RMD160 7bc6437acf9716205774cf83bd2a52e526c3bfc4 SHA1 2c1c2b89729d2e50e7beab36c05cd716a15c7078 SHA256 21078f5ed8756812185f059e0989e2d051cdbb0bb8f63f74589e0b800cf88fed +MISC metadata.xml 836 RMD160 c8188613c0ddc06f6b2c2143f0517ac081f87e21 SHA1 edfc19df97cb98486c2d67c7ddcb3cfa5f9260cd SHA256 894e4bddc1163fe6376c6d2d66b09e7ddf666f60ab01700ddcbe35dd1eb87576 diff --git a/app-misc/trash-cli/metadata.xml b/app-misc/trash-cli/metadata.xml new file mode 100644 index 000000000000..4f57debf1d49 --- /dev/null +++ b/app-misc/trash-cli/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>hasufell@gentoo.org</email> + <name>Julian Ospald</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>sito@andreafrancia.it</email> + </maintainer> + <changelog>https://github.com/andreafrancia/trash-cli/commits/master</changelog> + <doc lang="en">https://github.com/andreafrancia/trash-cli/blob/master/README.txt</doc> + <bugs-to>https://github.com/andreafrancia/trash-cli/issues</bugs-to> + </upstream> + <longdescription lang="en"> + Trash-cli trashes files recording the original path, deletion date, and + permissions. It uses the same trashcan of KDE, GNOME, and XFCE, but you can + call it from the command line (and scripts). + </longdescription> +</pkgmetadata> diff --git a/app-misc/trash-cli/trash-cli-0.12.4.ebuild b/app-misc/trash-cli/trash-cli-0.12.4.ebuild new file mode 100644 index 000000000000..bdcc7d2cc617 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.12.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/trash-cli-0.12.4.ebuild,v 1.1 2012/05/10 14:51:19 hasufell Exp $ + +EAPI=4 + +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5 3.*" + +inherit distutils vcs-snapshot + +DESCRIPTION="Python scripts to manipulate trash cans via the command line" +HOMEPAGE="https://github.com/andreafrancia/trash-cli" +SRC_URI="https://github.com/andreafrancia/${PN}/tarball/${PV} -> + ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" |