diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-26 23:07:05 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-26 23:07:05 +0000 |
commit | 05d8f1219e2e3c563eaeca88eee3e2f8c5462760 (patch) | |
tree | 2b27a6f03278989c998cecd6e5c6ec6922d9f320 /app-misc/trash-cli | |
parent | version bump (diff) | |
download | gentoo-2-05d8f1219e2e3c563eaeca88eee3e2f8c5462760.tar.gz gentoo-2-05d8f1219e2e3c563eaeca88eee3e2f8c5462760.tar.bz2 gentoo-2-05d8f1219e2e3c563eaeca88eee3e2f8c5462760.zip |
version bump
(Portage version: 2.2.0_alpha113/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r-- | app-misc/trash-cli/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.12.7.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-misc/trash-cli/ChangeLog b/app-misc/trash-cli/ChangeLog index c4a6189bf40e..8c501b073989 100644 --- a/app-misc/trash-cli/ChangeLog +++ b/app-misc/trash-cli/ChangeLog @@ -1,6 +1,11 @@ # 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.3 2012/06/20 19:05:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.4 2012/06/26 23:07:05 hasufell Exp $ + +*trash-cli-0.12.7 (26 Jun 2012) + + 26 Jun 2012; Julian Ospald <hasufell@gentoo.org> +trash-cli-0.12.7.ebuild: + version bump 20 Jun 2012; Agostino Sarubbo <ago@gentoo.org> trash-cli-0.12.4.ebuild: Stable for amd64, wrt bug #422469 diff --git a/app-misc/trash-cli/trash-cli-0.12.7.ebuild b/app-misc/trash-cli/trash-cli-0.12.7.ebuild new file mode 100644 index 000000000000..f482f5465731 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.12.7.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.7.ebuild,v 1.1 2012/06/26 23:07:05 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" |