diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-09-14 21:36:11 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-09-14 21:36:11 +0000 |
commit | 98ea69e65f71f1cc58dd34f971309af4f8090322 (patch) | |
tree | 0851ea9f4fbc69586f80194270d17be166d47de2 /app-misc/trash-cli | |
parent | app-admin/eselect-1.3.2 is gone. (diff) | |
download | gentoo-2-98ea69e65f71f1cc58dd34f971309af4f8090322.tar.gz gentoo-2-98ea69e65f71f1cc58dd34f971309af4f8090322.tar.bz2 gentoo-2-98ea69e65f71f1cc58dd34f971309af4f8090322.zip |
version bump
(Portage version: 2.2.0_alpha127/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.9.14.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-misc/trash-cli/ChangeLog b/app-misc/trash-cli/ChangeLog index d135fdc5c452..24edc387435c 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.7 2012/08/03 13:29:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.8 2012/09/14 21:36:11 hasufell Exp $ + +*trash-cli-0.12.9.14 (14 Sep 2012) + + 14 Sep 2012; Julian Ospald <hasufell@gentoo.org> +trash-cli-0.12.9.14.ebuild: + version bump 03 Aug 2012; Agostino Sarubbo <ago@gentoo.org> trash-cli-0.12.7.ebuild: Stable for amd64, wrt bug #428886 diff --git a/app-misc/trash-cli/trash-cli-0.12.9.14.ebuild b/app-misc/trash-cli/trash-cli-0.12.9.14.ebuild new file mode 100644 index 000000000000..1af1c399001a --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.12.9.14.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.9.14.ebuild,v 1.1 2012/09/14 21:36:11 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="http://github.com/andreafrancia/${PN}/tarball/${PV} -> + ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools" |