diff options
author | 2015-01-23 05:09:10 +0000 | |
---|---|---|
committer | 2015-01-23 05:09:10 +0000 | |
commit | ffca682c5fee503d710db7c93b902172ac804eac (patch) | |
tree | 3350391f7ad07841a346990ec7921238fd6dd6cc /dev-python/yapps | |
parent | Remove old. (diff) | |
download | gentoo-2-ffca682c5fee503d710db7c93b902172ac804eac.tar.gz gentoo-2-ffca682c5fee503d710db7c93b902172ac804eac.tar.bz2 gentoo-2-ffca682c5fee503d710db7c93b902172ac804eac.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/yapps')
-rw-r--r-- | dev-python/yapps/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/yapps/yapps-2.1.1.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-python/yapps/ChangeLog b/dev-python/yapps/ChangeLog index fd2c864e44f7..7b4ca2b3fa49 100644 --- a/dev-python/yapps/ChangeLog +++ b/dev-python/yapps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/yapps -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yapps/ChangeLog,v 1.3 2014/07/17 04:47:14 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/yapps/ChangeLog,v 1.4 2015/01/23 05:09:10 mrueg Exp $ + + 23 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -yapps-2.1.1.ebuild: + Remove old. *yapps-2.2.0 (17 Jul 2014) diff --git a/dev-python/yapps/yapps-2.1.1.ebuild b/dev-python/yapps/yapps-2.1.1.ebuild deleted file mode 100644 index 3d5978e4c92d..000000000000 --- a/dev-python/yapps/yapps-2.1.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/yapps/yapps-2.1.1.ebuild,v 1.2 2010/06/30 02:28:13 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils versionator - -MY_P="${PN}$(delete_version_separator '-')" - -DESCRIPTION="An easy to use parser generator" -HOMEPAGE="http://theory.stanford.edu/~amitp/yapps/" -SRC_URI="http://www-cs-students.stanford.edu/~amitp/yapps/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/Yapps-${PV}" - -src_install() { - distutils_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |