diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-01-06 00:05:55 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-01-06 00:05:55 +0000 |
commit | f6edcaa3b40cafd02eb0901859087319420fbc98 (patch) | |
tree | f5b9dd83cec4d8999ec6b6334040ad1ab0add79e /app-misc/trash-cli | |
parent | Version bump (diff) | |
download | gentoo-2-f6edcaa3b40cafd02eb0901859087319420fbc98.tar.gz gentoo-2-f6edcaa3b40cafd02eb0901859087319420fbc98.tar.bz2 gentoo-2-f6edcaa3b40cafd02eb0901859087319420fbc98.zip |
revbump: migrate to distutils-r1
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'app-misc/trash-cli')
-rw-r--r-- | app-misc/trash-cli/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/app-misc/trash-cli/ChangeLog b/app-misc/trash-cli/ChangeLog index 333113895ea1..cb457ec64278 100644 --- a/app-misc/trash-cli/ChangeLog +++ b/app-misc/trash-cli/ChangeLog @@ -1,6 +1,12 @@ # 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.11 2012/11/20 20:46:12 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/trash-cli/ChangeLog,v 1.12 2013/01/06 00:05:55 hasufell Exp $ + +*trash-cli-0.12.9.14-r2 (06 Jan 2013) + + 06 Jan 2013; Julian Ospald <hasufell@gentoo.org> + +trash-cli-0.12.9.14-r2.ebuild: + revbump: migrate to distutils-r1 20 Nov 2012; Agostino Sarubbo <ago@gentoo.org> trash-cli-0.12.9.14-r1.ebuild: Stable for x86, wrt bug #441096 diff --git a/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild new file mode 100644 index 000000000000..ce5df686d102 --- /dev/null +++ b/app-misc/trash-cli/trash-cli-0.12.9.14-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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-r2.ebuild,v 1.1 2013/01/06 00:05:55 hasufell Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_6 python2_7 ) + +inherit distutils-r1 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[${PYTHON_USEDEP}]" |