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 | 9efd4c2d31419d9115573089c39a8f6772d1e7cd (patch) | |
tree | 3a302705212892a49c65451ce907d6265e0bd4cc /app-misc/trash-cli | |
parent | Remove old (diff) | |
download | historical-9efd4c2d31419d9115573089c39a8f6772d1e7cd.tar.gz historical-9efd4c2d31419d9115573089c39a8f6772d1e7cd.tar.bz2 historical-9efd4c2d31419d9115573089c39a8f6772d1e7cd.zip |
initial import wrt #238831
Package-Manager: portage-2.2.0_alpha102/cvs/Linux x86_64
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r-- | app-misc/trash-cli/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/trash-cli/Manifest | 18 | ||||
-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, 72 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..bf464318ca9a --- /dev/null +++ b/app-misc/trash-cli/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST trash-cli-0.12.4.tar.gz 66344 RMD160 90eca395782ad10f1719a4467455c2b6bd737e44 SHA1 7485d43976e6325ef8844065f907169c752c78ce SHA256 935bd7f63b45ed1c353711286279bea8b33f52b3358de1f16bf4019fe6665875 +EBUILD trash-cli-0.12.4.ebuild 642 RMD160 28dec407627491d35aa6858b8094bada4bbe0f82 SHA1 3b00c08093fb3b6c1dfe139d5fbefaf1eb54a367 SHA256 3451836f45837dbbee5d1bc87f018ccbe8ca5c19df3adf6e656e846478bb059a +MISC ChangeLog 368 RMD160 20cc7a7205b3cd949cb86ee02c7640b30220b6ed SHA1 8b9c31d2a39a69baacbd083a014c0f88ae03af13 SHA256 95f4bfb70005cbd2d75f3614b8ecdcd689398e97fd5cb3a9a4880643a039939b +MISC metadata.xml 836 RMD160 c8188613c0ddc06f6b2c2143f0517ac081f87e21 SHA1 edfc19df97cb98486c2d67c7ddcb3cfa5f9260cd SHA256 894e4bddc1163fe6376c6d2d66b09e7ddf666f60ab01700ddcbe35dd1eb87576 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.19 (GNU/Linux) + +iQEcBAEBAgAGBQJPq9V0AAoJEFpvPKfnPDWzXbQIAICjMFxaBJFxaNho9o7v30Mb +oKaBVbb0yKZojmWVb0i//IzU9hP9GiKds97Mj9Oo8pD7ooYoQDv+lc4uey/Nk5NO +XDFyUGbPNkmSqtEkvkOVjxiLVbssHdCQNfIqeTHrVpEm4+1U2xlxbOXr02FLsdeV +Vy3Bk808bYYcKtUf4gu7Cu95xKl+Muh+wMDVMHHF0aGO404jhZyWXLi11OgajjnM +qguOJdrYdHaTvtkWbsrBzn51TdKdsdoFn4De10Zc2t0AkGYQ5MB0k9E+td8YylCm +X6m7pppeMSLdovjOGlztG0VVwGR4M9PHY6bvRh3STLlYJxLHF9QrbZGzyH//TJs= +=cmdw +-----END PGP SIGNATURE----- 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" |